So I want to use
this template modification. However instead of just one usergroup and one profile field, I need multiple fields and multiple groups. So if I put in something like this:
PHP Code:
<if condition="THIS_SCRIPT != 'profile' OR (!in_array($profilefield[profilefieldid], array(1,2,3,4,5)) OR is_member_of($bbuserinfo, 2,6,7))">
Would it work as I need it to?