Also another update.
For those that want to have the quick reply button automatically quote without having to click the "quote message in reply" check box.
PHP Code:
In The SHOWTHREAD template
FIND
<label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label>
REPLACE it with
<label for="qr_quickreply"><input type="checkbox" checked="checked" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label>