PDA

View Full Version : Show Thread Enhancements - Lower Breadcrumbs


Lynne
12-01-2009, 10:00 PM
This just adds the breadcrumbs to the bottom of the showthread page. I saw this thread over (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.


https://vborg.vbsupport.ru/attachment.php?attachmentid=107044&stc=1&d=1259714330



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:

// 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:


// 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">';


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 - https://vborg.vbsupport.ru/showpost.php?p=2527214&postcount=230

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 - https://vborg.vbsupport.ru/showpost.php?p=2527433&postcount=234

AzzidReign
12-01-2009, 11:16 PM
I've thought about installing this on my site a while ago...as I hate scrolling up lol

Thanks

Zaiaku
12-01-2009, 11:16 PM
Very nice. But will this have any effect on ads that would b placed either below naver or above footer?

nomoreturn
12-01-2009, 11:17 PM
installed and wroking great thanks

Darkimmortal
12-01-2009, 11:22 PM
Works perfectly, thanks :)

Lynne
12-01-2009, 11:36 PM
Very nice. But will this have any effect on ads that would b placed either below naver or above footer?
I have no idea as I have no ads on my site. You can see from the image exactly where this is located. It is the div for the thread_info (contains current users, similar thread, tag box, etc.) that it is located off of - it is directly above that.

SonicGT
12-02-2009, 12:15 AM
Great, check another mod for 4.0 off my list that I'm waiting for :)

ChopSuey
12-02-2009, 09:16 AM
Thanks again Lynne, installed nominated.

abdobasha2004
12-02-2009, 12:42 PM
simple and nice
thanks lynne

Dr.osamA
12-02-2009, 01:39 PM
thnxxxx
________
Ship sale (http://ship-sale.com/)

cyclical
12-02-2009, 02:52 PM
Anyway to add this right above the quick reply box and right below the "post reply" button?

(like on this one)
https://vborg.vbsupport.ru/showthread.php?t=202377

It makes it even easier for quick navigation, most users don't scroll much lower than the quick reply box.

Lynne
12-02-2009, 03:21 PM
You can probably change this line in the plugin "Add Lower Breadcrumbs to SHOWTHREAD template":
Is currently:
$find = '<div id="thread_info">';Change to:
$find = '<!-- scripts for quick reply and quick edit -->';

VonDoom
12-02-2009, 03:37 PM
Thanks Lynne, Installed life is already getting easier. ;)

Lynne
12-02-2009, 03:39 PM
Just a warning guys, this will 'break' in the next release, I will be posting version 1.1 as soon as the next release it up.

cyclical
12-02-2009, 05:08 PM
Also, just noticed with this enabled in Beta 4 I am getting Parse errors when trying to access certain threads. It is not happening to all threads, just a few.

i.e.
Parse error: syntax error, unexpected T_STRING in /home/XXXXX/public_html/forums/includes/class_core.php(3805) : eval()'d code on line 670

As soon as I disabled the pluging, it will allow me to enter the thread.

Lynne
12-02-2009, 05:26 PM
That is the one that renders the template code. Have you tried disabling other modifications to see if it still happens? I wonder if this one is interferring with another mod you have that modifies the same template. Or, have you tried making the change in post 12 to see if it still happens?

I'd love a link to one of the threads you have problems with so I could take a look at the source code (you can PM me a link with a test username/password if you like).

cyclical
12-02-2009, 05:33 PM
That is the one that renders the template code. Have you tried disabling other modifications to see if it still happens? I wonder if this one is interferring with another mod you have that modifies the same template. Or, have you tried making the change in post 12 to see if it still happens?

I'd love a link to one of the threads you have problems with so I could take a look at the source code (you can PM me a link with a test username/password if you like).
I disabled all mods except the blog/cms thing. The only time it ever worked was when this mod was off.

I haven't tried making that change you suggested yet.

I'll pm you a test account in a minute or so, along with a link to a thread.

SİMAR
12-02-2009, 10:26 PM
thanks

BBR-APBT
12-03-2009, 02:31 AM
Well I installed this to help with the code error and I like it so I am keeping it installed.

It didn't interest me till I installed it.

Very nice idea.

Lynne
12-03-2009, 02:44 AM
Well I installed this to help with the code error and I like it so I am keeping it installed.

It didn't interest me till I installed it.

Very nice idea.
And when I release the next version when the next vb4 version is released, you'll be getting credit. :) Thanks again.

cyclical
12-03-2009, 04:55 PM
And when I release the next version when the next vb4 version is released, you'll be getting credit. :) Thanks again.
You get the apostrophe thing fixed?

Lynne
12-03-2009, 10:57 PM
You get the apostrophe thing fixed?
Yes, and the next version will have the fix in place. If you want it in place right now, open up the plugin "Add Lower Breadcrumbs to SHOWTHREAD template", and find this line:
$breadcrumbs = $newTemplate->render();
And add this below (don't copy/paste, see my note below this!!!):
$breadcrumbs = str_replace("'", "**", $breadcrumbs);

Replace the ** with & #039 only with no space between the & and the #. I know this is funky, but it gets parsed and turned into an apostrophe if I don't put a space in there.

elwachiman
12-04-2009, 02:00 AM
instaled and working perfect in ie8 and ff tnks lynne

aspen1018
12-08-2009, 04:53 PM
awesome mod

should be a regular feature of vBulletin

Thanks

BBR-APBT
12-12-2009, 02:25 AM
Fix for RC2 navbar_breadcrumbs template

<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" ><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>

cyclical
12-12-2009, 05:03 PM
Fix for RC2 navbar_breadcrumbs template

<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" ><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>



Sweet.. thank you sir. Installed on my RC2.

cyclical
12-22-2009, 02:00 AM
Appears to be working on Gold release.

Lynne
12-22-2009, 02:41 AM
Thanks for saying so, cyclical, since I haven't had a chance to install the gold version yet.

vivamexico55
12-22-2009, 03:09 AM
Thanks Lynne, works great on Gold Release.

SJ073
12-22-2009, 04:35 AM
Thanks - Works Great!

cyclical
12-22-2009, 06:07 PM
Thanks for saying so, cyclical, since I haven't had a chance to install the gold version yet.
Not a problem, not having this installed kills me. :)

barcena
12-22-2009, 06:43 PM
I will really like to have this mod on my site.

Is this good for 4.0 Gold already?

barcena
12-22-2009, 06:45 PM
Thanks Lynne, works great on Gold Release.

Will you recommend me to install it on my 4.0 Gold site?.

BreezeDK
12-22-2009, 08:06 PM
I cant find the place where you put the breadcrumb above the QUICK REPLY?

$find = '<!-- scripts for quick reply and quick edit -->'; <-- isnt anywhere?

edit: Ok i missed the part where you had to change the actual plugin file and not somewhere in the template..

fayax
12-22-2009, 08:26 PM
Excellent! I had a user ask me to do this, but what do I know. Tagged for later use as I am waiting to get a different issue fixed before I add something else. :)

