The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
member list for displaying only sellected usergroups?
hello im trying to make the memberlist page on my site only display 3 of the usergroups so that the other groups on the board dont show up in the list i would expect this is not to difficult but i am very new to vbulletin and php so im not haveing to much luck at all =\
any help with this would be great =) thanks |
#2
|
||||
|
||||
Edit memberlist.php, find:
".iif($memberAllGood, " AND usergroupid NOT IN (1,3,4) ", "")." (There are 2 instances).Replace them as: AND usergroupid IN (X,Y,Z) Replace X, Y, Z with the usergroupid you want to list. Not tested but should work.. Enjoy.. Logician |
#3
|
|||
|
|||
cool! thanks alot that worked great =)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|