Remove quick reply button?

h@ck3r

New Member
As per the title- How can I remove this button? It's no longer needed as I've disabled the need for clicking it before using quick reply.

I can't see anything in the CPanel for removing the quick reply buttons though.

Thanks
 
I found the solution :) hope it helps

Admin CP -> Styles & Templates -> Style Manager -> « » -> Postbit Templates -> postbit or postbit_legacy (depending on which layout you are using)
Find and remove this code to remove that button:
<if condition="$SHOWQUICKREPLY AND !$show['threadedmode']">
<a href="$post[replylink]" onclick="return qr($post[postid]);"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>
 
Ikram45 said:
I found the solution :) hope it helps

Admin CP -> Styles & Templates -> Style Manager -> « » -> Postbit Templates -> postbit or postbit_legacy (depending on which layout you are using)
Find and remove this code to remove that button:

My code was slightly different, but thanks- it helped me find what I were looking for. :)
 
Back
Top