Is there a way to change the Reply button in the message to Reply with Quote button? I like the quick reply but some are getting confused with it turned on.
all posts on showthread page have
quote post button (
![[Image: postbit_quote.gif]](https://camo.mybb.com/81e310922fdca095fb8540b40477c75b1f2838ed/687474703a2f2f636f6d6d756e6974792e6d7962622e636f6d2f696d616765732f656e676c6973682f706f73746269745f71756f74652e676966)
) and if it is used to reply then the post gets quoted ..
to disable that quote , browse to :
admin panel --> templates --> your theme's templates --> New Reply Templates --> newreply
find code similar to below
<textarea id="message" name="message" rows="20" cols="70" tabindex="2" >{$message}</textarea>
change to below code and save the template
<textarea id="message" name="message" rows="20" cols="70" tabindex="2" ></textarea>
I should be able to possibly make my own button that says Reply w/Quote and put it in the current ones place? I was getting confused myself, I think I got it.