HI to all,
I'm creating a mod for a marquee system and I have a problem with the groups who should see the phrase
Hi created an option:
PHP Code:
<setting varname="gcm_ug" displayorder="5">
<datatype>free</datatype>
<defaultvalue>2,5,6,7</defaultvalue>
</setting>
and in the templates I put this:
PHP Code:
<if condition="$vbulletin->options[gcm_it] == itm AND is_member_of($vbulletin->userinfo, $vbulletin->options[gcm_ug])
Now if I, in the field, enter only one id it works...but if I enter more ids it doesn't work....
Example: I enter 6(id for administrators) and I see the phrase; I enter 2, 6 or 2,6 and don't see the phrase
I don't understand why