MyBB Community Forums

Full Version: need help with quickedit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello,
im new here...
i need help with quickedit....
i want to disble the quickedit and use the orginal(full edit) when i press the edit button.

how i do it?
thx, Bizli Smile
Why do you want to disable the quick edit functionality of MyBB? Clicking twice is too hard?
Thats not very helpful is it Tikitiki? Toungue


Go to

Admin CP > Templates > Modify / Delete > Expand Your Theme > Post Bit Templates > PostBit_Edit

Remove the following

<script type="text/javascript">
	document.write('<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>');
	new PopupMenu("edit_post_{$post['pid']}");
</script>

This will stop the javascript popup window, and go straight into editing the post