Log in

View Full Version : Nav Bar Help


TunerNetwork
08-05-2004, 04:16 PM
Ok, i got the arcade installed, and the buttons fixed on top of the site....now the problem I am running into is that the links in the navbar on the portal page need to have...example: they need to have "forums" added in front of the link so it it goes through the forums, as shown here = "faq.php" needs "forums" added in front to make it look like so: "forums/faq.php", then the links work on the main portal page.

Now, when you go to the forums links up top, that same link that I used as an example,

"forums/faq.php" becomes "forums/forums/faq.php"

I need to know how to prevent the double forums, when I go to the links through the forums.

HELLLLLLLLLLLLLLLLP!

13th_Disciple
08-05-2004, 05:43 PM
$[vboptions]bburl/faq.php

I think that is correct.. someone else may know better, but I think that's right..

TunerNetwork
08-05-2004, 06:22 PM
ok, ill try it out in a few mins, now, so do i add another line of text for that, but just make it for the bboards?

Natch
08-06-2004, 01:13 AM
$vboptions[bburl]/faq.php <= this is correct - u were close 13th ;)

TunerNetwork
08-06-2004, 06:12 AM
so copy the same code that is there, cause that is for the portal, and then copy and make a new code so it is for the forums right, as you showed above, so it'll read a code for both the portal and the forum?

Blam Forumz
08-06-2004, 10:38 AM
Use a portal like vBindex, it has its own navbar, which doesnt affect the forums navbar so you can edit it freely like i have
www.blaminator.co.uk ;)

/Blam

13th_Disciple
08-06-2004, 06:27 PM
$vboptions[bburl]/faq.php <= this is correct - u were close 13th ;)
bah..

i meant the way you typed it.. i got in a hurry because i knew the answer, for once.. :p

Tessa
09-24-2004, 06:54 PM
This is the same problem I am having but I cannot find exacly where to fix it.