I have set a conditional for a private menu section on my vbadvanced site using this code:
Code:
<if condition="$bbuserinfo[usergroupid]==6">
Now, I wish to add multiple usergroups here but whatever method I try results in an error.
So if I try 6,14 I get this error:
Code:
The following error occurred when attempting to evaluate this template:
Parse error: parse error, unexpected ',' in /home/archimed/public_html/redpill/includes/adminfunctions_template.php(3096) : eval()'d code on line 8
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
The same goes for ; or : or a space, etc etc
I'm obviously missing something small here, but I can't seem to find it.