The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Prevent Quoting Last Post in Thread
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. What are the options to turn the QUOTE button off in the last post of a thread? |
#2
|
|||
|
|||
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> Code:
<!-- Start last post reply Hack --> <if condition="$post['islastshown'] AND $post['replylink']"> <a href="$post[replylink]&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 --> |
#3
|
|||
|
|||
Nice one! Hopefully one of the admins will move this to the template modifications section.
|
#4
|
|||
|
|||
Just a revisit to let you know that this mod has worked out great and it has saved a ton of duplication in my forum.
Anyone know how to move this thread over to the right forum? Done: https://vborg.vbsupport.ru/showthread.php?t=179263 |
#5
|
||||
|
||||
Just create a new thread in the correct area if you want to release this as a template mod.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|