The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How can I output
I would like to output all my member's user names to a text file, with just a space between the names? I know this is probably a simple sql statement, but I have no clue how to do it. Like this:
Quote:
|
#2
|
|||
|
|||
Try this
[sql]SELECT username FROM user WHERE usergroupid <> 8[/sql] Just make sure your banned users are in usergroupid 8 |
#3
|
||||
|
||||
That seems to spit out a vertical table when I run the query filled with the usernames. I can dump the user table into a text file, but that has all the extra fields in it. If it could just be usernames, I could get rid of the quotes nd commas easy enough...
|
#4
|
|||
|
|||
Just copy all the names in the query output to a decent text editor that let you replace the End-Of-Lines with a space.
|
#5
|
||||
|
||||
OK, I dumped the user table, copied the username column into word as text. Then I replaced all the paragraph marks with 2 spaces. The output is perfect. Now to figure out how to make my design....
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|