i want that /showgroups.php script of vbulletin will run only for some usergroup. its easy to hide View forum leader link by using this just won't show the link on forum home but if user open the /showgroups.php directly then it'll show the all the usergroup members that we have enabled to be show on showgroups. i want also that this script won't rub for that usergroup Thanks!
Couldn't find [COLOR="Red"]<if condition="$bbuserinfo['userid'] == 1">[/COLOR] <if condition="$moderatorbits"> <!-- moderators --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="4">$vbphrase[moderators]</td> </tr> <tr> <td class="thead"> </td> <td class="thead" width="50%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td> <td class="thead" width="50%">$vbphrase[forums]</td> <td class="thead">$vbphrase[contact]</td> </tr> $moderatorbits </table> <br /> <!-- end moderators --> </if> [COLOR="Red"]</if>[/COLOR] Code (markup): i have used the red color condition in showgroup template but still its opened