Quote:
Originally Posted by VodkaFish
In my header I have something I want displayed for everyone except one usergroup. What would be the code needed within the header template to wrap that stuff in a "if not this userid then display" sort of statement?
|
<if condition="$bbuserinfo[usergroupid] != X"> Show Stuff here r</if>
Change x to the group you dont want it to see