consolegaming
12-22-2009, 09:10 PM
Installed, did this with a style edit on previous versions but a plugin does make things a bit easier.

mrsbuzzy
12-28-2009, 03:04 AM
Would you be able to so the same hack except for the forum display so that it shows under the post new thread button. I can't seem to get it to do that.

Lynne
12-28-2009, 03:28 AM
Just create a plugin using forumdisplay_complete with the following:
$newTemplate = vB_Template::create('navbar_breadcrumbs');
$newTemplate->register('navbits', $navbits);
$breadcrumbs = $newTemplate->render();
$breadcrumbs = str_replace("'", "'", $breadcrumbs);

// to put it above the Forum Information box
$find = '<div id="forum_info_options" class="forum_info">';

$vbulletin->templatecache['FORUMDISPLAY'] = str_replace($find,$breadcrumbs.$find, $vbulletin->templatecache['FORUMDISPLAY']);

That should do it. I'll put it in my next version.

TosHaNYC
01-12-2010, 07:27 PM
Awesome... Installed... Thank you!

TosHaNYC
01-16-2010, 12:24 AM
I ended up redoing my vbulletin from scratch after it crashed... and i downloaded this mod again.... I honestly don't understand why its only 4 stars..... 5 stars in my book!

Can someone please help me understand in more detail how to make the breadcrumbs above the Quick Reply box?

Thanks in advance!

briangreul
01-16-2010, 02:32 AM
I get this error when I try to import it.
XML Error: not well-formed (invalid token) at Line 1


Any thoughts?

running vb4.01

Thanks,
B

Lynne
01-16-2010, 02:51 AM
I ended up redoing my vbulletin from scratch after it crashed... and i downloaded this mod again.... I honestly don't understand why its only 4 stars..... 5 stars in my book!


Can someone please help me understand in more detail how to make the breadcrumbs above the Quick Reply box?

Thanks in advance!
Open the plugin "Add Lower Breadcrumbs to SHOWTHREAD template" and modify these lines to look like this:
// 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">'; I get this error when I try to import it.
XML Error: not well-formed (invalid token) at Line 1
Any thoughts?

running vb4.01

Thanks,
B
Did you try editing the file at all? I don't know why you would get that error. I would try redownloading it and try uploading it again.

ascott
01-16-2010, 07:31 PM
Excellent, installed.

ndut
01-16-2010, 09:52 PM
nice, Lynne. Thank you

ToNetU
01-18-2010, 02:39 AM
you are the best Lynne :)
thanks alot

TosHaNYC
01-18-2010, 11:34 PM
Open the plugin "Add Lower Breadcrumbs to SHOWTHREAD template" and modify these lines to look like this:
// 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">';
Did you try editing the file at all? I don't know why you would get that error. I would try redownloading it and try uploading it again.


Thank you sooo much! It worked like a charm!

I am very new to this, and your help is greatly appreciated!

Awesome mod!

3DUInc
01-19-2010, 11:41 PM
Tagged for future install

Thank you :)

moonclamp
01-28-2010, 10:08 PM
Thank you for this.

Can you show me how to align this to the right of the page instead of the left please?

Lynne
01-28-2010, 10:50 PM
Thank you for this.

Can you show me how to align this to the right of the page instead of the left please?
That's really more of a CSS thing. On my default install, I can just add this to additional.css and it will float right:
.breadcrumbs {float:right;}
If you only want that bottom breadcrumb to float right, you will have to edit the template and add the property inline.

moonclamp
01-29-2010, 12:30 AM
Thank you ... I was looking for the place to enter additional css - I didn't realise earlier that it had moved to a template file :)

moonclamp
01-29-2010, 12:35 AM
The only thing with that is the right floating (lower) navbar is stacked rather than in a line. I've got the principle though :)

whelck
02-16-2010, 07:09 PM
Ah this is perfect!

One question about the alignment. How easy would it be to have the Breadcrumbs and the quick navigation on one line? Right now there's a break so it creates more whitespace than is probably necessary.

Lynne
02-16-2010, 07:49 PM
Ah this is perfect!

One question about the alignment. How easy would it be to have the Breadcrumbs and the quick navigation on one line? Right now there's a break so it creates more whitespace than is probably necessary.
You would probably have to manually edit the template to make them both be on one line.

Spikeman
02-16-2010, 10:01 PM
So simple yet so cool, thanks Lynne

sticky
02-17-2010, 10:14 AM
I feel like an idiot... I can't figure out what this does from the picture.

Lynne
02-17-2010, 08:11 PM
I feel like an idiot... I can't figure out what this does from the picture.
It adds the breadcrumbs (Home > Where we go to learn... ) to the bottom of the page.

chriske
02-25-2010, 06:02 PM
Thanks Lynne, very useful!

A member on my forum just asked for this today :)

phoenix1977
03-01-2010, 08:47 PM
$newTemplate = vB_Template::create('navbar_breadcrumbs');
$newTemplate->register('navbits', $navbits);
$breadcrumbs = $newTemplate->render();
$breadcrumbs = str_replace("'", "'", $breadcrumbs);

// to put it above the Forum Information box
$find = '<div id="forum_info_options" class="forum_info">';

$vbulletin->templatecache['FORUMDISPLAY'] = str_replace($find,$breadcrumbs.$find, $vbulletin->templatecache['FORUMDISPLAY']);

