PDA

View Full Version : Post the names of all users in a certain user group?


N8
06-14-2005, 11:42 PM
I need to post a list of all users in a certain custom usergroup, does anyone know how to do this?

Regs
06-15-2005, 12:24 AM
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.

N8
06-15-2005, 01:14 AM
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