The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
show a specific usergroup on showgroups.php
Mods: please note this is not a duplicate of my other question.
I simply want to edit the code for showgroups.php (or the templates for it) to only show group ID 10. How do I specify this? I don't want to do it from the AdminCP because I duplicated showgroups.php and the 3 related templates to make a new page. Thank you! |
#2
|
|||
|
|||
I think you just need to find this line (around line 122):
Code:
WHERE (usergroup.genericoptions & " . $vbulletin->bf_ugp_genericoptions['showgroup'] . ") and change it to this: Code:
WHERE usergroup.usergroupid = 10 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|