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.