MyBB Community Forums

Full Version: How to Disable Quick Reply in Locked Thread to Admin, Super moderator and
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to Disable Quick Reply in Locked Thread to Admin, Super moderator and Moderator from being able to post a reply to a locked thread?

Advance thanks for the help.. 

UP.. UP.. UP..
UP.. UP.. UP..
Just remove the permissions for it..
Either try to tweak with the quick reply configuration, no idea if it has an option to give permission to certain groups... too lazy to check that now.
Probably a better way, but with template conditionals you could only allow quick reply for open threads.

Put this around the code around your templates > show thread > showthread_quickreply.
<if $thread['closed'] == 0 then></if>
It should be inside showthread template, not showtread_quickreply.

Anyway works fine, thank!