The Arcive of vBulletin Modifications Site. |
|
[help] Broken link on portal page Details »»
|
|||||||||||||||||||||||||
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. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
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. |
|
#3
|
||||
|
||||
|
cdoyle,
Add "arcade.php" to your CMPS NavBar Replacements section; it'll take care of the rest.
|
|
#4
|
|||
|
|||
|
Quote:
Is it in a template or somewhere else? thanks |
|
#5
|
||||
|
||||
|
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.
|
|
#6
|
|||
|
|||
|
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. |
![]() |
|
|