MyBB Community Forums

Full Version: Disable codes while posting a reply
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

i want to disable the codes that appear when you post a reply in the box...

i am attaching a image to explain it better

hope someone can pls help me in this...


thanks in advance[/font]
You're using this link: [Image: postbit_quote.gif] , instead you may use this: [Image: newreply.gif]

The [Image: postbit_quote.gif] is supposed to reply using the quotes.
thanks yaldaram.....but what to do when posting a new thread...any idea how to disable it there..
admin panel --> templates --> current 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>

remove {$message} from above code