The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Okay, well im trying to hide certain usergroups from viewing a certain link depending upon which "Team" they are in.. which i created via User Profile Fields.
I have an external page for Team A and another page for Team B. which is linked to my navbar with this code. HTML Code:
<if condition="$show['guest']"> </if> <if condition="$show['member']"> <if condition="$bbuserinfo['field16'] === 'Team1'"> <div class="sidebar_menu"><a href="http://MYSITE.com/forum/Team_A.php">MY TEAM</a></div></if> <if condition="$bbuserinfo['field16'] === 'Team2'"> <div class="sidebar_menu"><a href="http://MYSITE.com/forum/Team_B.php">MY TEAM</a></div></if> </if> I need it so that when in Team A, you are UNABLE to view Team B's page.. as well as the other way round. Could someone help me do this please, many thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|