Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
ThreadNav: scrolling New Posts navigation bar for Showthread Details »»
ThreadNav: scrolling New Posts navigation bar for Showthread
Version: 2.1, by nerbert nerbert is offline
Developer Last Online: Aug 2017 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.x.x Rating:
Released: 11-06-2011 Last Update: 01-17-2015 Installs: 61
DB Changes Uses Plugins Template Edits
Re-useable Code Translations  
No support by the author.

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:
  • Searches for New Posts or Today's Posts
  • List scrolls right or left with buttons at ends
  • Automatically refreshes once a minute (default setting)
  • Cell width adjusts automatically to fit available space
  • Hovering over lower portion of partially exposed cell
    snaps the cell into full view
  • Automatically integrates with Thread & Forum Ignore System
    if installed
In the cell for each thread:
  • Go to first unread post button (New Posts only)
  • Thread link goes to either first or last post depending
    on user settings for viewing threads
  • Name of last poster
  • Last post button
In the drop down box:
  • Date/time
  • Forum
  • Thread starter
  • Peplies
  • Views
  • Links for previewing first and last posts
User settings:
  • Turn ThreadNav off
  • Get New Posts
  • Get Today's Posts
Admin Control Panel:
  • On/off
  • Other pages to show ThreadNav
  • Set refresh interval
  • Maximum minutes ThreadNav will continue refreshing
  • Allow or disallow guests to see ThreadNav
  • Maximum number of posts to show
  • Minimum width of each post cell.
  • Excluded forums
Upgrading to version 2.0
  • Upload the new product xml file in Plugins & Products and overwrite the old file.
  • Be sure to revert all threadnav templates, including threadnav.css.
  • Some pages will require simple template edits. See the ThreadNav setting sin the Admin CP for more information.

Bugs Fixed:
  • Now compatible with vBSEO
  • All text in phrases
  • More tips on styling in threadnav.css
  • Resolved major incompatibilities with some styles
  • Miscellaneous aesthetic changes
  • Resolved misalignment of borders of cell and drop box in some styles
  • Improved closing of drop boxes when you mouse out
  • Fixed more incompatibility issues with some some styles
  • Fixed incompatibility issue with IE (GRRRRRRRRRR....)
  • Overhauled system for opening and closing drop boxes

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

File Type: xml product-thread_nav.xml (39.5 KB, 44 views)

Screenshots

File Type: png tn2.png (30.9 KB, 0 views)
File Type: png tn3.png (32.1 KB, 0 views)
File Type: png tn4.png (17.3 KB, 0 views)
File Type: png tn5.png (73.4 KB, 0 views)
File Type: png tn1.png (29.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
BCP Hung, Erica1977, Nacho Vidal, sticky

Comments
  #32  
Old 11-07-2011, 04:38 PM
Nacho Vidal's Avatar
Nacho Vidal Nacho Vidal is offline
 
Join Date: Feb 2011
Location: Chillin' with Rocco
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Attached Images
File Type: jpg Capture.JPG (46.9 KB, 0 views)
Reply With Quote
  #33  
Old 11-07-2011, 05:23 PM
nerbert nerbert is offline
 
Join Date: May 2008
Posts: 784
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Erica1977 View Post
Ok it works now the only problem i am running into is on btech style it dont look right it only looks right on style seamus red and seamus orange and default can you log back on change the style to btechred
This is a shot in the dark, but try this:

In "threadnav" template scroll near the bottom and find function setWidth()

find
Code:
			if(cells[i].childNodes.length<5) {
and change it to this
Code:
			if(is_ie) {
Reply With Quote
  #34  
Old 11-07-2011, 05:24 PM
Erica1977's Avatar
Erica1977 Erica1977 is offline
 
Join Date: Nov 2009
Location: Laramie, Wyoming
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #35  
Old 11-07-2011, 05:29 PM
Erica1977's Avatar
Erica1977 Erica1977 is offline
 
Join Date: Nov 2009
Location: Laramie, Wyoming
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nerbert View Post
This is a shot in the dark, but try this:

In "threadnav" template scroll near the bottom and find function setWidth()

find
Code:
			if(cells[i].childNodes.length<5) {
and change it to this
Code:
			if(is_ie) {
Still looks the same didnt change nothing at all.
Reply With Quote
  #36  
Old 11-07-2011, 05:29 PM
nerbert nerbert is offline
 
Join Date: May 2008
Posts: 784
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nacho Vidal View Post
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!
For your "bigger issue" try going to the "ThreadNav Search" plug in and comment out the second line like this:
PHP Code:
//header('Content-type: text/html; charset=UTF-8'); 
That line was suggested to me by another programmer to fix a bug in Internet Explorer (Damned IE!)

As soon as I get all these bugs fixed I'll update the xml file
Reply With Quote
Благодарность от:
synseal
  #37  
Old 11-07-2011, 05:37 PM
Erica1977's Avatar
Erica1977 Erica1977 is offline
 
Join Date: Nov 2009
Location: Laramie, Wyoming
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

another bug if you click the icon arrow by the text link takes you to invalid page.
Reply With Quote
  #38  
Old 11-07-2011, 05:39 PM
Erica1977's Avatar
Erica1977 Erica1977 is offline
 
Join Date: Nov 2009
Location: Laramie, Wyoming
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the arrow that says go to unread thread will take you to invalid page.
Reply With Quote
  #39  
Old 11-07-2011, 05:50 PM
RSNF's Avatar
RSNF RSNF is offline
 
Join Date: May 2010
Location: Florida
Posts: 242
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?.
Reply With Quote
  #40  
Old 11-07-2011, 05:56 PM
nerbert nerbert is offline
 
Join Date: May 2008
Posts: 784
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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}&amp;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}&amp;<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}&amp;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>
Reply With Quote
  #41  
Old 11-07-2011, 06:12 PM
Erica1977's Avatar
Erica1977 Erica1977 is offline
 
Join Date: Nov 2009
Location: Laramie, Wyoming
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:18 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05074 seconds
  • Memory Usage 2,384KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)bbcode_html
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete