I do have vb 4 and this doesn't seem to work. I want to skip showing adsense code if they are browsing particular forums, 41, 12, 143. Tried both ways, neither worked.
<vb:if condition="!in_array($foruminfo['forumid'], array(41, 12, 143))">
<!-- adsense code -->
</vb:if>
--------------- Added [DATE]1299448314[/DATE] at [TIME]1299448314[/TIME] ---------------
I found a solution that seems to work.
<vb:if condition="!in_array($GLOBALS[forumid], array(41, 12, 143))">
|