Quote:
Originally Posted by Fungsten
I'm not sure but I think if you go to where the group IDs are you can add them separated by commas.
|
you mean like this ?
Code:
<if condition="$bbuserinfo['usergroupid'] != 1,2">
or
Code:
<if condition="$bbuserinfo['usergroupid'] != 1, 2">
or
Code:
<if condition="$bbuserinfo['usergroupid'] != 1 , 2">
========
i tryed all these one by one but not working even i got error