MyBB Community Forums

Full Version: Post editing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi i want to remove quick edit.
i want when i press edit then not the two option are shown. And i directly go to ful edit page
And is there any plugins if i mods are move delete user thread then auto send pms to the user

I got a plugin but its too old i use mybb 16.9
mods.mybb.com/view/automatic-pm-move-rename-delete
give me new one
You have to edit your postbit_edit template (Admin CP -> Templates & Style -> Templates -> *your theme's templates* -> Post Bit Templates -> postbit_edit).

You will need to delete this code:

<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
	if(use_xmlhttprequest == "1")
	{
		new PopupMenu("edit_post_{$post['pid']}");
	}
// -->
</script>