Thanks Vega, I tried those two suggestions but neither worked. I think they were intended to do something else.
HTML Code:
<if condition="$post['replylink']">
<if condition="THIS_SCRIPT == 'private'">
<a href="$post[replylink]&stripquote=1"><img src="$stylevar[imgdir_button]/reply_small.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
<else />
<a href="$post[replylink]"><img src="$stylevar[imgdir_button]/reply_small.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if></if>
I tried the code above but it uses stripquote=1. It didn't remove the quoted text when replying so not sure what it does.
Does anybody know the difference between "noquote=1" and "stripquote=1"?