Hi All !
I've been advised by google to remove adsense ads from my adult forum sections (i just just a couple, forum is technology related).
Could you please help me out correcting this codes?
This code stand alone works fine to exclude certain forums
Code:
<if condition="!in_array($forumid, array(472,417,474,475,473,476))">
adsense here
</if>
How about this conditionals, how to add the above code to exclude the same forums?
Code:
<if condition="THIS_SCRIPT == 'showthread' AND !$GLOBALS['FIRSTPOSTID'] AND $bbuserinfo['usergroupid'] == '1, 3' AND (!$show[member])">
And for last, how to add the exclude conditionals here also:
Code:
<if condition="THIS_SCRIPT == 'showthread' AND !$GLOBALS['FIRSTPOSTID'] AND ($show[member])">
Thank you