For forumdisplay this method work but there is a little problem with subforum of subforum where doesn't work.
Examples: Home >> Videogames (work)
Examples 2: Home >> Videogames >> Nintendo (doesn't work)
Examples 3: Home >> Videogames >> Nintendo >> Wii (doesn't work)

How to fix it? Any ideas?

eroan
03-05-2010, 12:04 PM
I tried everything to make this work in footer, it's impossible.

I would like my breadcrumb to be in the footer (displayed at top with CSS).

Any idea ?

Lynne
03-05-2010, 08:44 PM
$newTemplate = vB_Template::create('navbar_breadcrumbs');
$newTemplate->register('navbits', $navbits);
$breadcrumbs = $newTemplate->render();
$breadcrumbs = str_replace("'", "'", $breadcrumbs);

// to put it above the Forum Information box
$find = '<div id="forum_info_options" class="forum_info">';

$vbulletin->templatecache['FORUMDISPLAY'] = str_replace($find,$breadcrumbs.$find, $vbulletin->templatecache['FORUMDISPLAY']);For forumdisplay this method work but there is a little problem with subforum of subforum where doesn't work.
Examples: Home >> Videogames (work)
Examples 2: Home >> Videogames >> Nintendo (doesn't work)
Examples 3: Home >> Videogames >> Nintendo >> Wii (doesn't work)

How to fix it? Any ideas?
It works just fine on my 4.0.2 test site using a default style. I'm not sure why it isn't working for yours.

I tried everything to make this work in footer, it's impossible.

I would like my breadcrumb to be in the footer (displayed at top with CSS).

Any idea ?
Without seeing what code you used, I really don't have any suggestions of what to change.

cyclical
03-08-2010, 06:00 PM
I installed this and the version number is showing up as 1.1 and not 1.2

-=Leb=-
03-17-2010, 10:26 AM
This is a perfect little plugin but very useful. Thx for the update

vicelover
03-23-2010, 08:25 AM
great mod, Lynne
thanks for your wonderful work.

Cloughie
03-26-2010, 01:44 PM
brillian, thanks for this.

D3m-fny
03-26-2010, 02:54 PM
thank u man

saosangmo
04-04-2010, 03:51 PM
I want to move it below new reply button, how should I do?
thanks

Boofo
05-09-2010, 07:49 PM
I had version 1.0, so it wasn't working. I figured you had updated it. ;)

Very nice work, young lady. Thank you. I'm curious, though, where do you have your breadcrumb? On top of the Quick reply?

Lynne
05-09-2010, 09:05 PM
I had version 1.0, so it wasn't working. I figured you had updated it. ;)

Very nice work, young lady. Thank you. I'm curious, though, where do you have your breadcrumb? On top of the Quick reply?
On my test forum, I have it just above the Thread Information. When I get around to upgrading my other mods and go live with my site, I'll put it wherever my Mods want it. :)

Boofo
05-09-2010, 09:27 PM
I like it above the thread info. It looks like it should be there by default. Good job. ;)

Boofo
05-10-2010, 10:50 AM
Lynne, the "Version check for hacks" mod keeps flagging your mod here. The version you have for download says 1.1 in it and the version check is seeing 1.2. Just though you might want to know.

Lynne
05-10-2010, 02:03 PM
Updated to 1.3.

Boofo
05-10-2010, 02:32 PM
OK, in the new version with the forumdisplay option, it seems to sit a little above where it is supposed to. There is a small space between the breadcrumb and the who's viewing box, compared to the showthread one.

Lynne
05-10-2010, 07:40 PM
OK, in the new version with the forumdisplay option, it seems to sit a little above where it is supposed to. There is a small space between the breadcrumb and the who's viewing box, compared to the showthread one.
Unfortunately, that is because of some CSS that vBulletin applies to the "thread_info" class, but not the "forum_info_options" class.

Try adding this to additional.css:
#forum_info_options {top:-10px;}

Boofo
05-10-2010, 07:56 PM
Why don't you add a StyleVar for that, now that I know how they work. ;)

I'm sure someone else will say something about it sooner or later.

Lynne
05-10-2010, 08:28 PM
Style Manager > Edit Templates > double-click on CSS Templates > additional.css is where you would add it. Just one line, no need for a stylevar or anything like that. Some people will probably not even notice that they are off by 10px between the two pages.

Boofo
05-10-2010, 08:35 PM
Yes, I found it. I am still thinking vb3 where you had an area for that and not a template.

But isn't there a way to add a stylevar for that like that other guy did with his hack, that I have so much trouble with deleting? It should work the same way his did, shouldn't it? I'm just trying to lean the new css stuff is all.

Lynne
05-10-2010, 08:44 PM
Believe me, you don't want a stylevar for it. You don't need it. You'd still have to then create some CSS and enter it into a template and use the stylevar. It would just be a lot more 'junk' if a stylevar was created.

-=Leb=-
05-10-2010, 11:51 PM
excellent work. thx for the update :)

Dr.osamA
05-11-2010, 12:40 AM
thanxx for update

installed

BadgerDog
05-12-2010, 11:21 AM
I'm confused ... :confused:

Has this mod been integrated into v4.03 as I already see this at the bottom of a thread?

Thanks .. :)

Regards,
Badger

BygoneLI
05-12-2010, 12:10 PM
Installed and works... Thanks...

Footman
05-12-2010, 03:47 PM
Exactly what I've been racking my brain over recently. Thank you Lynne.

Do you have an idea on how I can replace the bottom "Reply to thread" button with the breadcrumb? Since I have the quick reply box defaulted that reply button is redundant.

BadgerDog
05-12-2010, 04:09 PM
Ok, never got an answer to previous question, so I thought I'd install it to see what's different compared to the same thing I already see in v4.03.... :D

Installed correctly and I still see the same thing .. :confused:

Tried the option to move it above quick reply box and that didn't work either? (see pics) :confused:

What am I completely missing?

Thanks .. :)

Regards,
Badger

Footman
05-12-2010, 04:13 PM
Ok, never got an answer to previous question, so I thought I'd install it to see what's different compared to the same thing I already see in v4.03.... :D

Installed correctly and I still see the same thing .. :confused:

Tried the option to move it above quick reply box and that didn't work either? (see pics) :confused:

What am I completely missing?

Thanks .. :)

Regards,
Badger

I see the breadcrumbs on top of the quick reply box in your pic :confused:

BadgerDog
05-12-2010, 04:16 PM
I see the breadcrumbs on top of the quick reply box in your pic :confused:

Yup... doh !!! :o

Was looking in the wrong place... give me a coffee break and you have to retrain me ... :D

Thanks .. :)

Regards,
Badger

Footman
05-12-2010, 04:34 PM
Yup... doh !!! :o

Was looking in the wrong place... give me a coffee break and you have to retrain me ... :D

Thanks .. :)

Regards,
Badger

LOL, no worries... happens to me too :)

Gargi
05-13-2010, 12:45 PM
In your txt file I guess you mean 2010 instead of 2009

1.3 2009-05-10: added lower breadcrumbs to forumdisplay page also.

;)

cu
Gargi

Lynne
05-13-2010, 02:20 PM
In your txt file I guess you mean 2010 instead of 2009

;)

cu
Gargi
LOL. Yes, I meant 2010. That's what I get for copying the line above and only changing the month/day. :)

Gargi
05-13-2010, 04:11 PM
hehehe... writing 2009 is what happens to me all the time. I guess I start to live in 2010 at the end of the year :) But good to see this happening to others too :)

beatyourtruck
06-28-2010, 08:17 PM
One of my favorite mods.....save your scroll wheels!

Thanks Lynne! 8)

RS_Jelle
07-01-2010, 09:28 AM
A small issue with your latest update to this mod: the forumdisplay page now has an uncached template.

Replace
if (THIS_SCRIPT == 'showthread')
with
if (THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'forumdisplay')
in the cache_templates plugin.

fly
07-10-2010, 09:33 PM
A small issue with your latest update to this mod: the forumdisplay page now has an uncached template.

Replace
if (THIS_SCRIPT == 'showthread')
with
if (THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'forumdisplay')
in the cache_templates plugin.

I was just coming to post this 'bug'. Thanks!

BadgerDog
07-12-2010, 10:05 AM
A small issue with your latest update to this mod: the forumdisplay page now has an uncached template.

Replace
if (THIS_SCRIPT == 'showthread')
with
if (THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'forumdisplay')
in the cache_templates plugin.

A word of caution .... ;)

I'm using 4.0.4pl1 and have been using this mod for some time, as well as the Thank You mod going back years.

