PDA

View Full Version : Can I display an AD on one forum only?


MozyMac
10-20-2009, 08:08 AM
hello,

I was wondering if I can show an AD only in one forum, I think this can be done by using the forum ID in conditional but not sure how

thank you

DeanLag
10-20-2009, 08:44 AM
Find

<if condition="$show['forumslist']">

Paste before:

<if condition="$forumid == XX">
$ad_location
</if>

I'm not sure about the variable for ads as I never used them before.
Replace XX with the forumID you want to show the ad to.