PDA

View Full Version : Adding banner to home page


JohnScag
10-30-2014, 09:25 PM
So I want to add a banner to just this one page. The home page http://www.grindfactor.com/Forum/content.php

I want to put it right under the navbar and before the forum list and articles.

How do I go about doing this? What is the template called for this page?

Thanks.

ageurtse
11-01-2014, 07:38 PM
How about the rotating banner plugin?

RichieBoy67
11-01-2014, 08:41 PM
Use the Vbulletin admanager. I think there is a conditional built in to place it just on the cms. If not use the ad_global_below_navbar template using the below conditional.

Try this

<vb:if condition="THIS_SCRIPT == 'index'">your banner code</vb:if>