PDA

View Full Version : navbar mod


roxics
12-08-2004, 08:34 PM
How could I take out the category from the navbar?

Also is there a way to add another link to the far left that leads to my sites front page.

peterska2
12-08-2004, 08:39 PM
How could I take out the category from the navbar?

Also is there a way to add another link to the far left that leads to my sites front page.
What category do you want out of there?

Andrew
12-08-2004, 09:44 PM
To add an extra link to your Navbar :

Find in navbar template :
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
Add underneathe (Modify the link to match your boards url) :
<td class="vbmenu_control"><a href="HTTP://WWW.YOURSITE.COM">Home</a></td>

roxics
12-09-2004, 12:21 AM
Well we'll take this post as an example
http://www.michiganfilm.org/board/showthread.php?s=&threadid=3287

Notice how the nabar says
Michigan Filmmakers > General > The Sanctuary > For a Laugh

The category is "General" I'd like to get rid of that all together no mater what category a forum is in. Before where is says Michigan Filmmakers I'd like to add something like "Main Site" that links back to a php page on the main site. So that the navbar works like this
Main Site > Messageboard > Forum > Topic Title

Is that possible? I don't need the navbar to appear on outside pages. Just within the forum itself.