Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Lower Breadcrumbs Details »»
Lower Breadcrumbs
Version: 1.1.2, by Howell Howell is offline
Developer Last Online: Oct 2014 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.7.x Rating:
Released: 06-17-2008 Last Update: 01-14-2009 Installs: 44
Uses Plugins Auto-Templates
Re-useable Code Translations  
No support by the author.

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



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
!



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)
Version 1.1.2 - Added separate AdminCP options to enable/disable FORUMDISPLAY & SHOWTHREAD.


Please MARK AS INSTALLED & NOMINATE FOR MOTM

Enjoy.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 12-26-2008, 05:35 PM
apiasto's Avatar
apiasto apiasto is offline
 
Join Date: Oct 2006
Posts: 348
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

about time someone thought about it,gr8 work thnx
Reply With Quote
  #13  
Old 01-12-2009, 10:04 PM
gmerin gmerin is offline
 
Join Date: Dec 2008
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?

Reply With Quote
  #14  
Old 01-14-2009, 09:25 PM
Howell Howell is offline
 
Join Date: Apr 2007
Location: UK
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*UPDATE*

Version 1.1.0 - Added collapsible border and incorporated title.
Reply With Quote
  #15  
Old 01-15-2009, 03:53 AM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:

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.

Reply With Quote
  #16  
Old 01-15-2009, 06:08 PM
Howell Howell is offline
 
Join Date: Apr 2007
Location: UK
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*UPDATE*

Excellent idea inciaro!

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

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

Regards, Howell :up:
Reply With Quote
  #17  
Old 01-15-2009, 08:38 PM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.

Reply With Quote
  #18  
Old 01-19-2009, 07:40 AM
talkncaasports talkncaasports is offline
 
Join Date: Sep 2008
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nevermind...
Reply With Quote
  #19  
Old 01-19-2009, 07:44 AM
talkncaasports talkncaasports is offline
 
Join Date: Sep 2008
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Code:
<dependency dependencytype="vbulletin" minversion="3.7.0" maxversion="3.7.999" />
to

Code:
<dependency dependencytype="vbulletin" minversion="3.7.0" maxversion="3.8.001" />
Reply With Quote
  #20  
Old 01-19-2009, 11:22 AM
Howell Howell is offline
 
Join Date: Apr 2007
Location: UK
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #21  
Old 01-19-2009, 11:27 AM
talkncaasports talkncaasports is offline
 
Join Date: Sep 2008
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Howell View Post
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.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:33 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.04879 seconds
  • Memory Usage 2,303KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete