![]() |
Alternative Breadcrumbs for your vB4
1 Attachment(s)
STOP: Before we go any further, I want to make it clear that you need to have a basic understanding of what you're doing. You need to have a basic understanding of CSS in order to make this perfect. I have tried my best to have this use vBulletin's existing stylevars, but you will most likely need to fine-tune it's cosmetic qualities on your own.
Some people have been asking for better breadcrumbs. A few months ago, I published a barebone template on how to accomplish such a task. Despite my good efforts, some people needed additional help to get it working. To make matters easier, I took time out today to make the breadcrumbs work with a vBulletin 4 system. It includes basic Microdata. As previously mentioned above, these will need some CSS work on a non-default style. When these were originally built, it was for my website, not for mass distribution. I have given my best efforts to port it to using vBulletin's stylevars, but it's very, very crude. I have taken some time to add comments to the CSS so you can easily change the values if they don't work right. If you want to see a live demo, you may visit my site: Code:
https://www.beercandle.com/forum.php Prerequisite to setting this up: This has only been tested on vBulletin 4.1.11; Create a copy of the Style you want to apply this to. Test it first. Make sure it looks good. :) > Open Template Group `CSS Templates` >> Open Template `additional.css` ### ADD ### Code:
.bread_box { > Open Template Group `Navigation / Breadcrumb Templates` >> Open Template `navbar` ### FIND ### Code:
<div id="breadcrumb" class="breadcrumb"> Code:
<div class="bread_box"> >> Open template `navbar_link` ### REPLACE _EVERYTHING_ WITH ### Code:
<vb:if condition="$show['breadcrumb']"> |
Working well for me on 4.1.11 :up:
Thanks. |
WOOHOO! Looks great!
|
Is there anyway to get it not to show up on the CMS or forum pageS?
|
Quote:
tagged this to sus it out.. thanks |
Excellent
installed plz can you do that from right to left as RTL thank you |
Thank you !!! Very nice
|
INstalled thanks.
www.minelabowners.com |
very nive looking
plz provide code for vb 3.8 thanks in advance |
Thanks
|
Works with 4.1.11!
Great Job!! |
1 Attachment(s)
thanks, Installed with some tweaking eg. no arrows, hover color etc. simplified for my style...cheers
|
Thanks for sharing, I was about to release my own version of this. Saves me doing so :)
|
Smashin...thank you
|
Works great, even with custom themes.
Thank you for sharing. |
Perfect Big Thanks =)
|
GREAT WORK,
Thank you so much private_ale |
Hi,
Could you please tell me how to change arrow direction from ltr to rtl? Thank you, |
This has been the very first and only externally coded mod I have currently used, really impressed!
This has made a big difference to the aesthetics of my site. :up: Cheers :) |
I've done some changes on it to work with rtl
Note: I've changed also some colors to work with my forum. Code:
.bread_box { |
thanks, great
|
|
Love this, very nice modification. :)
|
1 Attachment(s)
I have two links to HOME when selected on the CMS home page, any ideas?
|
Ok, figured this one out... If you have the same trouble in the CMS as I did (Shown in the post above), I fixed it by adding a conditional into the template as shown here;
Code:
<vb:if condition="$show['breadcrumb']"> Code:
define('THIS_SCRIPT', 'home'); |
That would be a BAD idea... content.php already has THIS_SCRIPT defined as:
Code:
define('THIS_SCRIPT', 'vbcms'); Define your own constant, something other than THIS_SCRIPT... Maybe Code:
define('IS_HOME', 'yes'); Code:
<vb:if condition="IS_HOME != 'yes'"> |
Very cool. A rookie is glad to learn from a skilled person such as you.
|
Quote:
Just put a note somewhere so you remember to redo it when you upgrade the forum. |
Hello,
how became the new breadcrumbs when there is a very long post-title? I have a fixed style and I would like know is someone that use a fixed style, has already test this situation. Thank you, Regards |
Thanks installed..
|
Looks nice ;-) Thanks for that
|
Two problems :
1) Layout 2) Home disappears :confused: http://img543.imageshack.us/img543/8...0511092756.png |
Thank you, good job
|
very good job!
|
Solved :)
Something similar for navbar? |
This works ok for 4.2
|
I have default vb4.2.0 template but with customized sidebar.
Could someone help me please with breadcrumb css to make it as default colors of sidebar. http://www.freeimagehosting.net/t/ylmsn.jpg |
Nice template hack, I really like the look of the Breadcrumbs now!
I was dealing with a lot of confusion about how to change the language on my site, so I made a small modification to add and additional language picking box to the right side of the breadcrumb box. This way it's near the top of the page instead of scrolled off the bottom. To accommodate the slightly larger drop down box for the language selector, I had to make the bar a few px taller. Below are the code modifications from private_ale's original hack. Here's the new code for additional.css: Code:
.bread_box { Code:
<div class="bread_box"> I hope you find this hack-on-hack useful! -dwx |
1 Attachment(s)
I'm having an issue with it after installing. It shows two lines on the bottom, which doesn't look like the examples I've seen here. I'm using the latest version of vbulletin, 4.2.0.
|
Quote:
Take a look at the modification's I posted above, I increased the height of the bar by 6 or 7px to accommodate the language picker, and had to adjust the arrows to fit as well. dwx |
All times are GMT. The time now is 06:11 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|