View Full Version : Menu Bar Linking problem
Division
06-12-2004, 02:29 AM
http://www.sopranoforum.com when i click on link it points to search.php instead of forums/search.php how can i fix this.
mholtum
06-12-2004, 03:31 AM
Your links (when not logged in) link to
http://www.sopranoforum.com/search.php?
http://www.sopranoforum.com/calendar.php?
http://www.sopranoforum.com/search.php?do=getdaily
you need to change them to:
http://www.sopranoforum.com/forums/search.php?do=getdaily
and so forth..
Division
06-12-2004, 09:18 AM
how do i change because i tried to change in index.php and it doesn't work. also its like that when logged in too.
That's easy.
Modify all ur paths of menu bar to include "$vboptions[bburl]/", something like below.
<a href="$vboptions[bburl]/calendar.php?....................>
hope it help!
Division
06-12-2004, 10:32 AM
Thanks alot it worked.
axecity
06-16-2004, 01:31 AM
I have the exact same problem except it makes no difference if I am logged in or not. Either way nearly every link is messed up. I started to do as you said and it does work but isn't there a better way. I would have to modify a lot of templates to make that work in every case.
Why doesn't the chdir work to set the path up to ../forum/
Please save me days if you can. I am sure you know the feeling.
Thanks again
Rich
Brian
06-16-2004, 12:10 PM
The chdir line has nothing to do with the HTML that is outputted. It just tells the script to change directories so that it can include other vBulletin files.
The script will replace all links that are in the navbar, but if you have moved your links from your navbar to your header (or anywhere else) then you will need to edit those links to point to your forums folder.
KoLdArKnEsS
06-17-2004, 04:32 AM
That's easy.
Modify all ur paths of menu bar to include "$vboptions[bburl]/", something like below.
<a href="$vboptions[bburl]/calendar.php?....................>
hope it help!
Where to find menu bar paths?....dont laugh, just feel a quite pity for me lol. :confused:
Brian
06-17-2004, 11:39 AM
Admin CP => Style Manager => Click on the "» «" button
The would either be in your header or navbar template.
mattym
07-06-2005, 06:58 PM
would this be in the main VB templates???
None of the images work, ive tried everying i can find here, but cant get /forums/ to add itself to the navbar links or images.
Brian
07-07-2005, 01:06 PM
Admin CP => vBa CMPS => Default Settings => Navbar Replacements
Make sure all of the filenames in your navbar are listed in that option.
Then go to Admin CP => Style Manager => {select style} => All Style Options and make sure that you have the full URL to each folder entered in the 'Image Paths' section.
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.