dutchbb
09-22-2007, 02:01 PM
Hello I'm hving trouble writing a conditional in vbulletin:
<if condition="$bbuserinfo['field18'] AND $bbuserinfo[usergroupid] = 5,6,7,13,18">
What's wrong and how should I write it? Basically the comma's are OR...
<if condition="$bbuserinfo['field18'] AND $bbuserinfo[usergroupid] = 5,6,7,13,18">
What's wrong and how should I write it? Basically the comma's are OR...