PDA

View Full Version : Want ad below nav bar but not on home page


cerino2000
08-24-2009, 05:31 AM
I am using a picture album add-on and the side bar add on. I really like the way the home page for my forums looks. I have vendors that want banner ads. When I place their banner ad via Ad Location Templates > ad_navbar_below it works as it should however I hate the way it makes my home page look.

The picture album is only on the home page. I want to be able to place the banner at ad_navbar_below, but only if it is NOT the home page.

Is there some conditional syntax that I can put in the ad location template to have it display the banner only if it is not the home page?

I do not know PHP syntax.

Appreciate the help!

Using version 3.8.3

--------------- Added 1251096768 at 1251096768 ---------------

Holy smokes I was actually able to find it. Anyone else wanting to do this, here is the syntax:

<if condition="THIS_SCRIPT != 'index'">

Banner here

</if>