vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Show Thread Enhancements - Lower Breadcrumbs (https://vborg.vbsupport.ru/showthread.php?t=182882)

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:

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

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

Quote:

Originally Posted by Howell (Post 1717748)
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.


All times are GMT. The time now is 02:59 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.01086 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete