PDA

View Full Version : How to delete the quick button


The slime
08-16-2009, 03:02 AM
Hi, I need some help. I would like to delete the quick reply button and soon replace with a thanks button also would like to keep the quick reply box . here is a ss

http://img34.imageshack.us/img34/359/quicku.jpg

theFM
08-16-2009, 06:50 AM
go to postbit_legacy template : -

and search for this

<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>

and Just Remove this that will remove the quick reply button
like in
vbulletin.org this button https://vborg.vbsupport.ru/images/cstyle/blue/buttons/quickreply.gif

Img : - https://vborg.vbsupport.ru/images/cstyle/blue/buttons/quickreply.gif

Thanks.

The slime
08-16-2009, 02:40 PM
thanks bro. you are very helpfull