smokin1337
10-11-2009, 04:51 PM
I want to use this statement but it's not working. Any ideas what i need to change to make it work ?
<if condition="$bbuserinfo['usergroupid'] != 1 || 3">
It works like this:
<if condition="$bbuserinfo['usergroupid'] != 1">
I am trying to make some content unviewable to those 2 usergroups. I figured a regular "or" statement would work but i guess not. Any help would be much appreciated. Thanks in advance !!
<if condition="$bbuserinfo['usergroupid'] != 1 || 3">
It works like this:
<if condition="$bbuserinfo['usergroupid'] != 1">
I am trying to make some content unviewable to those 2 usergroups. I figured a regular "or" statement would work but i guess not. Any help would be much appreciated. Thanks in advance !!