Quote:
Originally Posted by kh99
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 [DATE]1313602314[/DATE] at [TIME]1313602314[/TIME] ---------------
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>