PDA

View Full Version : Toolbar at top doesnt look like everyone elses....


cmiller1014
11-17-2004, 01:04 AM
Just out of curiosity, from our vbadvanced homepage there is no link to the forums at the top, and from the forums there is no link back "Home". Did I miss a step in the install, or what needs to be done to set this up?

Thanks

theMusicMan
11-17-2004, 03:12 AM
Hi DT...;

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

If essentially checks the page you are on to see if it is the adv_index file, if it is then it inserts '[b]Forums' as the link in the navbar, if it isn't then it inserts 'Home' as the link in the navbar.

You might like to put that line in your navbar template

Our Sponsors
 

cmiller1014
11-17-2004, 11:12 AM
Most excellent, Sir. Thanks!