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 |
#82
|
|||
|
|||
Sometime between the time I started this thread and now I went from "Contributor" to "Coder". I take that very seriously. It's my duty to get this working!
|
#83
|
||||
|
||||
hehe just notice that great! :up:
|
#84
|
|||
|
|||
Erica1977, try this:
In "threadnav" replace function setWidth() with this: Code:
function setWidth() { var n=list.innerHTML.match(/<td id="td_|<td class="blank">/gi).length; var tableWidth=(width)*n; fetch_object('table').style.width=''+tableWidth+'px'; for(i=0; i<cells.length; i++) { if(cells[i].id.match(/td_\d/i)||cells[i].className=='blank'){ cells[i].style.width=''+(width)+'px'; } } } Code:
<td id="td_{vb:raw thread.threadid}"> |
#85
|
||||
|
||||
Quote:
|
#86
|
|||
|
|||
Well it's finally working.
I know there's a problem with the drop boxes not closing when you exit on the right side but I have that fixed in the file I'm going to upload to the opening post. I also see a misalignment of borders between the cell and the drop box on the left side, I'll look into that too. When I get the new file up the changes will be compatible with all your other styles so no need to make any exceptions. |
#87
|
||||
|
||||
Quote:
|
#88
|
|||
|
|||
The problem you had would affect anyone who uses those styles and now I see your original problem and the mess-up you had later were related. That same problem could have affected other mods and styles too. It's a good thing all those issues came up right away before I forgot some of the details of how the JavaScript works.
All in all it's a better product now. I'll get that new file up and I think I have a guess why those borders don't align properly. More on that later. |
#89
|
||||
|
||||
Quote:
|
#90
|
|||
|
|||
An improved version of the ThreadNav file is now available. I hope this is the last change but we'll just have to see if more issues come up.
@Erica1977, I'll have a look at your site tomorrow and see if I can figure out that border alignment problem if it's still there with the new file. |
#91
|
||||
|
||||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|