MyBB Community Forums

Full Version: Quick edit remove
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

Can anybody tell me how can i remove a quick edit , only a quick edit, i want just full edit.

Thanks
Ignore this.
Quick reply != quick edit.

You'll need to change your postbit_edit template to this:

<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}"><img src="{$theme['imglangdir']}/postbit_edit.gif" alt="{$lang->postbit_edit}" title="{$lang->postbit_edit}" /></a>
Sorry, totally miss-read :L Of course it's different Toungue