PDA

View Full Version : members names


nickypoooo
11-01-2007, 03:30 PM
Hi,
I'm trying to get a page with only members names nothing else. What is the coda for member names output?

this is what I'm trying to do (I did this manually)


https://vborg.vbsupport.ru/external/2007/11/50.jpg

Thank you

Triky
11-02-2007, 02:28 PM
If you're talking about your online members, you can use this modification: https://vborg.vbsupport.ru/showthread.php?t=148803. :)

nickypoooo
11-02-2007, 04:51 PM
Thank you for that but I need to know how to output all my members names to one page (not only the one that are online)

see attached image:

71851

Do you knoe the code for that?

Triky
11-04-2007, 10:18 AM
Ah, I understand. I don't know the exact code, but I think you can search on the memberlist.php page..

Opserty
11-04-2007, 10:28 AM
You could run a SQL like from the Maintenance (http://www.vbulletin.com/docs/html/main/maintenance) > Execute SQL Query (http://www.vbulletin.com/docs/html/maintenance_query) Page:


SELECT username FROM user


Should work, don't forget to add in your table prefix as well.

nickypoooo
11-04-2007, 11:15 PM
Thank you all SQL Query worked fine.