could you change the is_member_of to select userID instead?
Currently I'm using this:
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(5,6,7,50))">
</if>
though that only checks for primary usergroup..
And I'm using this for useriD.. though it will get confusing having two different types of code to sort out userID's and usergroupID's
Code:
<if condition="in_array($bbuserinfo['userid'], array(5,6,7,50))">
</if>