Log in

View Full Version : Target a banner ad to a section of the forums


komirad
05-16-2009, 01:51 AM
I need the variables for targetting my banner to a particular section of the forums instead of making it sitewide.

EXAMPLE:

General Discussions forum and posts under that forum= BANNER A
Feedback forum and posts under that forum = BANNER B

I know there is a way to do this, but I can't find it. :(

Lynne
05-16-2009, 02:39 AM
Depending on what template, probably something like:
<if condition="in_array($forumid, array(1,2,3,4,5,6))">
banner for forumid 1,2,3,4,5,6
<else />
banner for all other forums
</if>