View Full Version : How to add post reply button to every thread (in showthread) beside quote button?
gmptp
08-17-2011, 01:45 AM
How to add post reply button to every thread (in showthread) beside quote button?
Isn't there already a "quick reply to post" button?
gmptp
08-17-2011, 01:15 PM
Isn't there already a "quick reply to post" button?
I'll like to add the Post Reply button also beside the Quick Reply on every post in showthread, so that user has option to Post Reply or Quick Reply, please let me know the code and how to add Post Reply to every post in the showthread, to hear from you again or anyone any idea? I want to save space by removing the large post reply button at the top and bottom.
Thanks..........
--------------- Added 1313602314 at 1313602314 ---------------
found the solution, just add below beside the edit or quote on showthread:
<if condition="$post['replylink']">
<a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$thread[firstpostid]" rel="nofollow"><img src="$stylevar[imgdir_button]/quote.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.