First sorry if i'm not explaining OK, english is my second language.
No, they are not working. They are not excluding ads from those forumsID.
But maybe i'm doing something wrong and not putting the conditional code in the right way.
I've tried in different ways:
Code:
<if condition="!in_array($forumid, array(472,417,474,475,473,476))">
<if condition="THIS_SCRIPT == 'showthread' AND !$GLOBALS['FIRSTPOSTID'] AND $bbuserinfo['usergroupid'] == '1, 3' AND (!$show[member])">
adsense code here
</if>
</if>
and
Code:
<if condition="THIS_SCRIPT == 'showthread' AND !$GLOBALS['FIRSTPOSTID'] AND $bbuserinfo['usergroupid'] == '1, 3' AND (!$show[member]) AND !$foruminfo['forumid'] == '472, 417, 474, 475, 473, 476'">
adsense code here
</if>
I'm trying also to make this work with vb ad management mod here:
https://vborg.vbsupport.ru/showthrea...39#post1952139
Code:
<if condition="$forum['forumid'] != '472 , 417 , 474 , 475 , 473, 476'">
<div align="left">$template_hook[navbar_below]</div>
</if>
nothing from this is excluding ads from those forumID ...