Quote:
Originally Posted by hnjco
Installed, thanks for it.
Is there way for Adsense not to shown on forumhome?
|
Yes, the default configuration of this template mod is that it will show on all pages but not on forumhome (/forums/index.php). The conditional takes care of that:
Code:
<if condition="THIS_SCRIPT != 'index'">
If you want this ad to appear everywhere, including forumhome, just get rid of the first and last lines (the if-statements/conditionals).
Thanks, guys.