• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

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

Admin

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! :)
 

Facebook Comments

New posts New threads New resources

Back
Top