Back to vBulletin 4.x Template Modifications

TW7S - Remove "Reply with Quote" and Multi-Quote from first post in thread
Mod Version: 1.00, by LifesGreatestGift

vB Version: 4.0.x Rating: (3 votes - 4.67 average) Installs: 45
Released: 05 Jan 2010 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code Translations  

Works with postbit and postbit_legacy

Before


After


Open up template postbit or postbit_legacy (Whichever your forum is set to)

Find:
PHP Code:
<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 Code:
<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 Code:
<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']">
                        
                         <
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 Code:
<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']">
                        
                         <
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!

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024