open template postbit_legacy (if it doesnt work try postbit template)
Find:
PHP Code:
<if condition="$post['replylink']">
<a href="$post[replylink]"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
After, add:
PHP Code:
<if condition="$post['replylink']">
<a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$post[postid]"><img src="$stylevar[imgdir_button]/reply_small.gif" alt="Reply" border="0" /></a>
</if>