The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forum Navigation Link Not showing properly
The Forum Navigation link under the navbar in my forum is not showing properly. e.g The links that show Forum>Sub-Category when you are in a subcategory.
It shows something like this- Notice how the "Entertainment to a new level" is on the left and "***** - Taking" is on the right. How can I make it show properly. I am using the CA Evo 3.8.3 style The Forum homepage name is broken like this in all the pages. Thanks in advance. |
#2
|
|||
|
|||
You would have to edit the navbar template of the template that holds your breadcrumbs code. If you post your navbar template code I can take a look at it. Or you can copy the contents from the template & save them to a text file and then revert the navbar template. If this is a free or paid for skin you could request help from the developer in the thread you found it in too.
|
#3
|
|||
|
|||
Here is the navbar template code. Thanks for your help metalguy639.
Code:
<if condition="$show['member'] AND $notifications_total"> <!-- notifications menu --> <div class="vbmenu_popup" id="notifications_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr> $notifications_menubits </table> </div> <!-- / notifications menu --> </if> $ad_location[ad_navbar_below] <!-- breadcrumb --> <div id="navbar-row"> <if condition="is_array($navbits)"> <div class="navbar navbar-top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a> $navbits[breadcrumb] » <strong>$navbits[lastelement]</strong></div> <else /> <div class="navbar navbar-top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></div> </if> </div> <br class="spacer8" /> <!-- / breadcrumb --> |
#4
|
|||
|
|||
Be sure to save that template code to a text file and try this:
Code:
<if condition="$show['member'] AND $notifications_total"> <!-- notifications menu --> <div class="vbmenu_popup" id="notifications_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr> $notifications_menubits </table> </div> <!-- / notifications menu --> </if> $ad_location[ad_navbar_below] <!-- breadcrumb --> <div id="navbar-row"> <if condition="is_array($navbits)"> <div class="navbar navbar-top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a> $navbits[breadcrumb] » <strong>$navbits[lastelement]</strong></div> <else /> <div class="navbar navbar-top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></div> </if> </div> <!-- / breadcrumb --> |
#5
|
|||
|
|||
That code unfortunately didnt work. Can you please have a look at my CSS?
|
#6
|
|||
|
|||
Can you give me a link to your site? I can look and see if I can find what part is out of whack.
|
#7
|
|||
|
|||
Code:
www.********.com |
#8
|
|||
|
|||
Did you put this in your $ad_location[ad_navbar_below] ad area?
Code:
Vote for the hottest entries : Hottest Celeb in Santa/Winter clothing | Sexiest Babe in the Snow/Outdoors |
#9
|
|||
|
|||
Thanks alot metalguy639. I checked the template and turns out an alignment code was creating the conflict. Now its all fixed.
|
#10
|
|||
|
|||
Awesome, glad you were able to find the issue.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|