PDA

View Full Version : How Can I Fix a Broken Link in my Navbar?


romeshomey
07-18-2004, 08:22 AM
After I installed vBadvanced, which I must repeat is a really awsome addition to the VBulletin, I noticed one of my Navbar links is broken.

Its works fine on all my other forum areas, so I assume it is with a template or module in the vBa..

Where can fix this at, what template or vBa file is it located in.

Here is my page with the broken Arcade link....
http://www.insidersportszone.com
Here is my page with working Arcade link....
http://www.insidersportszone.com/forums/index.php?

Thanks, hope someone is able to help...

Brian
07-18-2004, 11:04 AM
You will need to edit your navbar template, find the link in there, and add $vboptions[bburl] in front of it. ;)

Our Sponsors
 

romeshomey
07-18-2004, 03:07 PM
Ok, well I found the link, but not quite sure exactly where to place the $vboptions[bburl]

Here is what the link looks like currently.

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl]">Arcade</a></td>

romeshomey
07-18-2004, 03:17 PM
I got it! lol Was a little confused, but figured it out.

Thanks Brian...