Quote:
Originally Posted by neo|d3fx
ok we have ad code in the header part of our templates, but I want to make a if/then so staff dont get to see ad's... how would one go about doing that.. (shame php is not allowed, I know that)
|
Hi there
This would hide it for admins (usergroupid = 6)
Code:
<if condition="$bbuserinfo[usergroupid] != 6">
//DISPLAY AD TEXT HERE
</if>
Let me think quickly about how to do that for multiple usergroups