MyBB Community Forums

Full Version: Disable "Quick Edit" For All Users?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way I can disable quick edit for all users?

also,

Is there a way I can do it for all users except the admin?

Thanks!

Big Grin
hi foofighter.

go to: admincp> styles & templates> templates> your template> Post Bit Templates> postbit_edit>

and remove all the code. and use this code.

<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" class="main_button button_edit">Edit Post</a>
very useful info. Now when i click on edit , it opens direct full edit mode.