Yes, it works fine for me in 3.6.8. Thanks unitedpunjab!
Just a question. I want to show AdSense to all my subforums and exclude one (id=XX). I have tried to do it with the following lines:
PHP Code:
<if condition="(($post[postcount] % $vboptions[maxposts] == 1)) and ($show['guest'])">
<if condition="!in_array($forumid, array(XX))">
<span style="margin: 2px; float: left; width: 301px; height: 251px;">
ADSENSE CODE HERE
</span>
</if>
</if>
But don't work, Ads continues being impressed on all subforums. Any ideas?
Thank you!