Log in

View Full Version : Ads for a particular forum?


ski diva
10-21-2010, 04:32 PM
Is there any way to assign an ad to the top of a particular forum? I don't want it to appear on the Forum Home page.

I use OpenX, if that makes any difference.

BirdOPrey5
10-23-2010, 01:30 AM
Edit your forumdisplay template...

Find the spot you want to put your ad, I suggest right below $navbar...

Add you ad code and surround it with:

<if condition="$forum[forumid] == x">Ad Code</if>

Change x to the forum id of the forum you want to show the ad in...