PDA

View Full Version : Show Thread Enhancements - Lower Breadcrumbs


Howell
06-17-2008, 10:00 PM
The Idea:
A lot of the time I get to the bottom of reading threads and then find myself scrolling all the way back up to use the breadcrumbs in the Navbar.

I had noticed a mod for this vB3.5 vB3.6 so though I'd have a bash at making my own for vB3.7.x :p



Description:
This modification adds a secondary breadcrumbs to the bottom of Forum Display & Showthread.




Installation Instructions:
Goto -> AdminCP -> Plugins & Products -> Manage Products -> [Add/Import Products]
Import the product "product-lowerbreadcrumbs.xml"If upgrading remember to set 'Allow Overwrite' to YES.

DONE! :D


AdminCP Settings:
Goto -> AdminCP -> vBulletin Options -> vBulletin Options -> Lower Breadcrumbs -> FORUMDISPLAY (on/off) & SHOWTHREAD (on/off)

Changelog:

Version 1.0.0 - Initial release.
Version 1.1.0 - Added collapsible border and incorporated title.
Version 1.1.1 - Added Forum Display function too. (thanks to inciarco (https://vborg.vbsupport.ru/member.php?u=192472))
Version 1.1.2 - Added separate AdminCP options to enable/disable FORUMDISPLAY & SHOWTHREAD.


Please MARK AS INSTALLED (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=182882) & NOMINATE FOR MOTM (https://vborg.vbsupport.ru/vborg_miscactions.php?do=nominate&threadid=182882&type=1) :p

Enjoy. :)

Mischievious
06-18-2008, 07:54 PM
Installed! Thanks! :D

Fırtına
06-18-2008, 08:04 PM
Thanks:D

macc
06-18-2008, 08:21 PM
Thanks!

regards

macc

Super Jinni
06-18-2008, 08:22 PM
I'll give this a shot and see if I'm gonna like or not..

^^

thanks

:)

Super Jinni
06-18-2008, 08:27 PM
installed

Mischievious
06-18-2008, 09:40 PM
Any chance on getting the breadcrumbs centered in the table?

Super Jinni
06-18-2008, 10:09 PM
and if you can make it for threads too... I mean in the forumbit

thanks

:)

Koroku
06-25-2008, 10:40 PM
Nice :)

Now I just suggest you style it a bit... add a border and a header, so it blends in more :D

Oyabun
12-26-2008, 03:07 PM
What's with the borders?

apiasto
12-26-2008, 05:35 PM
about time someone thought about it,gr8 work thnx

gmerin
01-12-2009, 10:04 PM
I had a user ask about this not 5 minutes ago. Now I look like a genius!

how am i going to live up to this now?

;)

Howell
01-14-2009, 09:25 PM
*UPDATE*

Version 1.1.0 - Added collapsible border and incorporated title.

inciarco
01-15-2009, 03:53 AM
Great Mod. Very Useful. :up:

I'd like to share a Complement that perhaps you can include on your Next Update, and is the Creation of another optional Plugin for ForumDisplay:

In Plugins & Products -> Add New Plugin

Product: Select Lower Breadcrumbs
Hook Location: forumdisplay_start
Title: Lower Breadcrumbs: Show Lower Breadcrumbs - ForumDisplay
Execution Order: 5

Plugin PHP Code:

if ($vbulletin->options['lwrbrdcms'])
{
$search_text = '<!-- / controls below thread list -->';
$vbulletin->templatecache['FORUMDISPLAY'] = str_replace($search_text,$search_text . fetch_template('lower_breadcrumbs'),$vbulletin->templatecache['FORUMDISPLAY']);
}

Plugin is Active: Select Yes

And then Click Save

After this the New Plugin will be listed among the other Two Plugins of this Mod, and is will use the "lower_breadcrumbs" Template to Display it under the Code "<!-- / controls below thread list -->" in the ForumDisplay Template, (below the Thread List), which is the one you access every time you enter a Forum and Sub-Forum in your Community.

My Best Regards.

:)

Howell
01-15-2009, 06:08 PM
*UPDATE*

Excellent idea inciaro!

Why I didn't think of that i'll never know? :D

I've implemented this into the product. (version 1.1.1)

Regards, Howell :up:

inciarco
01-15-2009, 08:38 PM
I'm Glad to Help. ;)

I've installed Version 1.1.2 and Works Great, Thank You Very Much for the Update. :up::up::up:

My Best Regards.

:)

talkncaasports
01-19-2009, 07:40 AM
nevermind...

talkncaasports
01-19-2009, 07:44 AM
I got it to work with 3.8.0 and works fine! Thanks.

Had to change one tiny bit in the xml file is all. :)

Change:
<dependency dependencytype="vbulletin" minversion="3.7.0" maxversion="3.7.999" />

to

<dependency dependencytype="vbulletin" minversion="3.7.0" maxversion="3.8.001" />

Howell
01-19-2009, 11:22 AM
I was going to release the version for 3.8.0 this week.

This version will work fine (has done on my test board) as all you need to do is change the minimum version in the product XML.

talkncaasports
01-19-2009, 11:27 AM
I was going to release the version for 3.8.0 this week.

This version will work fine (has done on my test board) as all you need to do is change the minimum version in the product XML.

sweet.

I will. It is a wonderful mod.

When you release it I will mark it as installed under the 3.8 version and MOTM nominate it as well.

Thanks for the work.

Howell
01-19-2009, 05:36 PM
*UPDATE*

Now Released 3.8.x version

https://vborg.vbsupport.ru/showthread.php?t=202377