PDA


View Full Version : Navbar Arcade Link


Cadmus
08-31-2005, 10:09 PM
I can't get my Arcade link on my Navbar to stay correct. When I'm at the main page the arcade link is:

http://www.13InchProductions.com/forums/arcade.php

This is the proper link, however, when I click the link from the forums page it takes me to:

http://www.13InchProductions.com/forums/forums/arcade.php

This is not correct. If I take out the "/forums" part in my Navbar template the link on the main page will be:

http://www.13InchProductions.com/arcade.php



SO!
How do I make the link from my main page "/forums/arcade.php" and the link from the forums "/arcade.php"?

ConqSoft
08-31-2005, 10:28 PM
If you use: /forums/arcade.php that will work from anywhere, since it's an absolute path. (Note the slash at the start.)

ConqSoft
08-31-2005, 10:29 PM
(Or you can leave the link as "arcade.php" and add arcade.php to the Navbar Replacements section of the CMPS AdminCP, and it will adjust the path for you automatically.)

Cadmus
09-01-2005, 01:23 AM
(Or you can leave the link as "arcade.php" and add arcade.php to the Navbar Replacements section of the CMPS AdminCP, and it will adjust the path for you automatically.)


I did this and it works perfectly, thanks a lot!