The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ThreadNav: scrolling New Posts navigation bar for Showthread Details »» | |||||||||||||||||||||||||||||||||||||||
ThreadNav: scrolling New Posts navigation bar for Showthread
Developer Last Online: Aug 2017
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:
Bugs Fixed:
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. Download Now
Screenshots
Show Your Support
|
4 благодарности(ей) от: | ||
BCP Hung, Erica1977, Nacho Vidal, sticky |
Comments |
#12
|
|||
|
|||
Quote:
I don't have vBSEO and don't want but I will try to get this working. |
#13
|
|||
|
|||
It will close as soon as your mouse exits it. That's the only way to close it, otherwise it would take a button or something
|
#14
|
|||
|
|||
It closes even when my mouse is still on it.
|
#15
|
||||
|
||||
Quote:
|
#16
|
||||
|
||||
Quote:
Code:
http://www.techkings.org/general-chat/30227-pc-tv.html |
#17
|
|||
|
|||
Does it close immediately after you open it or does it stay open a while?
|
#18
|
|||
|
|||
For the vbseo problem would one of you try this?
Copy this and replace the "threadnav_bit" template: HTML Code:
<td style="overflow:normal;" cellspacing="0px"> <div id="cont_{vb:raw thread.threadid}" class="container"> <div id="title" class="title"> <vb:if condition="$vbulletin->userinfo['tn_control']==1"> <a href="showthread.php?goto=newpost"> <img class="gotonewpost" src="{vb:stylevar imgdir_button}/firstnew.png" alt="{vb:rawphrase TN_first_post}" /> </a> </vb:if> <a href="showthread.php?<vb:if condition="$vbulletin->userinfo['tn_control']==1">x<vb:else />p</vb:if>={vb:raw thread.lastpostid}<vb:if condition="$vbulletin->userinfo['tn_control']==2">#post{vb:raw thread.lastpostid}</vb:if>"> {vb:raw thread.title}</a> </div> <div id="name_{vb:raw thread.threadid}" class="name" onmouseover="delay('info','{vb:raw thread.threadid}');" onmouseout="hideInfo(event, '{vb:raw thread.threadid}');"> <a href="showthread.php?p={vb:raw thread.lastpostid}#post{vb:raw thread.lastpostid}"> <img class="gotolastpost" src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase TN_last_post}" /> </a> {vb:rawphrase TN_by} {vb:raw thread.lastposter} </div> </div> <div id="info_{vb:raw thread.threadid}" class="info" onmouseout="hideInfo(event, '{vb:raw thread.threadid}');"> <div class="infotext"> {vb:raw thread.posttime} <br> {vb:rawphrase TN_forum} {vb:raw thread.forumname} <br> {vb:rawphrase TN_starter} {vb:raw thread.postusername} <br> {vb:rawphrase TN_views} {vb:raw thread.views} <br> {vb:rawphrase TN_replies} {vb:raw thread.replycount} </div> <div class="buttons1"> <a href="javascript:prevLast ('{vb:raw thread.threadid}');" style="float:right">Preview Last Post</a> <a href="javascript:prevFirst('{vb:raw thread.threadid}');" style="float:left">Preview First Post</a> </div> </div> <div id="prev_{vb:raw thread.threadid}" class="prev" onmouseout="hidePrev(event, '{vb:raw thread.threadid}');"> <div id="prevfirsttext_{vb:raw thread.threadid}" class="prevtext"> {vb:raw thread.firstprev} </div> <div id="prevlasttext_{vb:raw thread.threadid}" class="prevtext"> {vb:raw thread.lastprev} </div> <div class="buttons2"> <a href="javascript:prevLast ('{vb:raw thread.threadid}');" id="prevlast_{vb:raw thread.threadid}" style="float:right;padding:0px 3px 1px;">Preview Last Post</a> <a href="javascript:prevFirst('{vb:raw thread.threadid}');" id="prevfirst_{vb:raw thread.threadid}" style="float:left;padding:0px 3px 1px;">Preview First Post</a> </div> </div> </td> If everything works here I will upload a modified xml file and you can re-install. |
#19
|
||||
|
||||
Working fine now nice Mod great work!
|
#20
|
||||
|
||||
Quote:
|
#21
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|