View Full Version : Post the names of all users in a certain user group?
I need to post a list of all users in a certain custom usergroup, does anyone know how to do this?
I believe there is an addon/module for vBadvanced that does this... maybe download that and see how it's done with the query.
Cheers,
~Regs.
amykhar
06-15-2005, 12:33 AM
I need to post a list of all users in a certain custom usergroup, does anyone know how to do this?
It depends on if its a primary or secondary usergroup.
It's a Primary usergroup.
amykhar
06-15-2005, 01:20 AM
The query is easy.
Select * from user where usergroupid=x
Put in the appropriate value for x.
As far as displaying the list, it depends on if you want the list broken up over a series of pages or not.
Amy
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.