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 |
#22
|
|||
|
|||
i have isntal it but problem with greek language
|
#23
|
||||
|
||||
Demo please..anyone
|
#24
|
|||
|
|||
Quote:
I think I'm going to have to download and install vbseo to see what's going on. In the mean time just turn ThreadNav off in adminCP. I have other business to attend to but I'll see if I can get something working soon. Check back later. |
#25
|
||||
|
||||
Quote:
|
#26
|
|||
|
|||
Erica1977, do the buttons work and only the link doesn't?
|
#27
|
||||
|
||||
Just tried the above code replacement for the threadnav_bit, first link I click on works fine and you're taken to the thread's page but clicking on another link from the thread's page gives me:
No Thread specified. If you followed a valid link, please notify the administrator |
#28
|
|||
|
|||
Just thought of something.
This might work as a replacement for "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?t={vb:raw thread.threadid}&<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?t={vb:raw thread.threadid}&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> |
#29
|
|||
|
|||
Quote:
I think the template I just posted should solve the problem. After the code change you must refresh the page in order to test it. |
#30
|
||||
|
||||
I'll give it a blast, bear with me
|
#31
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|