Log in

View Full Version : Adding below navbar - homepage only


jimnyc
01-11-2010, 02:06 PM
I have added a small table on my homepage, just below the navbar (code added via the navbar template).

Now, of course, this addition shows up on literally every single page of the board. Is there a way to add something just beneath the navbar - but only have it appear on the index page?

Thanks much in advance for any help!!!

-Jim

Lynne
01-11-2010, 02:40 PM
Put a condition around the code you added:

<if condition="THIS_SCRIPT == 'index'">
your stuff
</if>

jimnyc
01-11-2010, 05:40 PM
Thanks very much, that worked perfectly!! :)

iannurse
10-01-2010, 10:45 AM
could please sent me your orginal navbar code

BirdOPrey5
10-02-2010, 07:53 PM
You can get the default templates back by "add new style" and add a style with no parent style- it will be the default vbulletin style. You can then get your original navbar template from that.