1
vinit
How to find users with blank "Real Name"
  • 2004/10/10 11:24

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


hi,

i tried a vaious comibnation in Admin -> System -> Find User section to get a list of users who didnt fill up there Real Name. I could not come up with any any solution to get it done.

What should i give in "Real Name" search box. Following things i tried

""
''
\s




but none of this search queries worked. could some one give me smart solution in doing search.

One more thing if {X_UNAME} stands for Username does {X_NAME} would work for Real Name ??? Can i use it for sending mails.

2
vinit
Re:How to find users with blank
  • 2004/10/10 15:51

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10




No clue as of now.. looks like i got to do direct db query :(
Mods/Devs is this option available in Admin menu to find members with "Real Name"

3
Dave_L
Re:How to find users with blank
  • 2004/10/10 16:37

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


1) I don't think it's possible, since that field, like the other fields, is only used as a search criterion if you specify a non-empty value for it.

modules/system/admin/findusers/main.php

if ( !empty($_POST['user_name']) ) {
...


I prefer phpMyAdmin for that kind of process anyway.

2) The special tags available in email templates are handled in class/xoopsmailer.php, in function XoopsMailer::send(). X_NAME is not currently one of those tags.

4
vinit
Re:How to find users with blank
  • 2004/10/10 17:07

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


hmmm,

well as of now i am working that way only

ok got it.. i thought all the fields of user table got it like X_NAME, X_UNAME,X_UID etc

Login

Who's Online

295 user(s) are online (74 user(s) are browsing Support Forums)


Members: 0


Guests: 295


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits