Version: 2.1, by nerbert
Developer Last Online: Aug 2017
Category: Show Thread Enhancements -
Version: 4.x.x
Rating:
Released: 11-06-2011
Last Update: 01-17-2015
Installs: 61
DB Changes Uses Plugins Template Edits
Re-useable Code Translations
No support by the author.
ThreadNav(2.1) puts almost all the information in New Posts or Today's Posts in a compact scrolling navigation bar in the thread display page (showthread). The location in showthread depends on the user's thread viewing settings. Buttons on either end scroll the list of new posts right or left and additional information is available in a drop down box when you hover over the lower portion of the post cell. The list automatically refreshes using AJAX once a minute (default).
In Version 2.1 you can now place ThreadNav in any vBulletin page. A simple setting will put it in Forum Home (index) and it can be added to other pages with a simple template edit (See instuctions in ThreadNav settings in your AdminCP for edits).
Updated Version 2.1
I've updated this recently to make it fully compatible with updates to Thread & Forum Ignore System, if it is installed. I also got rid of the text jiggle in some browsers when you hover over a cell to display the drop box.
Features:
General:
Searches for New Posts or Today's Posts
List scrolls right or left with buttons at ends
Automatically refreshes once a minute (default setting)
Cell width adjusts automatically to fit available space
Hovering over lower portion of partially exposed cell
snaps the cell into full view
Thread link goes to either first or last post depending
on user settings for viewing threads
Name of last poster
Last post button
In the drop down box:
Date/time
Forum
Thread starter
Peplies
Views
Links for previewing first and last posts
User settings:
Turn ThreadNav off
Get New Posts
Get Today's Posts
Admin Control Panel:
On/off
Other pages to show ThreadNav
Set refresh interval
Maximum minutes ThreadNav will continue refreshing
Allow or disallow guests to see ThreadNav
Maximum number of posts to show
Minimum width of each post cell.
Excluded forums
Upgrading to version 2.0
Upload the new product xml file in Plugins & Products and overwrite the old file.
Be sure to revert all threadnav templates, including threadnav.css.
Some pages will require simple template edits. See the ThreadNav setting sin the Admin CP for more information.
Bugs Fixed:
Now compatible with vBSEO
All text in phrases
More tips on styling in threadnav.css
Resolved major incompatibilities with some styles
Miscellaneous aesthetic changes
Resolved misalignment of borders of cell and drop box in some styles
Improved closing of drop boxes when you mouse out
Fixed more incompatibility issues with some some styles
Fixed incompatibility issue with IE (GRRRRRRRRRR....)
Overhauled system for opening and closing drop boxes
Style is based on borders, font-color and background-colors of postbits. For styles with darker colors a note at the top of threadnav.css gives helpful styling tips. If you need to add space above or below ThreadNav see top of threadnav.css. Don't use line breaks.
Installation is simple: upload the XML file to Products and you're ready to go -- no external files or edits.
Version 2.0 was developed in vB4.2.2 but should work in any vB4 version.
I have error on my site, Please fix on this issue.
Fatal error: Call to undefined function threadnav_search() in /home/user/public_html/includes/class_bootstrap.php(430) : eval()'d code on line 407
I don't know what could cause that. Perhaps some other product that uses "global_start" is interfering with the "ThreadNav: Function threadnav_search() in Global" plugin.
Try changing the execution order for "ThreadNav: Function threadnav_search() in Global" plugin to 1. I'll look into seeing if another location will work.
Well, this works on both my main site and dev site. If somehow some other plugin is affecting this ThreadNav plugin it can be moved to "global_bootstrap_init_start" hook location.
I've made changes to this product to make it fully compatible with the newest version of Thread & Forum Ignore System, which I've recently overhauled. This version also gets rid of the text jiggle some browsers had when you hover over the lower portion of a cell to open the dropbox.