Hope I may jump in in this thread
Sarteck,
I wanted to achieve similar for several of my usergroups to show.
I modified my showgroups.php with the instructions you gave by replacing
Code:
WHERE (usergroup.genericoptions & " . $vbulletin->bf_ugp_genericoptions['showgroup'] . ")
into
Code:
WHERE usergroup.usergroupid=12
I left the " . $vbulletin->bf_ugp_genericoptions['showgroup'] ." out. Is that correct?
After changing the code I renamed the usergroups.php into usergroupspremium.php.
Works fine and it shows exactly all the members from user group 12.
Now I wanted to do the same for another usergroup and replaced this time the 12 with 9 and called the file usergroupspremium2.php
I changed also the "define('THIS_SCRIPT', 'showgroups');" accordingly to point to the different php files
However when I call the usergroupspermium2.php it only shows the users from usergroup 12.
Does vBulletin keeps a cache somewhere or the template instructs it to do this and it doesn't get emptied?
Any help greatly appreciated
Michael