Quote:
Originally Posted by Xenon
then you have to combine the conditions:
HTML Code:
<if condition="THIS_SCRIPT != 'showthread' AND $bbuserinfo['usergroupid'] != 6">google add here</if>
|
I am a little confused. I trued to add
PHP Code:
<if condition="$thread[firstpostid] == $post[postid]" AND $bbuserinfo['usergroupid'] != 2">code of your advertisments here</if>
and got:
The following error occurred when attempting to evaluate this template:
Parse error: parse error in /home/talkdis/public_html/forums/includes/adminfunctions_template.php(3037) : eval()'d code on line 209
Also how can I show it to more than one usergroup: ['usergroupid'] != 2,3,4,5"
??
or ['usergroupid'] != 2 AND 3"