The moment I made this "cache" change manually to the plugin, I started getting reports from members that the Thank You function was crashing causing what appears to be XML code to spill to their screens.

I reverted the change above to the original state and the complaints stopped ... :confused:

The moral? If you make the change above and use the Thank You mod as well, I'd suggest some thorough testing be done. I have no idea why such a simple change would affect another mod in this way, but it's too coincidental.

Regards,
Badger

Wilfred1
07-16-2010, 09:24 PM
Lynne
This works well in Firefox but doesn't seem to work for me in IE if I use the // to put it above the Quick Reply box option for SHOWTHREAD view - works ok with it above the thread information box in IE but not above quick reply

EDIT: Found out this is only a problem if you DO NOT use the Quick Reply functionality

apokphp
07-17-2010, 06:33 AM
Feeling dumb here...but what's a "breadcrumb"?

Also, comparing the image to what I see on my board...I'm not noticing a difference.

Obviously, I'm missing something here.

Streetjob
07-31-2010, 02:32 AM
Installed, thank you!

chiptz
08-01-2010, 12:19 PM
Thanks for the mod.

I think I found a bug, wuich could be related to this:

http://tracker.vbulletin.com/browse/VBIV-8211

On forumdisplay if you do not have quick forum jump enabled the breadcrumb will have the post new thread button on top of it

Xencored
08-02-2010, 06:59 PM
Awesome looks MUCH! better thanks Lynne

COL NIL SATIS
08-02-2010, 07:19 PM
Feeling dumb here...but what's a "breadcrumb"?

Also, comparing the image to what I see on my board...I'm not noticing a difference.

Obviously, I'm missing something here.

Lmao mate :eek: its a crumb of bread and this mod makes said crumb go lower :confused:

gahh i have no idea either but it sounds GREAT ;)

Hope this helps :D

Footman
08-02-2010, 07:51 PM
Feeling dumb here...but what's a "breadcrumb"?

Also, comparing the image to what I see on my board...I'm not noticing a difference.

Obviously, I'm missing something here.

You already have the row of links at the "bottom" of the threads? That's what this does and that's what the image is showing.

TheLastSuperman
08-21-2010, 10:05 AM
... funny one here for you Lynne ;)

https://vborg.vbsupport.ru/showthread.php?p=2087297

Installed on my forum after laughing out loud.

swiftor
08-29-2010, 08:39 PM
This is great, thanks.

Now I need to figure out how to modify the actual style of the breadcrumbs, by default it seems so hard to notice.

Garner Miller
09-26-2010, 10:12 PM
I had several member requests on my forum to add this back, as I had done with 3.8. I tried to do this by hand and couldn't get anything but the Home link. Thanks for doing this; works like a champ!

scottct1
10-13-2010, 06:43 PM
I just installed this mod and now I am getting one uncached template.

navbar_breadcrumbs (1)

How do I cache it?

Thanks!

fly
10-13-2010, 06:52 PM
I just installed this mod and now I am getting one uncached template.

navbar_breadcrumbs (1)

How do I cache it?

Thanks!

Read post 91

scottct1
10-13-2010, 07:28 PM
Ahh thanks!

DISLEX
10-16-2010, 03:25 AM
How do I make it so that there is one ABOVE Quick Reply and one BELOW too?

Lynne
10-16-2010, 03:34 AM
How do I make it so that there is one ABOVE Quick Reply and one BELOW too?
I would guess you would have to do the find/replace line twice - once for each place - or make it into any array and do the find/replace. I've never tried that though.

DISLEX
10-16-2010, 03:44 AM
Lynne, how come <center><div id="thread_info" class="thread_info"></center> wont work? Why can't I center it?

Lynne
10-16-2010, 02:45 PM
<center> is a deprecated tag. You should be using text-align:center if you are trying to center text.

An awesome site to bookmark - http://www.w3schools.com/

RS_Jelle
10-21-2010, 07:51 PM
This isn't working in 4.0.8

Indeed, but very easy to fix:
Find
$find = '<div id="forum_info_options" class="forum_info">';
Replace with
$find = '<div id="forum_info_options" class="forum_info block">';

Find
$find = '<div id="thread_info" class="thread_info">';
Replace with
$find = '<div id="thread_info" class="thread_info block">';

@Lynne: please don't forget this template caching issue (https://vborg.vbsupport.ru/showpost.php?p=2062632&postcount=91) when updating :)

Lynne
10-21-2010, 10:13 PM
@Lynne: please don't forget this template caching issue (https://vborg.vbsupport.ru/showpost.php?p=2062632&postcount=91) when updating :)
I fixed it before coming back to the thread to see your reminder. Luckily, I saw the reminder and immediately went back and added that. So, thank you very much for reminding me!!!!

Anyway, 1.4 is now uploaded.

-=Leb=-
10-21-2010, 10:43 PM
thx for the update :)

Garner Miller
10-24-2010, 06:12 PM
Thanks, Lynne! This mod is a big hit on our forum. I had done it manually under 3.8, but not thirty minutes after updating our forum to 4.0, I was getting e-mails to add back the feature! Thanks for putting that together.

chriske
11-26-2010, 11:51 PM
Thanks for the update!

This should be 2010 am I right?

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)

Lynne
11-27-2010, 12:01 AM
Thanks for the update!

This should be 2010 am I right?
I foresaw the future..... ;)

Yes, I meant 2010. :)

Antidepresiv
12-20-2010, 04:08 PM
Lynne you are amazing, thank you for this one xD

ndut
12-24-2010, 09:07 PM
thank you

huskermax
01-15-2011, 01:51 AM
Any chance this is going to be updated for 4.1.1?

Very poplar for my users.

Lynne
01-15-2011, 03:19 AM
Any chance this is going to be updated for 4.1.1?

Very poplar for my users.
Works fine on my default 4.1.1 test site.

huskermax
01-26-2011, 04:27 PM
Works fine on my default 4.1.1 test site.

Stupid me, I had it shut off in the config.php file.:o

Evoklub
02-14-2011, 06:09 PM
Great, thanks!!!

Wunderlust
02-16-2011, 11:00 AM
Hi,

I have a wee bit of a prblem with the css on te forum pages such as this in the browsers.. see here.. http://www.tacklebox.com.au/forums/freebies-special-offers/ what do I have to do??

Lynne
02-16-2011, 04:20 PM
It looks like things go wonky when Page Navigation is off. There is some CSS with the page navigation that helps define the div above the breadcrumbs and when it's off, the breadcrumbs don't respect that space. So, add to additional.css:

#breadcrumb_two {
clear: both;
display: block;
float: left;
margin-top: 30px;}

