PDA


View Full Version : Editing Navigation Bar


kittymother
07-08-2004, 08:30 PM
How do I edit the navigation bar to include a link to my forum?

mholtum
07-08-2004, 09:50 PM
In your navbar tempalate do this

Find:
<!--<td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>-->


Replace with


<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]?$session[sessionurl]"> Forums <else /> <a href="$vboptions[homeurl]?$session[sessionurl]"> Home </if></a></td>


this will give you a link to the forums on vBa pages

and a link to vBa on the forum pages

kittymother
07-08-2004, 11:41 PM
Thank, but this isn't exactly what I am after. I think I have it figured out to get what I want.