I use this for showing content to specific usergroups:
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(6))">
Would the following work for NOT displaying the content?
Code:
<if condition="not_in_array($bbuserinfo['usergroupid'], array(6))">
If not, how would I go about creating a "If not in x usergroup" conditional?
(I'd try it right now, but my testbed is currently installing Debian because Fedora hates me)
TIA.