MyBB Community Forums

Full Version: Remove quote button from post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
please guide me how to remove quote button from post?
thank you.
From postbit and postbit_classic templates, remove the following code;
{$post['button_quote']}

Or if you mean Multiquote, then remove the following;
{$post['button_multiquote']}