vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v1.x (Archive - Closed for Posting) > Troubleshooting / "How do I..." Questions

 
 
Thread Tools Display Modes
  #1  
Old 01-24-2005, 09:25 PM
Jenn262 Jenn262 is offline
Junior Member
 
Join Date: Jan 2005
Location: New Jersey
Posts: 1
Default Navbar/Link Issues...

I was wondering if you could help me out with a little problem I've run into. First of all, let me just say that I'm about as novice as you can get when it comes to all this...and I apologize in advance if this is a "silly question" , but I'm completely stumped here.....

Here's the situation. Our board is located at www.parentshideout.net (portal page) and www.parentshideout.net/forums (forum page). This has only been in effect since last night lol....prior to that the address for the forum page was: http://www.parentshideout.net/index.php? and our portal page was: http://www.parentshideout.net/portal.php? .

Prior to making the switch everything worked beautifully. Now that the switch was made, the portal link on the navbar over the forums obviously doesn't work.....and the navbar (in total) on the portal page is shot as well as the links in the navigation module. I was told that in the portal prefs, there is a setting for the portal url and the board url...but for the life of me, I can't find it. Is there an easy fix for this? I would immensly appreciate any help/advice that you can offer me!!
  #2  
Old 01-26-2005, 03:26 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Navbar/Link Issues...

Admin CP => vBulletin Options => Site Name / URL / Contact Details

Is your 'Forum URL' option there set correctly?
  #3  
Old 01-28-2005, 11:31 AM
agiacosa agiacosa is offline
Member
 
Join Date: Dec 2004
Posts: 35
Default Re: Navbar/Link Issues...

This is happening for me but only in the Search and Quick Links. All other links properly reference my board that is at /forumapc. When I click search or one of the quick links, it tries to find search.php in the root directory rather than the /forumapc directory. How can I correct this?
  #4  
Old 01-28-2005, 01:01 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Navbar/Link Issues...

Which version of the CMPS are you running? Can you post a link to your site?
  #5  
Old 01-28-2005, 02:12 PM
agiacosa agiacosa is offline
Member
 
Join Date: Dec 2004
Posts: 35
Default Re: Navbar/Link Issues...

http://www.aquaticplantcentral.com
  #6  
Old 01-28-2005, 02:46 PM
Winterhawke Winterhawke is offline
Junior Member
 
Join Date: Nov 2004
Posts: 5
Default Re: Navbar/Link Issues...

I have a similiar issue:

The Nav Bar links on my home/default page are not working correctly. However, they are working from the Forum page. This happened after I upgraded from CMPS v1.0.0 to v1.0.1.

Here is my site: www.angelicasylum.com
  #7  
Old 01-28-2005, 03:45 PM
vbusers11 vbusers11 is offline
Member
 
Join Date: Jan 2005
Posts: 87
Default Re: Navbar/Link Issues...

same thing here.. search gets a 404 error looking in the wrong place.
  #8  
Old 01-28-2005, 04:04 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Navbar/Link Issues...

Double check that 'search.php' (or whichever filename is not linked correctly) is listed in your 'Navbar Replacements' option in your main vBa CMPS settings. If so, if someone would like to submit a support ticket I'll be glad to have a look and see what the problem is.
  #9  
Old 01-28-2005, 05:31 PM
agiacosa agiacosa is offline
Member
 
Join Date: Dec 2004
Posts: 35
Default Re: Navbar/Link Issues...

I have no idea where to check that. There is no option in AdminCP CMPS settings for Navbar Replacements.
  #10  
Old 01-28-2005, 06:03 PM
vbusers11 vbusers11 is offline
Member
 
Join Date: Jan 2005
Posts: 87
Default Re: Navbar/Link Issues...

haha, I fixed it!

I have all the pages listed under navbar replacements, I copied that list to header replacements.. no more problem

Last edited by vbusers11; 01-29-2005 at 04:31 PM.
  #11  
Old 01-28-2005, 07:13 PM
Winterhawke Winterhawke is offline
Junior Member
 
