The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Missing Thread Full Path Navigation (4.2.2)
After installing a new theme, I?ve lost full path to thread when viewing a thread. Found this very usefull in order to go one step back to parent forum. Now my users have to click on main logo to get back to main forumpage. In this vBulletin.org page, it shows path with yellow folder and urls as easy back-navigation.
Have browsed settings without any obvious fix. Am running 4.2.2 patch 4 Theme: Primus Anyone? |
#2
|
||||
|
||||
If it works with the default style, it's obviously an issue with your newly installed style. You need to ask where you got it. Since it's a paid style, you should get support at their place.
|
#3
|
|||
|
|||
I know, assumed the Wizards on this site had an imediate solution.
|
#4
|
|||
|
|||
Nobody with any hint/tip? Have asked the creator company, but no answer to date. Have a feeling it is an easy fix for this in the coding.
|
#5
|
||||
|
||||
In your "navbar" template, you should find a block of code resembling:
HTML Code:
<div id="breadcrumb" class="breadcrumb"> <ul class="floatcontainer"> <li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li> {vb:raw navbits.breadcrumb} {vb:raw navbits.lastelement} </ul> <hr /> </div> |
#6
|
|||
|
|||
Thanks for quick reply, MarkFL
Got following: Code:
<div id="breadcrumb" class="breadcrumb"> <ul class="floatcontainer"> <li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li> {vb:raw navbits.breadcrumb} {vb:raw navbits.lastelement} </ul> <hr /> </div> |
#7
|
||||
|
||||
Just to be certain, that's from the "navbar" template of the newly installed style that doesn't display the breadcrumbs correctly?
|
#8
|
|||
|
|||
Correct: http://milforum.net
One of many threads - on top you?ll only see the topic title: http://milforum.net/ledige-stillinge...ml#post1183211 |
#9
|
||||
|
||||
Try changing the opening div tag to:
HTML Code:
<div id="breadcrumb" class="breadcrumb" style="z-index: 100; position: relative; top: 175px;">
|
#10
|
|||
|
|||
Thanks! Works - BUT - something changed on the forum index-page. Seems like the icon path is at same place as the first forum listing: "1/8...." etc. Any clue how to either not show on first page, or have the forum-listing move down one notch?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|