Back to vBulletin 4.x Template Modifications

New Posts Button
Mod Version: 2.00, by rungok

vB Version: 4.0.2 Rating: (2 votes - 4.50 average) Installs: 23
Released: 27 Feb 2010 Last Update: Never Downloads: 62
Not Supported Template Edits Re-usable Code  

There should be a "new posts"-button below all posts on each page so you don't have to scroll up to the navbar to click on the "New Posts" again. A button to the right of "reply"-button should be the most practical solution. That is exactly what I have done.

NOW GO:

ACP > Styles & Templates > Search in Templates > Search in Style:Click Dropdown Arrow (Choose Actual Style)> Search for Text: SHOWTHREAD > Search Titles Only: YES > Click Find

NOW SELECT SHOWTHREAD AND OPEN.

FIND:
Code:
<div id="below_postlist" class="below_postlist">
	<vb:if condition="$show['largereplybutton']">
		<a href="newreply.php?{vb:raw session.sessionurl}p={vb:raw LASTPOSTID}&amp;noquote=1" 
	class="newcontent_textcontrol" id="newreplylink_bottom">
<vb:if condition="$show['closethread']"><span>+</span> {vb:rawphrase reply_to_thread}<vb:else />{vb:rawphrase closed_thread}</vb:if></a>
ADD BELOW:
Code:
<!--- NEW POSTS BUTTON BELOW START --->
<a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post" rel="nofollow" class="newcontent_textcontrol" id="newposts"  style="margin-left:160px;">{vb:rawphrase new_posts_nav}</a>
<!--- NEW POSTS BUTTON BELOW END --->

Download

File Type: %1$s NewPostsButton_v2.txt (927 Bytes, 63 downloads)

Screenshots

Click image for larger version
Name:	NewPostsButton_v2_Screenshot.jpg
Views:	994
Size:	65.2 KB
ID:	113188  

Similar Mods

Show Thread Enhancements New Posts Button vBulletin 3.7 Template Modifications

vblts.ru supports vBulletin®, 2022-2024