vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Miscellaneous Hacks - Alternative Breadcrumbs for your vB4 (https://vborg.vbsupport.ru/showthread.php?t=280518)

Disco_Dave 08-13-2013 02:36 PM

Anyone know how to make this line a background: url

PHP Code:

.breadcrumb .crust:hover .arrow span 
    
border-left-color:#e9e9e9; /* this is the color of the "arrow" when hovered. It should be identical to the `.breadcrumb .crust:hover a.crumb` background value */


Thanks
Dave

Great hack! :)

TeamSempoi 11-21-2013 12:27 AM

working good on (vBulletin 4.2.2)

john7911 11-21-2013 05:17 AM

Thank you, I'll try it l8tr ;)

K4GAP 11-21-2013 07:30 PM

On one of your screen shots (see below) your addition and the regular breadcrumb are all within very close proximity to each other.

I would think it would be better to replace the default with yours? Otherwise it's repetitive.

https://vborg.vbsupport.ru/attachmen...4&d=1332429220

BirdOPrey5 11-21-2013 07:46 PM

1 Attachment(s)
I don't see the regular breadcrumb in that picture?

This is the default breadcrumb-

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

K4GAP 11-21-2013 11:58 PM

The text below the bread crumb. My bad.
This text:
Beercandle Forums
Welcome to the Beercandle Forums.


There's no need for it.

Manuel94 06-18-2016 06:34 AM

Hi, do you know how can I do to enlarge this breadcrumb? I tried to maximize it with line-height but arrows remain small. Thank you.

charlesr 01-25-2020 08:03 PM

For anyone that is still using this, these are the new replacements that fix the (vbulletin) data-vocabulary.schema deprecation from google's search console.

(just added "vbulletin" above in case anyone is searching google!)

navbar:

Code:

<div class="bread_box">
        <nav>
                <fieldset class="breadcrumb">
                        <span class="crumbs">
                                <vb:if condition="$vboptions['hometitle']">
                                        <ol class="crust" itemscope="itemscope" itemtype="http://schema.org/BreadcrumbList">
                                                <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
                                                        <a itemprop="item" href="{vb:raw vboptions.homeurl}" class="crumb" rel="up" itemprop="url" alt="{vb:rawphrase home}">
                                                                <span itemprop="title">{vb:raw vboptions.hometitle}</span>
                                                        </a>
                                                </li>
                                                <span class="arrow">
                                                        <span>&gt;</span>
                                                </span>
                                        </ol>
                                </vb:if>
                                {vb:raw navbits.breadcrumb}
                                {vb:raw navbits.lastelement}
                        </span>
                </fieldset>
        </nav>
</div>

navbar_link:

Code:

<vb:if condition="$show['breadcrumb']">
        <ol class="crust" itemscope="itemscope" itemtype="http://schema.org/BreadcrumbList">
                <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
                        <a itemprop="item" href="{vb:raw nav_url}" class="crumb" rel="up" itemprop="url">
                                <span itemprop="title">{vb:raw nav_title}</span>
                        </a>
                </li>
                        <span class="arrow">
                                <span>&gt;</span>
                        </span>
        </ol>
<vb:else />
        <ol class="crust" itemscope="itemscope" itemtype="http://schema.org/BreadcrumbList">
                <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
                        <b class="lastcrumb">
                                <span itemprop="title">{vb:raw nav_title}</span>
                        </b>
                </li>
        </ol>
</vb:if>



All times are GMT. The time now is 04: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.01178 seconds
  • Memory Usage 1,747KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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