vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Missing Thread Full Path Navigation (4.2.2) (https://vborg.vbsupport.ru/showthread.php?t=318549)

postmottak 05-04-2015 05:55 AM

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?

cellarius 05-04-2015 07:08 AM

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.

postmottak 05-04-2015 08:28 AM

I know, assumed the Wizards on this site had an imediate solution.

postmottak 05-05-2015 02:29 PM

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.

MarkFL 05-05-2015 02:33 PM

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>

What is in your template?

postmottak 05-05-2015 03:14 PM

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>


MarkFL 05-05-2015 03:22 PM

Just to be certain, that's from the "navbar" template of the newly installed style that doesn't display the breadcrumbs correctly?

postmottak 05-05-2015 03:59 PM

Correct: http://milforum.net

One of many threads - on top you?ll only see the topic title:

http://milforum.net/ledige-stillinge...ml#post1183211

MarkFL 05-05-2015 04:29 PM

1 Attachment(s)
Try changing the opening div tag to:

HTML Code:

<div id="breadcrumb" class="breadcrumb" style="z-index: 100; position: relative; top: 175px;">
This will give you:

https://vborg.vbsupport.ru/attachmen...1&d=1430850540

postmottak 05-05-2015 04:48 PM

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?


All times are GMT. The time now is 07:28 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02528 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete