Back to vBulletin 3.7 Template Modifications

Prevent Quoting Last Post in Thread
Mod Version: 1.00, by oldengine

This modification is in the archives.
vB Version: 3.7.0 Rating: (0 vote - 0 average) Installs: 8
Released: 15 May 2008 Last Update: Never Downloads: 4
Not Supported  

Folks are hitting the Quote button rather than Post Reply when answering the last post in a thread.

We default to Linear Oldest First so it gets rather stale and wasteful to see all the duplicate postings one after the other. We do not use Quick reply.

Find in postbit template:

Code:
<if condition="$post['replylink']">
	<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
Replace with:
Code:
<!-- Start last post reply Hack -->
<if condition="$post['islastshown'] AND $post['replylink']">
<a href="$post[replylink]&amp;noquote=1" rel="nofollow"><img src="$stylevar[imgdir_button]/reply_small.gif" alt="$vbphrase[reply]" border="0" /></a>
<else />
<if condition="$post['replylink']">
<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if></if>
<!-- End last post reply Hack -->
index.php?t=107498

Take notice that this is for default setting "Linear - Oldest First".

Download

No files for download.

Similar Mods

Prevent Post More Than 1 post in thread before X posts vBulletin 3.5 Add-ons

vblts.ru supports vBulletin®, 2022-2024