The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Listing members of certain groups
I want to use showgroups.php to list a individual group not all the public ones. So basicly I want to be able to add something like groupid=x and than that group gets displayed. Is there any modification like this for vb3? If not how would I do this?
|
#2
|
|||
|
|||
probably somethign for modifications requests but anyway; heres a starter:
[sql] SELECT username FROM user WHERE $groupid IN(membergroupids) OR usergroupid = $groupid [/sql] should do it... that will select all members of a certain group and give you the names, obvioulsy you still need to output them. Alternativly one way i can think of doing it is by setting all groups to display on showgroups.php then somewhere in the code check that $groupid = $usergroup thats being displayed. Without the code at hand i can't give more than vague pointers atm |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|