PDA

View Full Version : Navbar link issue


cladoch
11-08-2004, 03:57 PM
I am building a family site and am doing a vB/vBa/vBa Gallery/HiveMail integration. Everything integrated well (have not done the gallery yet as I wish to solve this navbar problem first).

I installed the vBarcade mod and the only problem is on the cmps page the navbar link "Arcade" goes to http://www.domain.com/arcade.php? when it should be http://www.domain.com/forum/arcade.php? . The navbar link on the forums index page (and all other pages) is correct.

A few backgroud points:
-Everything was a clean install a few days ago.
-In vB options, the Forum URL is http://www.domain.com/forum
-In vB options, the Site URL is http://www.domain.com
-I have looked aroung in the navbar template and everything looks copesetic.

I'm fairly new to vB so forgive me if these questions are redundant or easily answered.

Thanks

Artayick
11-08-2004, 04:21 PM
hmmm can't of the top of my head remember this but I had the same issue before. I had to put the full path to the arcade in myself. Just edit your navbar and define the full path yourself. should work just fine..

Our Sponsors
 

Brian
11-08-2004, 05:20 PM
You need to edit your navbar template and add $vboptions[bburl]/ in front of any links that are not there by default.

cladoch
11-08-2004, 05:24 PM
You need to edit your navbar template and add $vboptions[bburl]/ in front of any links that are not there by default.
That worked perfectly :D

Thanks Brian

Our Sponsors
 

oglsmm
11-30-2004, 11:13 AM
On this same note, where is the Navbar template? Is it specific to vBA CMPS or just vB. Also could you please post more specific locations... I found Navbar template in the Navagation/Breadrumbs Templates but I don't know where to put the code you listed.

Brian
11-30-2004, 05:18 PM
That is the correct template. Just look for the links that are not pointing to your forum and add the code in front of them.