MyBB Community Forums

Full Version: Auto Quote
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]) 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.