Wunderlust
02-16-2011, 10:04 PM
Thx Lynne... but it does not seem to make a difference. :-(

Tim

Lynne
02-16-2011, 10:26 PM
Thx Lynne... but it does not seem to make a difference. :-(

Tim
I just looked and you did not apply it to that style. It isn't in your CSS at all.

Wunderlust
02-16-2011, 10:50 PM
Ahh Haaa... looks like the forum does not read additional.css ata ll. I've added to code to vbulletin.css and all is good. Thx Lynne.

cbehan
03-05-2011, 11:21 PM
anyone have any idea how to add this to the vBulletin 4.1.2 mobile style?

Telshin
05-26-2011, 08:50 PM
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /home/mmo-champion/public_html/includes/class_core.php(4444) : eval()'d code on line 4

After using the 1.4 breadcrumbs upload, I'm getting this error. I've uninstalled and reinstalled. And changed the portions to reflex the template changes as mentioned earlier in the topic.

Lynne
05-26-2011, 09:05 PM
The error is from a template. So exactly what have you put into the template and which template?

Telshin
05-26-2011, 09:08 PM
The template is the exact code from my development server with no change upon the import. I've checked both Forumdisplay and showthread and the spots have not changed either. It's just rather odd.

Lynne
05-26-2011, 09:13 PM
The template is the exact code from my development server with no change upon the import. I've checked both Forumdisplay and showthread and the spots have not changed either. It's just rather odd.
Well, the problem is on line 4 of whatever template is causing the issue. That is what the error is saying.

Telshin
05-26-2011, 09:22 PM
Aye, it was a silly little import from the XML issue. Thanks Lynne.

nocte
06-15-2011, 02:37 PM
Since i upgraded to vB 4.1.3 the breadcrumbs don't show up anymore. I have installed version 1.4 and use the standard vB Style. I have tried deactivate and reactivate the plugin - but the breadcrumbs still don't show up.

Lynne
06-15-2011, 03:44 PM
Since i upgraded to vB 4.1.3 the breadcrumbs don't show up anymore. I have installed version 1.4 and use the standard vB Style. I have tried deactivate and reactivate the plugin - but the breadcrumbs still don't show up.
Don't show up on what page using what options? They show up just fine on my default 4.1.4 site.

nocte
06-15-2011, 04:00 PM
strange. I have downloaded the hack again and overwritten the plugin. Now it works again..

zelnik
06-15-2011, 04:32 PM
Hi Lynne hoping you can help.

I've been happily using this 'hack' for ages but I'm installing a custom style and I just can't get it to display above the quick reply box. I assume the showthread for the custom style is set up different even though it has "<!-- scripts for quick reply and quick edit -->" in the showthread template.

The custom style is this one: http://www.completevb.com/demovb4/forum.php?styleid=65 if this is any help?

Thanks Lynne much appreciated as this little hack is the most popular one on my site!

Running vb4.1.3 if thats any help... 4.1.4 soon

Lynne
06-15-2011, 06:22 PM
You could just replace this line in the plugin:
$vbulletin->templatecache['SHOWTHREAD'] = str_replace($find,$breadcrumbs.$find, $vbulletin->templatecache['SHOWTHREAD']);
with this:
vB_Template::preRegister('SHOWTHREAD', array('breadcrumbs' => $breadcrumbs));
And then just manual put {vb:raw breadcrumbs} into the SHOWTHREAD template.

zelnik
06-15-2011, 07:54 PM
Thank you very much Lynne I'll give that a try in the morning, much appreciated!

Dirt Bike Addict
06-28-2011, 02:00 PM
You could just replace this line in the plugin
Thanks Lynne, that was just what I was looking for. :up:

LisaArnold
07-09-2011, 05:00 AM
Thanks, works nicely with vB 4.1.4 :)

mynameismonkey
08-03-2011, 03:42 PM
Will this work with 4.1.5 or should I wait a bit?

Lynne
08-03-2011, 03:58 PM
Will this work with 4.1.5 or should I wait a bit?
Try it on your test site and see.

(I have not upgraded my test site to 4.1.5 yet, but I can think of no big change that happened in the latest upgrade that would cause this to not work.)

Schoelle
08-03-2011, 04:37 PM
Will this work with 4.1.5 or should I wait a bit?

works on mine!

mynameismonkey
08-03-2011, 07:56 PM
Done, and done, worked a treat on 4.1.5 - thanks!

Bozza
08-03-2011, 10:21 PM
Fixed a complaint from many members about a feature that got lost in vB4.

Thanks!

LisaArnold
08-18-2011, 11:38 AM
Just installed using 4.1.5 pl1 and it still works :)

talkncaasports
09-15-2011, 05:22 PM
why wont this show on showthread? And how can I get this to show on showthread?

Lynne
09-15-2011, 08:55 PM
why wont this show on showthread? And how can I get this to show on showthread?
Are you trying this on a totally default style? It works just fine on my 4.1.6 default style.

Mr GRiM
09-19-2011, 06:47 AM
Thanks this is exactly what I was looking for :)

Erica1977
09-20-2011, 12:15 AM
Works Fine on My Site 4.1.5 ive installed this weeks ago and np at all.

Cicada
09-26-2011, 03:51 PM
working fine in 4.1.5 here -- just need to figure out how to get it above the QR box; not seeing the places to edit in the SHOWTHREAD template.

EDIT: DERP DERP -- i was looking at the vB SHOWTHREAD template, not the plugin's template. fixed now :P

SaN-DeeP
09-27-2011, 12:15 PM
thank you, nice mod.

Sforums
10-03-2011, 03:12 PM
Just don't understand. Works perfectly on my 4.1.2. pl1 but not on 4.1.6??? Custom and default style, same result.

Lynne
10-03-2011, 03:23 PM
Just don't understand. Works perfectly on my 4.1.2. pl1 but not on 4.1.6??? Custom and default style, same result.
Perhaps another mod is interferring with it? It works just fine on my default 4.1.6 site.

FIM
10-03-2011, 04:45 PM
tagged

gezuvor
10-03-2011, 04:55 PM
Installed on lightly-modified 4.1.6 this morning. Works fine for me...

gezuvor
10-17-2011, 06:55 PM
Updated board to 4.1.7 and the mod is working great still. I did some custom tweaking to keep the look consistent with my board, but it's otherwise perfect out of the box...

BCP Hung
10-23-2011, 01:39 PM
Hi Lynne,
I love your work with this modification. And, I just think about more than what you provided in it. And, that it. I need your permission to complete my build about "Footer Breadcrumbs". Of course, it will more than "FORUMDISPLAY" and "SHOWTHREAD".

I will reuse your template (if it work with all vB version) and a little of PHP codes in plugin.

I hope will have fully your permission to do that !

Thanks,
Getamped 1404.

Lynne
10-23-2011, 05:01 PM
Sure. I do have the code marked as Re-Usable Code.

BCP Hung
10-24-2011, 05:04 AM
Thank you ! I want to make sure that you allow me !

DontWannaName
11-11-2011, 12:56 AM
I cant seem to get my lower breadcrumb to look exactly like the top. I tried doing it the way on page 10 and it kept adding that image from my style. I need that for the top but not the bottom. Unless I can get it to work with that.

That code for the image is:

<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" ><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>

Example thread

