TW7S - Remove "Reply with Quote" and Multi-Quote from first post in thread

  • Thread starter Thread starter AdminAdmin is verified member.
  • Start date Start date
Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
Works with postbit and postbit_legacy
Before
2ps0nsl.jpg

After
22j9lx.jpg

Open up template postbit or postbit_legacy (Whichever your forum is set to)
Find:
PHP:
<vb:if condition="$show['quickreply'] AND !$show['threadedmode']">						<a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}" rel="nofollow"><img id="replyimg_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a> 					<span class="seperator">&nbsp;</span>					</vb:if>
Replace With:
PHP:
<vb:if condition="$show['quickreply'] AND !$show['threadedmode']">						<a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}" rel="nofollow"><img id="replyimg_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
<vb:if condition="$thread['firstpostid'] != $post['postid']"> 					<span class="seperator">&nbsp;</span></vb:if>
					</vb:if>
Find:
PHP:
<vb:if condition="$post['replylink']">						<a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow"><img id="quoteimg_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase reply_with_quote}" /> {vb:rawphrase reply_with_quote}</a> 					<span class="seperator">&nbsp;</span>					</vb:if>					<vb:if condition="$show['multiquote_post']">												 <a class="multiquote" href="{vb:raw post.replylink}" rel="nofollow" onclick="return false;" id="mq_{vb:raw post.postid}"><img id="mq_image_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase multi_quote_this_message}" />&nbsp;</a> 					</vb:if>
Replace With:
PHP:
<vb:if condition="$thread['firstpostid'] != $post['postid']">
					<vb:if condition="$post['replylink']">
						<a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow"><img id="quoteimg_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase reply_with_quote}" /> {vb:rawphrase reply_with_quote}</a> 					<span class="seperator">&nbsp;</span>					</vb:if>					<vb:if condition="$show['multiquote_post']">												 <a class="multiquote" href="{vb:raw post.replylink}" rel="nofollow" onclick="return false;" id="mq_{vb:raw post.postid}"><img id="mq_image_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase multi_quote_this_message}" />&nbsp;</a> 					</vb:if>
</vb:if>
Enjoy! :)
 
I know this is an old thread but had to sign up to say thanks this was desperately needed and was a pain to find so thank you
 
I know this is an old thread but had to sign up to say thanks this was desperately needed and was a pain to find so thank you
You’re most welcome
 

Facebook Comments

Similar threads

Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
967
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
834
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
10K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
11K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
832
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
674
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
728
AdminAdmin is verified member.
Admin
Back
Top