Log in

View Full Version : ads on forums?


creativestudios
09-13-2004, 07:23 AM
hey guys, i was looking to place google ads on my forums. I was wondering if there are any hacks out there for that or maybe something built in the forums to add them easily. I would like to have the ads on the sub forum categories, like not the main page, but when u click on one of the forum rooms. If some1 could let me know that would be great, thanks.

calorie
09-13-2004, 08:34 AM
In the header template you could use something like the following:

<!-- set THIS_SCRIPT to where ads should show and/or set $forumid to where ads should not show -->

<if condition="(THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'showthread') AND ($forumid != 1 AND $forumid != 2)">
<!-- stick google banner ad here -->
<else />
<!-- stick alternate banner here -->
</if>