http://topnotchclan.com/showthread.php?10778-Coming-soon%28-%29-Best-Gaming-Keyboard-Ever

Lynne
11-11-2011, 03:51 AM
Your top and bottom breadcrumbs look pretty much the same to me. You have a custom style and they modified the breadcrumb code. If you want them to be exactly the same, you will need to modify this modification template code the same way that your custom style breadcrumb code was modified. That is not something I can help with.

judgeserg
12-01-2011, 01:35 AM
4.1.8 - work fine :)

LuDawgs
12-23-2011, 03:54 PM
Doesn't quite work from a formatting perspective in my skin. I wish I knew how to tweak it because it's precisely the feature I need :(

pvelkov
01-19-2012, 05:49 AM
Works well on 4.1.10. Now a little positioning next to the quick navigation... and voila!

tenizmenu
02-16-2012, 09:17 AM
Hello. I have a problem with this plugin. When I install it all acceses to sub-forums are blocked. When I try clicking on them to acces the page it's just blocked. Do you have a solution for that? I mention that I use last version of vb.

Thank you.

Beckenbauer
04-07-2012, 11:36 PM
It's possible that under 4.1.11 doesn't work?

Lynne
04-08-2012, 03:50 PM
It's possible that under 4.1.11 doesn't work?
It is working just fine on my default 4.1.11 forum.

Gemma
04-08-2012, 05:32 PM
Thanks Lynne. I've looked at this many a time and finally got around to installing it today. Works perfectly :)

edyy
05-05-2012, 08:02 PM
I have a little problem with the plugin . I set up the breadcrumbs to be shown above the quick edit, when I'm not logged in, it will not show the lower breadcrums. I think this hapens because the editor is not showed for unregistered users. Thaaks . I hope that my english is not so bad.

Lynne
05-05-2012, 08:37 PM
You could try using this in the "Add Lower Breadcrumbs to SHOWTHREAD template" plugin instead:

$find = '<!-- / next / previous links -->';

AusPhotography
05-06-2012, 09:58 PM
I have a little problem with the plugin . I set up the breadcrumbs to be shown above the quick edit, when I'm not logged in, it will not show the lower breadcrums. I think this hapens because the editor is not showed for unregistered users. Thaaks . I hope that my english is not so bad.

That is since 4.1.11 I think. I not fussed as the lower breadcrumbs are now a 'benefit' to real members :D

Kym

Daisyboo
05-12-2012, 03:47 PM
When I add it to my 4.1.11 forum it stops the posts in all the forums being clickable. I've disabled the other few mods that I have but it still wont work.

Lynne
05-12-2012, 05:54 PM
When I add it to my 4.1.11 forum it stops the posts in all the forums being clickable. I've disabled the other few mods that I have but it still wont work.
I have it working just fine on my showthread page on a totally default 4.1.11 forum. I have the breadcrumbs located just above quick reply. Where do you have them? And does it work on a totally default style?

Daisyboo
05-13-2012, 09:08 AM
They are above the quick reply box and yes they work in the default style. I'm using CinemaPink if you've heard of that?

Lynne
05-13-2012, 03:36 PM
If they work in the default style, then this is an issue with your custom style.

huskermax
07-10-2012, 05:15 PM
I have had this installed since 4.0 and it has been great. I have 4.2.0 patch 2 now. A poster noticed today the when you view a locked thread the lower bread crumbs are missing. When I view it as an admin I see them but when I run a test user with no admin permissions the bread crumbs are missing in locked threads.

I am not sure what is doing this? I installed it per the directions on this page, I can't find any but is there a user permission that controls that?

FYI here is the add request in JIRA for this. Lynn can you add this link to the front page of this add on?

http://tracker.vbulletin.com/browse/VBIV-9980

Gemma
07-10-2012, 07:55 PM
I have had this installed since 4.0 and it has been great. I have 4.2.0 patch 2 now. A poster noticed today the when you view a locked thread the lower bread crumbs are missing. When I view it as an admin I see them but when I run a test user with no admin permissions the bread crumbs are missing in locked threads.

I am not sure what is doing this? I installed it per the directions on this page, I can't find any but is there a user permission that controls that?

FYI here is the add request in JIRA for this. Lynn can you add this link to the front page of this add on?

http://tracker.vbulletin.com/browse/VBIV-9980

Have you edited the plugin so that it is showing above Quick Reply? If so, quick reply doesn't appear in locked threads so that could be why it doesn't show for normal users

huskermax
07-10-2012, 08:40 PM
Have you edited the plugin so that it is showing above Quick Reply? If so, quick reply doesn't appear in locked threads so that could be why it doesn't show for normal users

I am not sure it has been so long. It does show above quick reply. I will look in to see what I did. Is there away to keep the code seperate from quick reply? I would like it to show up on closed threads.

huskermax
07-11-2012, 02:52 AM
I searched and did not find any of the code listed in the mod. All I did was just download the xml file. Is there any code change that can keep breadcrumbs running in a closed thread?

Lynne
07-11-2012, 05:20 PM
I searched and did not find any of the code listed in the mod. All I did was just download the xml file. Is there any code change that can keep breadcrumbs running in a closed thread?
Did you try changing the plugin to put it above the thread info instead of above the quick reply?

huskermax
07-11-2012, 06:43 PM
Did you try changing the plugin to put it above the thread info instead of above the quick reply?

// 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">';

Do this?

I can't find the above code. I can find the (scripts for quick reply and quick edit) and ('<div id="thread_info" class="thread_info block">') But when I find those lines in showthread it does not look anything like the php code you have above.

<div id="thread_info" class="thread_info block">
<vb:if condition="$show['activeusers']">
<h4 class="threadinfohead blockhead">{vb:rawphrase thread_information}</h4>
<div id="thread_onlineusers" class="thread_info_block blockbody formcontrols">
<div class="inner_block">
<h5>{vb:rawphrase users_browsing_this_thread}</h5>
<div>
<p>{vb:rawphrase users_currently_browsing_x_y_z, {vb:raw totalonline}, {vb:raw numberregistered}, {vb:raw numberguest}}</p>
<ol class="commalist">
<vb:each from="activeusers" value="row">
<li><a class="username" href="{vb:link member, {vb:raw row}}">{vb:raw row.musername}</a>{vb:raw row.invisiblemark}{vb:raw row.buddymark}{vb:raw row.comma}</li>
</vb:each>
</ol>
</div>

<!-- scripts for quick reply and quick edit -->
{vb:raw vBeditTemplate.clientscript}
<vb:if condition="$show['quickedit']">
<script type="text/javascript">
<!--
vB_AJAX_QuickEdit_Init('posts');
//-->
</script>
<vb:if condition="!$show['quickreply']">
{vb:raw editor_clientscript}
{vb:raw editor_js}
</vb:if>
</vb:if>
<!-- / scripts for quick reply and quick edit -->
</vb:if>

Am I in the right spot in showthread?

I have 4.2.0 patch 2

While we are at it will this plug in still work in VB 5?

Lynne
07-11-2012, 07:16 PM
That code simply means that it would put the breadcrumbs above this line:
<div id="thread_info" class="thread_info block">

As for vB5, no, this will definitely not work in vB5 since there is no plugin system like this one in vB5.

Marwood
07-15-2012, 10:56 AM
Just installed this the other day and it works perfectly. Thank you!

thedukeboard
07-31-2012, 06:54 AM
Perfect. Thank you so much.

zascok
08-09-2012, 12:19 AM
Hi Lynne thank you. I have installed it above the qR box any chance it can be visible for guests as well please?

Lynne
08-09-2012, 03:02 PM
Hi Lynne thank you. I have installed it above the qR box any chance it can be visible for guests as well please?
You could modify the SHOWTHREAD template and just add {vb:raw breadcrumbs} where you want (and not within the condition it is currently within) and then remove the find/replace code from the "Add Lower Breadcrumbs to SHOWTHREAD template" plugin.

Footman
08-11-2012, 01:04 PM
// 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">';


I can't find the above code. I can find the (scripts for quick reply and quick edit) and ('<div id="thread_info" class="thread_info block">') But when I find those lines in showthread it does not look anything like the php code you have above.



Am I in the right spot in showthread?


Her code is in the XML file, not the showtread template. That's where you make the changes to where you want the breadcrumbs placed.

Footman
08-11-2012, 10:45 PM
Lynne,

Is it possible to place the breadcrumbs between the "Reply to Thread" button and the last post?

Lynne
08-12-2012, 12:58 AM
Lynne,

Is it possible to place the breadcrumbs between the "Reply to Thread" button and the last post?
If you edit the SHOWTHREAD template directly, as I talked about above, then I am sure you can. But it isn't an option I provided an automatic template change for.

Footman
08-12-2012, 02:34 PM
Thanks Lynne, I'll poke around with it and see if I can do it.

tuRiver
11-05-2012, 03:19 PM
I've installed it but i cant make it work

Any ideas?

FOr ie: http://www.turiver.com/foros/campo-de-juego/74885-all-boys-0-river-0-a.html

Lynne
11-05-2012, 03:39 PM
I've installed it but i cant make it work

Any ideas?

FOr ie: http://www.turiver.com/foros/campo-de-juego/74885-all-boys-0-river-0-a.html
I see it on the bottom of the page -
142112

tuRiver
11-05-2012, 03:42 PM
Great! Untagged & marked as installed :D

ulilalbab
12-18-2012, 03:11 PM
Hi Lynne

Can you make add on to move breadcrumbs to header?

Thanks..:D

bzcomputers
12-18-2012, 04:56 PM
Hi Lynne

Can you make add on to move breadcrumbs to header?

Thanks..:D

??? they already exist right beneath the header.

tomshawk
03-28-2013, 07:14 PM
Interesting quirk

Installed on a new install of 4.2.0, the breadcrumb is visible and where I want it, and it works but...

in threaddisplay, thread links are unclickable, you cna see them but you hover over them and cant click.

I disable it and everything is back to normal.

I realize it may be another hack I have installed, but...

O well, I'll figure it out eventually

DemOnstar
07-09-2013, 11:09 AM
I like it....

I do have difficulty in getting it to go above the quick edit box as I am totally baffled when the term 'uncomment' a line is used..

Instructions could be clearer but still, works well enough. Marked as installed.

Thanks...

Toorak Times
07-09-2013, 01:45 PM
Works great, thanks again, Lynne www.tooraktimes.com.au

Lynne
07-10-2013, 02:19 AM
I like it....

I do have difficulty in getting it to go above the quick edit box as I am totally baffled when the term 'uncomment' a line is used..

Instructions could be clearer but still, works well enough. Marked as installed.

Thanks...
In PHP, "//" comments out a line so that it is not parsed. So, if you want to uncomment it, you would remove the "//" at the front. And, conversely, to comment out a line, you would add a "//" to the beginning of the line and then that line is ignored by php.

DemOnstar
07-10-2013, 08:33 AM
Thank you once again... Always there....:up:

DemOnstar
07-11-2013, 07:37 AM
Sorry about this but I still don't get it.

To save confusion, this is currently what the script in question looks like.

<!-- scripts for quick reply and quick edit -->
{vb:raw vBeditTemplate.clientscript}
<vb:if condition="$show['quickedit']">
<script type="text/javascript">
<!--
vB_AJAX_QuickEdit_Init('posts');
//-->
</script>
<vb:if condition="!$show['quickreply']">
{vb:raw editor_clientscript}
{vb:raw editor_js}
</vb:if>
</vb:if>
<!-- / scripts for quick reply and quick edit -->
</vb:if>

Could you possibly post the correct code to get it to show above the quick reply box.

Thank you...

Lynne
07-11-2013, 08:58 PM
You don't do anything to the template. You do something to the plugin. (And I do say exactly what to do in the original post in this thread.)

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:

// 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">';

DemOnstar
07-12-2013, 05:46 AM
You don't do anything to the template. You do something to the plugin. (And I do say exactly what to do in the original post in this thread.)

Well obviously and by all evidence, I am totally stupid and utterly incompetent....

Thank you for your time!

ahobilam
07-12-2013, 07:15 AM
No difference found after install in 4.2.1?!

DemOnstar
07-12-2013, 07:26 AM
No difference found after install in 4.2.1?!

Well it works for me... Does the job but I am not as nerdy as some and therefore struggle with terms like 'un comment a line'.

Simple install and working...Although it is still not in the place I want it to be but eventually I will get it there.....

Very useful...

Toorak Times
07-12-2013, 11:09 AM
Well it works for me... Does the job but I am not as nerdy as some and therefore struggle with terms like 'un comment a line'.

Simple install and working...Although it is still not in the place I want it to be but eventually I will get it there.....

Very useful...

Slotted straight into where it was supposed to on my 4.2.1

DemOnstar
07-12-2013, 11:35 AM
Slotted straight into where it was supposed to on my 4.2.1

Good to hear.....If I had of wanted it to go below the quick reply box, this post would not exist..:D

DemOnstar
07-14-2013, 09:23 AM
Got there eventually....

Perfect...........

italynstylion
08-09-2013, 01:10 AM
Interesting quirk

Installed on a new install of 4.2.0, the breadcrumb is visible and where I want it, and it works but...

in threaddisplay, thread links are unclickable, you cna see them but you hover over them and cant click.

I disable it and everything is back to normal.

I realize it may be another hack I have installed, but...

O well, I'll figure it out eventually

Tom, did you figure this out? I'm running into the same issue. Threads aren't LINKS and neither are the page numbers.

italynstylion
08-13-2013, 02:46 AM
Bump for help from people smarter than me!

Lynne
08-13-2013, 03:04 PM
Bump for help from people smarter than me!
Try this on a totally default style - create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem? If so, disable ALL other products from the Manage Products page and see if you still have the same problem.

caltek
08-13-2013, 06:49 PM
Thanks. Installed above Quick Reply

goxy63
09-17-2013, 09:01 PM
4.2 works great, also installed above QUICK REPLY

thank you

fowler1416
05-10-2014, 01:33 PM
will this work with 5.1?

DemOnstar
05-10-2014, 02:08 PM
will this work with 5.1?

I think not.

Lynne
05-10-2014, 04:31 PM
will this work with 5.1?
Definitely not. No vB4 plugins will work in vB5 as the hook system is totally different.

Mark.B
05-11-2014, 12:10 PM
will this work with 5.1?

As Lynne said, it won't...but THIS (http://www.vbulletin.com/forum/forum/vbulletin-5-connect/vbulletin-5-connect-questions-problems-troubleshooting/vbulletin-5-tutorials/4021819-how-to-show-breadcrumbs-also-at-the-bottom-of-a-page) should.

fowler1416
05-13-2014, 03:33 PM
As Lynne said, it won't...but THIS (http://www.vbulletin.com/forum/forum/vbulletin-5-connect/vbulletin-5-connect-questions-problems-troubleshooting/vbulletin-5-tutorials/4021819-how-to-show-breadcrumbs-also-at-the-bottom-of-a-page) should.

Thanks, that worked great!!

TransAmDan
05-14-2014, 11:54 AM
Not working for me, Installed on VB4.2.2 patch level 1

I search for '"thread_info" class="thread_info block"' it find it in SHOWTHREAD

This is the code below. The XML file is installed.

<div id="thread_info" class="thread_info block">
<vb:if condition="$show['activeusers']">
<h4 class="threadinfohead blockhead">{vb:rawphrase thread_information}</h4>
<div id="thread_onlineusers" class="thread_info_block blockbody formcontrols">
<div class="inner_block">
<h5>{vb:rawphrase users_browsing_this_thread}</h5>
<div>
<p>{vb:rawphrase users_currently_browsing_x_y_z, {vb:raw totalonline}, {vb:raw numberregistered}, {vb:raw numberguest}}</p>
<ol class="commalist">
<vb:each from="activeusers" value="row">
<li><a class="username" href="{vb:link member, {vb:raw row}}">{vb:raw row.musername}</a>{vb:raw row.invisiblemark}{vb:raw row.buddymark}{vb:raw row.comma}</li>
</vb:each>
</ol>
</div>
</div>
</div>

Not seeing any breadcrumbs at the bottom of the page, is it to do with what VBulletin i have? of have i done something wrong.

Lynne
05-14-2014, 05:04 PM
Not seeing any breadcrumbs at the bottom of the page, is it to do with what VBulletin i have? of have i done something wrong.
How about a link to a showthread page with the default style?

TransAmDan
05-15-2014, 06:39 AM
How about a link to a showthread page with the default style?

Thanks for the fast reply.

The website is http://www.solent-renegades.co.uk/forum.php
An example thread, with breadcrumbs at the top, none at the bottom http://www.solent-renegades.co.uk/general-discussion/13039-brutus-1908-46-litre-beast.html

Its like I haven't installed the XML install file at all. Although I can see it listed as an Installed Product in the Admin CP/ Plugins & Products / Manage Products page.

Lynne
05-15-2014, 03:22 PM
That isn't a default style. And did you set it to show above the Quick Reply (which I can't see on that thread since I'm unregistered) or the Thread Information box?

TransAmDan
05-16-2014, 11:56 AM
I've tried both above Thread Information and Quick Reply Box. Perhaps one of my other mods is stopping it working. Changing to 'bare' style is selectable at the bottom of the page, this is the VB default look.

Lynne
05-16-2014, 05:03 PM
I've tried both above Thread Information and Quick Reply Box. Perhaps one of my other mods is stopping it working. Changing to 'bare' style is selectable at the bottom of the page, this is the VB default look.
There is no default style selectable on the bottom for me. There is no style chooser on the bottom for a logged out user.

hugh_
09-28-2014, 11:01 PM
Is there a way of limiting the number of tags which are shown using this mod? I would like to use a different number of tags to the full tags cloud. Thanks.

Lynne
09-29-2014, 05:24 PM
There are no tags in the breadcrumbs, so I really don't know what you are asking about.

kevius
12-06-2014, 03:38 PM
i have the same problem TranAmDan.

I found the other mod stopping working good is : vBFoster Lite mod.

When i disabled vBfoster all is OK !

Alan_SP
12-14-2014, 10:02 PM
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:

// to put it just below posts
$find = '<div class="postlistfoot">';

Or use attached modified Lynne's mod, where it is enabled by default.

Lynne
12-15-2014, 02:01 AM
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:

// to put it just below posts
$find = '<div class="postlistfoot">';

Or use attached modified Lynne's mod, where it is enabled by default.
Thank you, Alan! I added a link to your post in the first post so people may have that option. Thanks!!

Alan_SP
12-15-2014, 04:18 AM
Lynne, can your mod be made compatible with this template edit: https://vborg.vbsupport.ru/showthread.php?t=277570

Now, when we use your mod and this template edit have double information in Google microdata as we have two breadcrumbs.

Is there a way that your mod doesn't use changed template with microdata, but retain functionality of breadcrumb? Or otherwise, that your mod (i.e. breadcrumb created with your mod) uses microdata and upper breadcrumb use original template?

It would be great to use microdata and your mod, but I'm worrying that doubling of this information would hurt SEO and it also looks puzzling in Google results page.

Lynne
12-15-2014, 06:22 PM
I am not familiar with that modification at all. But, you can always disable the plugin called "Add Lower Breadcrumbs to FORUMDISPLAY template" or "Add Lower Breadcrumbs to SHOWTHREAD template" and just add {vb:raw breadcrumbs} into the template manually.

Alan_SP
12-16-2014, 12:13 PM
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:

<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)

Lynne
12-16-2014, 04:04 PM
Thanks again, Alan!

Alan_SP
12-17-2014, 06:22 PM
No problem. :up:

And, I can't like your posts at the moment...

CarpCharacin
01-19-2015, 02:18 AM
will it work on vbulletin 4.2.2 and will it work with BOP5's xenforo style breadcrumb mod?

Alan_SP
01-19-2015, 07:27 PM
On BOP's mod, I think it will work, but it probably would generate double microdata. Also, lower breadcrumb wouldn't be in xenforo style, you'd need to change template to achieve xenforo look.

Lynne
01-20-2015, 01:01 AM
will it work on vbulletin 4.2.2 and will it work with BOP5's xenforo style breadcrumb mod?
I don't know if it will work with it, but if you want the breadcrumbs to look like those in BOPs mod, then you most likely need to modify the navbar_breadcrumbs template to be like the one BOP uses.

IggyP
07-15-2017, 02:41 PM
just got a request for this...is there a practical solution for modern php7.1 and vb4.2.5?

djbaxter
07-18-2017, 04:59 PM
This runs fine with 4.2.5 and PHP 7.

It just alters a template.