![]() |
|
#1
|
|||
|
|||
|
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? |
|
#2
|
|||
|
|||
|
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.
|
|
#3
|
||||
|
||||
|
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. |
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
||||
|
||||
|
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. |
|
#6
|
|||
|
|||
|
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! |
|
#7
|
||||
|
||||
|
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. |
|
#8
|
|||
|
|||
|
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! |
|
#9
|
|||
|
|||
|
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>
Removing that small snippet I provided seems to have fixed it. What do you think? Is that code ok to leave out? |
|
#10
|
||||
|
||||
|
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. |
|
#11
|
|||
|
|||
|
Brian, I'm experiencing this problem after upgrading to 4.1.1
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |