vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced Dynamics > vBa Dynamics v2.0 Support > Troubleshooting & Problems

Reply
 
Thread Tools Display Modes
  #1  
Old 01-22-2011, 06:24 PM
phantomzer0 phantomzer0 is offline
Junior Member
 
Join Date: Aug 2005
Posts: 6
Default 90% of links in navbar/header not working

Hey everyone - I run ltxtech.com and after configuring and reskinning the dynamics suite I noticed that most of the links in our header and navbar do not work.

I tried adding files to the settings area for replacements, but none of that worked.

Any ideas?
Reply With Quote
  #2  
Old 01-23-2011, 12:10 AM
phantomzer0 phantomzer0 is offline
Junior Member
 
Join Date: Aug 2005
Posts: 6
Default

Not only that issue, but also all of my categories run into each other. I can't seem to get that working either. I've tried editing everything under the sun and the most I can ever get is really nothing.

If you go to the main forum you will see each section has nice spacing between themselves and then you go to the tutorial section and everything is smushed.

Reply With Quote
  #3  
Old 01-24-2011, 01:14 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Is this something you're still having a problem with? I checked your site, but the links and categories seem fine to me.
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #4  
Old 01-24-2011, 04:52 PM
phantomzer0 phantomzer0 is offline
Junior Member
 
Join Date: Aug 2005
Posts: 6
Default

Quote:
Originally Posted by Brian View Post
Is this something you're still having a problem with? I checked your site, but the links and categories seem fine to me.
Yes, actually the "actual" dynamics links on the main section work fine. If you click here, it will take you to our dynamics install. It is *only* in the dynamics area of the website where all of the links from the navbar up do not work. The only one that works in the "forum" link.
Reply With Quote
  #5  
Old 01-26-2011, 11:49 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

You may need to edit those links in your 'navbar' template (or whatever template they're in) and add "{vb:raw vboptions.bburl}/" in front of them.
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #6  
Old 01-27-2011, 06:38 PM
phantomzer0 phantomzer0 is offline
Junior Member
 
Join Date: Aug 2005
Posts: 6
Default

Man Brian, I tried that and it still didn't work. No matter what I try, the system keeps putting a /dynamics/ text in the links. So instead of trying to just go to ltxtech.com/forums/garage.php it's trying to force ltxtech.com/forums/dynamics/garage.php

I need to figure out how to stop it from adding the /dynamics/ text into every link.

Thanks for your continued support Brian!
Reply With Quote
  #7  
Old 01-29-2011, 11:05 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

There's no way it would still add "/dynamics" in the URL if those links were prefixed with your forum's URL. If the variable I posted isn't working then the only other thing I can suggest would be to try adding "http://ltxtech.com/forums/" in front of the links.
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #8  
Old 01-30-2011, 09:55 PM
phantomzer0 phantomzer0 is offline
Junior Member
 
Join Date: Aug 2005
Posts: 6
Default

Ok Brian, that worked. I replaced "{vb:raw vboptions.bburl}/" with the forum url and it cleared up the issues.

Thank you very much kind sir!
Reply With Quote
  #9  
Old 01-30-2011, 10:02 PM
phantomzer0 phantomzer0 is offline
Junior Member
 
Join Date: Aug 2005
Posts: 6
Default

After a little more digging into this I found one more thing I had to do to get everything functioning correctly.

"{vb:raw session.sessionurl_q}" removed from this line of code:
Code:
<li class="selected"><a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a>
As I originally replied before this that changing the code you provided had fixed everything except whenever you would click "Forum" from the dynamics, it would duplicate the forum url 2x, resulting in a broken link. Everything else was fixed by your code change.

Removing that small snippet I provided seems to have fixed it. What do you think? Is that code ok to leave out?
Reply With Quote
  #10  
Old 02-02-2011, 11:57 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

There shouldn't be any reason that variable would create a problem. It's used to help track guests so it's not really going to break anything if you remove it. You may want to try this instead for that line though and see if it gives you any better results.
Code:
<li class="selected"><a class="navtab" href="{vb:raw vboptions.bburl]/forum.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a>
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #11  
Old 02-03-2011, 04:42 PM
tavenger5 tavenger5 is offline
Member
 
Join Date: Apr 2008
Posts: 74
Default

Brian, I'm experiencing this problem after upgrading to 4.1.1
Reply With Quote
Reply


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
navbar moved to header template - now links not working on vBa? glennybee Troubleshooting & Problems 2 12-27-2008 03:53 PM
Header and Navbar links mbstang Troubleshooting & Problems 7 12-17-2008 02:04 PM
Navbar links are not working CordlezToaster Troubleshooting & Problems 2 08-14-2008 11:19 PM
header/navbar/footer replacement variables not working drewbe121212 Troubleshooting & Problems 6 12-12-2007 11:34 AM
Navbar Links not working? christian8a Troubleshooting & Problems 1 07-19-2007 09:26 AM


All times are GMT -4. The time now is 07:14 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.