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 |
#62
|
||||
|
||||
Ok this is what i did i unstalled your product now theres no templates of your product then i installed the one you just made for me so there really aint no templates to revert see where i am getting at.
|
#63
|
||||
|
||||
Sorry that your going threw this trouble just for me and i do thank you for still trying to get it to work for those other styles.:up:
|
#64
|
|||
|
|||
You have it off now so I can't check but after you uploaded the new file I checked and seamus had the unedited old file and btech had the edited version. I don't know what happens to templates when you uninstall -- whether they are actually deleted or just de-listed from the adminCP. Anyway right after you installed the new file the old templates were still there.
When you update you don't need to uninstall the old version just click the button to overwrite files in the upload box and everything should update. Then check templates afterwards and they should all have black titles |
#65
|
|||
|
|||
In threadnav template, function setWidth() should look like this in all styles
Code:
function setWidth() { var n=list.innerHTML.match(/<td>|<td class="blank">/gi).length; var tableWidth=(width)*n; fetch_object('table').style.width=''+tableWidth+'px'; for(i=0; i<cells.length; i++) { cells[i].style.width=''+(width)+'px' } } |
#66
|
||||
|
||||
Quote:
|
#67
|
||||
|
||||
with the one you made for me all templates show this code.
Code:
function setWidth() { for(i=0; i<cells.length; i++) { if(cells[i].childNodes.length<5) { cells[i].childNodes[0].childNodes[0].style.width=''+width+'px'; cells[i].childNodes[0].childNodes[1].style.width=''+width+'px'; cells[i].childNodes[1].childNodes[1].style.width=''+width+'px' cells[i].childNodes[2].style.width=''+(width+47)+'px'; } else { cells[i].childNodes[1].childNodes[1].style.width=''+width+'px'; cells[i].childNodes[1].childNodes[3].style.width=''+width+'px'; cells[i].childNodes[3].childNodes[1].style.width=''+width+'px' cells[i].childNodes[5].style.width=''+(width+47)+'px'; } } } |
#68
|
|||
|
|||
You must have gotten that from the opening post. The one I wanted you to test was in the latter post (#54, I think)
But never mind, here's a version with a few nit-picking details changed. |
#69
|
||||
|
||||
lol ok overrided with this one and all templates have diff codes i think you need to go to my site and please look at each style and watch what happens.
|
#70
|
||||
|
||||
ok sorry ill turn back on
|
#71
|
||||
|
||||
ok i turn it on go look at all the styles please.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|