Quote:
Originally Posted by Sean S
edit the templates that contain the adsense code and add an if condition, probably the easiest way to do,
Code:
<if condition="$forum[forumid] == X">
<else />
place adsense code here
</if>
just replace X with the id of the forum that you don't want the ads to be displayed. Another thing you can do is to create a new style without the ads, and set that style as the default style for that forum.
|
do u know how can i instead of X enter forum ID to only show to this forum
example: i want to show adsense only to forum ID 88, not to other forums, in other forums i want to put something else. its easier instead X put just one ID then to put all others ID from rest forum category ( i have 100 forum categorys

)