The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
If I wanted to export a list of users in usergroup id = 44, how would I go about that?
|
|
#2
|
|||
|
|||
|
Export them to where?
|
|
#3
|
||||
|
||||
|
You can do that from phpmyadmin within your cpanel, by running this query:
Code:
SELECT * FROM user WHERE usergroupid = 44 |
|
#4
|
||||
|
||||
|
Quote:
(don't forget to add any table prefix you use before "user" so maybe you use vb as the prefix and it would look like thisPHP Code:
|
|
#5
|
||||
|
||||
|
Quote:
|
|
#7
|
||||
|
||||
|
It happens to all of us at some point.
|
|
#8
|
||||
|
||||
|
This should help you export the results to csv http://www.tech-recipes.com/rx/1475/...t-or-csv-file/
|
![]() |
|
|