MyBB Community Forums

Full Version: Quick Edit - Edit Reason Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I noticed strange issue in my forum. When user tries to quick edit a message, "edit reason" panel doesn't appear. This issue persists in default theme aswell, when I tested in MyBB community forums, here, I noticed that edit reason panel should appear.

When user goes with full edit, he can see edit reason panel there. Simply the issue is edit reason panel not appearing when user selects quick edit.  What might be causing this? What should I check?
check if {$post['input_editreason']} exists in your postbit templates
also check content of postbit_editreason template [GitHub link]
Hmm, it's indeed missing. I will use diff report to see where that "{$post['input_editreason']}" should be.

Yeah it's fixed, there were other stuff missing aswell like "{$post['poststatus']} ", any idea what this might be?
^ might have missed updating templates after upgrading MyBB version ..

{$post['poststatus']} shows notice of unapproved posts & soft deleted posts .. etc to Staff
(when post content is expanded)