I want to exclude the forums listed below. But when I use this conditional, I get an error. What am I doing wrong? I'm running 3.8.6 PL1
Code:
<if condition="$forum[forumid] != 1,2,3,4">google ad code here</if>
It's not working.
I get the error:
Code:
The following error occurred when attempting to evaluate this template:
Parse error: syntax error, unexpected ',' in /home/xxxxxxxx/public_html/forum/includes/adminfunctions_template.php(3950) : eval()'d code on line 1
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.
How can I fix this? Is the fact that I run vbseo a problem?
I'd also like to exclude certain usergroups from seeing ads. How do I accomplish both of these things?