PDA

View Full Version : [help] Broken link on portal page


cdoyle
02-06-2006, 01:12 AM
Hi,
Just noticed that on my CMPS page, the arcade link in the nav bar is wrong?
It's only on the nav bar, if you go to the forums the link is correct.

from the cmps page the link shows as
http://www.caraudiocentral.net/arcade.php?

It should be
http://www.caraudiocentral.net/forums/arcade.php?

I'm guessing I just didn't do something right, but not sure. Is there someplace I can go in and fix that?

thanks
Chris.

cyberhypnotic
02-06-2006, 02:49 AM
In the navbar template, make the link <td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]"> Arcade</a></td> to look like <td class="vbmenu_control"><a href="/forums/arcade.php?$session[sessionurl_q]"> Arcade</a></td>.

Basically, just add /forums/ behind arcade.php.

KW802
02-06-2006, 04:12 AM
cdoyle,

Add "arcade.php" to your CMPS NavBar Replacements section; it'll take care of the rest. ;)

cdoyle
02-06-2006, 03:55 PM
cdoyle,

Add "arcade.php" to your CMPS NavBar Replacements section; it'll take care of the rest. ;)

Where do I enter that at? I'm in the cmps admin area, and I see the list of navbar replacements, but don't see where I actually add a file?

Is it in a template or somewhere else?

thanks

KW802
02-06-2006, 06:40 PM
Just add it to the list of navbar replacements. You're going to just add "arcade.php" (without the quotes) to the list of names in the "navbar replacements" field.

cdoyle
02-06-2006, 07:09 PM
geeze, I feel dumb.

Didn't realize you can just type in that box, I was looking for a 'add' button.

thanks for your help.'

Chris.