Quote:
Originally Posted by Jolten
PHP Code:
<if condition="$post['usergroupid']==14 or $post['usergroupid']==X">
or
PHP Code:
<if condition="in_array($post['usergroupid'], array(X,X,X,X,X,X,X))">
I believe that will work.
|
the ID is right, the group is 14... but i mean i want the statement to be true if that user is set to like... primary group 1, additional group 14.
a standard if statement dosn't work like this. you see what i mean?