Join Date: Nov 2004
Posts: 5
Default Re: Navbar/Link Issues...

Copying them over to the Header Replacements worked for me as well, with one exception; the private messages link found in the login/welcome block of the header (top right) still does not work. Works while viewing the forums though.
  #12  
Old 01-28-2005, 07:22 PM
agiacosa agiacosa is offline
Member
 
Join Date: Dec 2004
Posts: 35
Default Re: Navbar/Link Issues...

where is the header replacements?
  #13  
Old 01-28-2005, 09:17 PM
vbusers11 vbusers11 is offline
Member
 
Join Date: Jan 2005
Posts: 87
Default Re: Navbar/Link Issues...

>admin panel > vBa CMPS > Default Settings Then you'll see textareas with the navbar ones, header, and footer categories
  #14  
Old 01-28-2005, 10:19 PM
MotoUp MotoUp is offline
Senior Member
 
Join Date: Jul 2004
Posts: 221
Default Re: Navbar/Link Issues...

I had to have the replacements in both places to make it work correctly. Thanks for the upgrade....upgrade...good! Just like beer!

EDIT: The Private Message link under your username and time and date doesn't work now...any ideas where I change that?

Last edited by MotoUp; 01-28-2005 at 11:22 PM.
  #15  
Old 01-29-2005, 10:17 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Navbar/Link Issues...

I've found the problem with the private.php link. Looks like vB moved the link from the navbar template to a phrase at some point. For anyone having a problem with this, look in your forum/vba_cmps_include_bottom.php file for this code:
PHP Code:
$templatecache['navbar'] = str_replace($navreplace['find'], $navreplace['replace'], $templatecache['navbar']); 
And add this right below it:
PHP Code:
$vbphrase['private_messages_nav'] = str_replace('"private.php''"' $vboptions['bburl'] . '/private.php'$vbphrase['private_messages_nav']); 
I'm not sure why anyone would be having a problem with the other replacements unless the links have been moved to their header. If anyone that's having this problem would like to submit a support ticket though I'll be glad to take a look and see what the problem is.
  #16  
Old 01-29-2005, 10:36 AM
MotoUp MotoUp is offline
Senior Member
 
Join Date: Jul 2004
Posts: 221
Default Re: Navbar/Link Issues...

Perfect, thanks.
  #17  
Old 01-29-2005, 10:51 AM
Winterhawke Winterhawke is offline
Junior Member
 
Join Date: Nov 2004
Posts: 5
Default Re: Navbar/Link Issues...

Thanks, Brian. I've submitted a ticket so you can take a better look at the header issue.
  #18  
Old 02-08-2005, 06:29 PM
Chrisedge Chrisedge is offline
Junior Member
 
Join Date: Oct 2004
Posts: 1
Default Re: Navbar/Link Issues...

That fixed my "header" problem...PM Link (above navbar) works with the fix above...
  #19  
Old 02-11-2005, 08:25 AM
oztrack oztrack is offline
Junior Member
 
Join Date: Feb 2005
Posts: 5
Default Changing problems with links

I just fixed my private message link with this fix on the php file.

BUT now my link in the nav bar have dropped off the /forum link.

Most of them are wrong.

Please help.

Steve
  #20  
Old 02-11-2005, 08:30 AM
oztrack oztrack is offline
Junior Member
 
Join Date: Feb 2005
Posts: 5
Default Re: Navbar/Link Issues...

I just found the problem - i had replaced the original code instead of placing it underneath.

Last edited by oztrack; 02-11-2005 at 08:40 AM.
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
login / link issues... Jonux Troubleshooting / "How do I..." Questions 6 01-21-2005 06:47 PM
Navbar issues on the portal... Ogden2k Troubleshooting / "How do I..." Questions 4 01-03-2005 08:02 AM
No link on Navbar to LD deb0 Troubleshooting & Problems 1 11-01-2004 11:56 PM
Navbar issues... himerus Troubleshooting / "How do I..." Questions 7 06-28-2004 09:38 AM


All times are GMT -4. The time now is 11:05 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.