thcf
02-13-2009, 01:38 PM
I need help, i am trying to make 1 link in my navbar not display to 2 usergroups
here is the code i tried but it dont seem to be working
usergroup 1 = Unregistered / Not Logged In
usergroup 2 = Trial Users
<if condition="$bbuserinfo[usergroupid] != 2 OR $bbuserinfo[usergroupid] != 1"><td class="vbmenu_control"><a href="$vboptions[bburl]/vbclassified.php">Auctions</a></td></if>
here is the code i tried but it dont seem to be working
usergroup 1 = Unregistered / Not Logged In
usergroup 2 = Trial Users
<if condition="$bbuserinfo[usergroupid] != 2 OR $bbuserinfo[usergroupid] != 1"><td class="vbmenu_control"><a href="$vboptions[bburl]/vbclassified.php">Auctions</a></td></if>