Log in

View Full Version : Advertising on the forum - Urgent :(


pythonimp
09-22-2009, 12:46 AM
Ok this is the issue, I have different sections on my forum that I wish to put different banners on, (for advertising)

Like for example - Say I've got an outdoors forum and I've got a fishing section and a hunting section, I want my fishing banner ads in the fishing section and the hunting banner ad in the hunting section.

These are not rotating banner ads from a network, it is banner space users have purchased, so it will be pretty much permanent for that certain category.

I look forward to your help,
Thank you!

Lynne
09-22-2009, 01:38 AM
Just put conditions around the banner code:
<if condition="$forumid == x">
banner code for forum x
<else />
<if condition="$forumid == y">
banner code for forum y
<else />
default banner code
</if>
</if>