I have an additional question:
I've put my adsense code at the end of the navbar template and looks like this:
PHP Code:
<if condition="in_array($bbuserinfo[usergroupid], array(1))">
<div align="center">
===== adsense code here =====
</div>
<br />
</if>
This way adsense is shown on every page for only guests.
Now I also have custom pages where I DO NOT want to show the adsense ads.
How can I change the IF condition to work like "if the current page is blabla.php, then do not show the adsense code" ?
Any help much appreciated!