Back to vBulletin 4.x Add-ons

Lower Breadcrumbs
Mod Version: 1.4, by Lynne

vB Version: 4.0.x Rating: (59 votes - 4.78 average) Installs: 459
Released: 02 Dec 2009 Last Update: 22 Oct 2010 Downloads: 1718
Not Supported Uses Plugins Auto-Template Re-usable Code Translations  

This just adds the breadcrumbs to the bottom of the showthread page. I saw this http://www.vbulletin.com/forum/showthread.php?326003-Lower-Breadcrumbs at vb.com and then decided to share it as I wrote it for myself.



Version History:
1.0 2009-12-01: initial release by Lynne at vbulletin.org (pre Beta 5)
1.1 2009-12-04: fixed the issue regarding a single apostrophe in a thread or forum title (Thanks go to BBR-APBT for the fix!) (Beta 5)
1.2 2009-12-12: small template change for new release, RC2 (RC2)
1.3 2009-05-10: added lower breadcrumbs to forumdisplay page (up to 4.0.7)
1.4 2009-10-21: fixed for use in 4.0.8 (4.0.8)

To install:

1. Import product-lynne_lower_breadcrumbs.xml


To uninstall:

1. Uninstall "Lower Breadcrumbs"

Optional:

Added in 1.1: in the plugin, Add Lower Breadcrumbs to SHOWTHREAD template, you will see the following lines:

PHP Code:
// to put it above the Quick Reply box
//$find = '<!-- scripts for quick reply and quick edit -->'; 
// to put it above the Thread Information box
$find '<div id="thread_info" class="thread_info block">'
If you wish to have the Breadcrumbs above the Quick Reply box, then uncomment that line and comment out the one to put it above the Thread Information box, like this:

PHP Code:
// to put it above the Quick Reply box
$find '<!-- scripts for quick reply and quick edit -->'
// to put it above the Thread Information box
//$find = '<div id="thread_info" class="thread_info block">'; 
Quote by Alan_SP
Also, I added one more location to put lower breadcrumb in, just below posts (above inline moderation, above reply button...).
Thanks to Alan for instructions to add to that location, see this post -

Spoiler (click to open)


Thank you Lynne for excellent mod, it's very useful, it really makes easier to know where someone is. One of my users just asked for lower breadcrumb, I immediately remembered your mod.

Also, I added one more location to put lower breadcrumb in, just below posts (above inline moderation, above reply button...).

To add this location add this code in plugin Add Lower Breadcrumbs to SHOWTHREAD template:

Code:
// to put it just below posts
$find = '<div class="postlistfoot">';
Or use attached modified Lynne's mod, where it is enabled by default.
Attached Files
File Type: xml product-lynne_lower_breadcrumbs_modified.xml (3.0 KB, 18 views)

Close


And again thanks to Alan, if you use microdata on your site and want the breadcrumbs to only show for logged in users, see this post -

Spoiler (click to open)


That would probably create the same problem, but I just got idea that breadcrumb could be hidden from guests.

It would make it hidden from Google (and other search engines) also. And thus it would look like there's only one breadcrumb. Guests probably wouldn't use it as much as registered users who participate more actively.

And thanks for that info about {vb:raw breadcrumbs}, but for some reason it doesn't work.

So I further modified your great mod and added conditional in your template, that lower breadcrumb is shown only to members:

Code:
<vb:if condition="$show['member']">Show this to members only</vb:if>
Now only members see lower breadcrumb and Google sees microdata just as it should. If anyone want to use microdata information, I attached modified version (or of course, anyone can add conditional by themselves)
Attached Files
File Type: xml product-lynne_lower_breadcrumbs_members_only.xml (3.0 KB, 23 views)

Close

Download

File Type: %1$s Lower Breadcrumbs 1.3.zip (26.1 KB, 341 downloads)
File Type: %1$s Lower Breadcrumbs 1.4.zip (25.8 KB, 1193 downloads)

Screenshots

Click image for larger version
Name:	lower_breadcrumbs.png
Views:	12263
Size:	23.0 KB
ID:	107044  

Similar Mods

Forum Display Enhancements Lower Breadcrumbs vBulletin 3.8 Add-ons
Show Thread Enhancements Lower Breadcrumbs vBulletin 3.7 Add-ons

vblts.ru supports vBulletin®, 2022-2024