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 |
#92
|
|||
|
|||
Erica1977, when you get the new file installed and everything is reverted, if you still have that border mis-alignment problem try replacing function show(type, id) with this:
Code:
function show(type, id) { var cell = fetch_object('cont_'+id); var field = fetch_object('threadnav').parentNode; field.style.position='relative'; field.style.zIndex=1; var scroll = fetch_object('threadlist').scrollLeft; var offset = cell.offsetLeft; var drop = fetch_object(type+'_'+id); var nav = fetch_object('threadnav'); var left = fetch_object('left'); var right = fetch_object('right'); var delta1 = left.offsetLeft + 17; var delta2 = right.offsetLeft - width - 1; var position = offset-scroll - 1; if(position < delta1) { list.scrollLeft += position - delta1; drop.style.left =''+(delta1)+'px'; } else if(position > delta2) { list.scrollLeft += position - delta2; drop.style.left =''+(delta2)+'px'; } else { drop.style.left =''+(position)+'px'; } nodelay=1; deltaY = 41; drop.style.top=''+(nav.offsetTop + deltaY)+'px'; drop.style.display='block'; dropWidth=type=='info'?width:(width+36); drop.style.width=''+(dropWidth-1)+'px' var border='1px solid {vb:stylevar postbit_background.backgroundColor}'; fetch_object('name_'+id).style.borderBottom=border; } |
#93
|
||||
|
||||
Quote:
|
#94
|
|||
|
|||
That seems to fix it.
Now I have to update the file again. Well, some day I'll get this perfect. I'll post here when the fixed file is edited into the OP. |
#95
|
|||
|
|||
Updated file in opening post.
Erica1977, when you get everything updated I have some ideas for getting the scroll buttons in seamus style looking better. Will check back later. |
#96
|
||||
|
||||
Ok going to update now Thanks! :up:
|
#97
|
||||
|
||||
Ok have to go out be back soon.
|
#98
|
|||
|
|||
Looks like you need to revert templates again. I'm having that problem with drop boxes not closing when I exit out the left side.
|
#99
|
|||
|
|||
I looked and those are the right templates. I shall have to scratch my head and rub my chin and get a very serious look on my face. That usually works when I need to figure something out.
|
#100
|
|||
|
|||
thanx
|
#101
|
||||
|
||||
so are they correct my templates cause i know i reverted them.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|