PDA

View Full Version : Navbar issue


fooboo
04-18-2006, 06:37 PM
Hey guys...


Ever since I installed Vbadvanced and VBLinks directory Ive been having a weird problem in my navbar.. I need someone to confirm for me if this is indeed a vbadvanced related bug .. if not.. if you could offer assistance I would be greatful.


If you go to http://www.cgcentral.net/main/cmps_index.php

and try and click on New Posts or search something under the dropdown menu they both lead to a blank page.

I've searched many vb sites and no one seems to be having this particular blank page problem.

Any ideas?

blacklancer
04-18-2006, 07:29 PM
i am having the same problem too. the link is wrong, but if you change it in the navbar, then the links dont work on your forumhome. i need to get this fixed also....

edit : i fixed it fooboo...i found the following post and it worked perfect for me :

I had this problem and I fixed it by changing Default Settings-->Options-->CMPS URL from /cmps_index.php to /index.php

Our Sponsors
 

fooboo
04-18-2006, 09:05 PM
Your problem is different to mine... did you even read my issue properly?

I am still having a problem for those of you who are speedreading this thread

fooboo
04-21-2006, 01:20 AM
Could I please get some support on this?

Our Sponsors
 

azntfl
04-21-2006, 04:28 AM
I think I am having the same problem. If I switch over to a style different fromt he default. My links dont work.

For example:

Link goes to www.mysite.com/faq.php
Link needs to go www.mysite.com/forums/faq.php

I can go in and change the links manually one by one, but I dont want to do that.

I know it has something to do with the theme cuz it doesnt happen with the default theme.

my site is at www.malus-imperium.net

chiaa
04-22-2006, 02:56 AM
I happen to be having the same problem as well.

chinno
04-22-2006, 04:59 AM
me too! have those problems.

chiaa
04-22-2006, 10:15 PM
I somehow fixed some of my links. I think it may have been throwing a file in header replacements or saving Site Name / URL / Contact Details again (the information there was correct, I just it save again)

This fixed all the problems except for my vbookie, arcade and vbplaza links located in the vbadvanced navbar. To fix that, I went white trash on it.

Under Replacement Variables in Style and Templates I did made the following replacements:

Search for text <td class="vbmenu_control"><a href="arcade.php?">arcade</a>

Replace with text <td class="vbmenu_control"><a href="/forums/arcade.php?">Arcade</a>

Another one:

Search for text: <td class="vbmenu_control"><a href="vbookie.php?">vbookie</a>

Replace with text: <td class="vbmenu_control"><a href="/forums/vbookie.php?">vBookie</a>

Another

Search for text: <tr><td class="thead"><a href="vbplaza.php?">vbplaza main</a></td></tr>

Replace with text <tr><td class="thead"><a href="/forums/vbplaza.php?">vbPlaza Main</a></td></tr>

Another

Search for text <tr><td class="vbmenu_option"><a href="vbplaza.php?do

Replace with text <tr><td class="vbmenu_option"><a href="/forums/vbplaza.php?do


My board is still being set up, but from the tests I have run I have not seen any problems.

bold
04-22-2006, 11:57 PM
all you have to do is go to

admincp -> vBa CMPS -> Default Settings -> Header Replacements

and add faq.php or any other .php to it. :)