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 |
#32
|
||||
|
||||
The links work apart from the small button buy the side of the link to take you to the first post.
However, a bigger issues has appeard in that pasted text from other sources now has black diamonds with ? in the middle? See the attached screenshot! The diamonds go when the mod is disabled! Sorry for giving you a headache! |
#33
|
|||
|
|||
Quote:
In "threadnav" template scroll near the bottom and find function setWidth() find Code:
if(cells[i].childNodes.length<5) { Code:
if(is_ie) { |
#34
|
||||
|
||||
So my question is how do i change the wide and height on it first pic is same as btech red but style in btech blue see second pic its seamus would like to know how to change the height and weight like in sec pic first picture is what i need to change it look like the second pic.
Attachment 134297 Attachment 134298 |
#35
|
||||
|
||||
Still looks the same didnt change nothing at all.
|
#36
|
|||
|
|||
Quote:
PHP Code:
As soon as I get all these bugs fixed I'll update the xml file |
Благодарность от: | ||
synseal |
#37
|
||||
|
||||
another bug if you click the icon arrow by the text link takes you to invalid page.
|
#38
|
||||
|
||||
the arrow that says go to unread thread will take you to invalid page.
|
#39
|
||||
|
||||
Just curious as the Coder states thanks to those of you that have tested it "NOTE: This product is not compatible with vBSEO
I'll work on it and see what I can do." Have you all tried to temporarily disable VBSEO and see if the mod works without it? If it does would it not make sense to allow this coder the time needed to fully work on a solution to the issue instead of constantly pointing out more errors associated with the use of VBSEO?. |
#40
|
|||
|
|||
Here we go again! Try this 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?t={vb:raw thread.threadid}&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">{vb:rawphrase TN_prev_last}</a> <a href="javascript:prevFirst('{vb:raw thread.threadid}');" style="float:left">{vb:rawphrase TN_prev_first}</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;">{vb:rawphrase TN_prev_last}</a> <a href="javascript:prevFirst('{vb:raw thread.threadid}');" id="prevfirst_{vb:raw thread.threadid}" style="float:left;padding:0px 3px 1px;">{vb:rawphrase TN_prev_first}</a> </div> </div> </td> |
#41
|
||||
|
||||
Ok now seems everything is working , so only thing left if your working on a solution is the wide like i posted it about on different style btech. By the way great job so far.:up:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|