Back to vBulletin 3.7 Template Modifications

New Posts link between next / previous thread links
Mod Version: 1.00, by AzH

This modification is in the archives.
vB Version: 3.7.0 Rating: (1 vote - 4.00 average) Installs: 16
Released: 06 May 2008 Last Update: Never Downloads: 3
Not Supported Template Edits Re-usable Code Translations  

This is a quick dirty little hack to get a handy new posts link right at the bottom of a thread saving your users valuable seconds from not having to scroll all the way back to the top of the page from the bottom of a thread.

In template SHOWTHREAD find:

Code:
<if condition="$show['next_prev_links']">
<!-- next / previous links -->
	<br />
	<div class="smallfont" align="center">
		<strong>&laquo;</strong>
			<a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextoldest" rel="nofollow">$vbphrase[prev_thread]</a>
			|
			<a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextnewest" rel="nofollow">$vbphrase[next_thread]</a>
		<strong>&raquo;</strong>
	</div>
<!-- / next / previous links -->
</if>
replace with:

Code:
<if condition="$show['next_prev_links']">
<!-- next / previous links -->
	<br />
	<div class="smallfont" align="center">
		<strong>&laquo;</strong>
			<a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextoldest" rel="nofollow">$vbphrase[prev_thread]</a>
			|
			<a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a>
                        |
			<a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextnewest" rel="nofollow">$vbphrase[next_thread]</a>
		<strong>&raquo;</strong>
	</div>
<!-- / next / previous links -->
</if>
The link appears below the Quick Reply box like so:



Brought to you by http://devioustyrant.com.

Download

No files for download.

Similar Mods

Replace Previous and Next Link with Actual Thread Titles vBulletin 3.5 Add-ons
'Previous / Next Page' link in forum/thread navigation menus vBulletin 3.6 Template Modifications
My Posts link in Quick Links navbar menu vBulletin 3.0 Template Modifications

vblts.ru supports vBulletin®, 2022-2024