MyBB Community Forums

Full Version: Select Which groups can delete threads?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like it if you can select which user group can "Delete" stuff,

On my forum we use a junk tool instead, but sometimes mods delete threads by accident.

It would be nice to remove the Delete option completely for them.

I have installed this for now, http://mods.mybb.com/view/undo-delete

But it would be nice to make Delete Posts/Threads optional in the Moderator Tools

I'm sure other forums use the Junk feature as well/ would like this function.
Just go to the following templates and remove the codes.

Template: "forumdisplay_inlinemoderation"
Remove:
<option value="multideletethreads">{$lang->delete_threads}</option>

Template: "showthread_inlinemoderation"
Remove:
<option value="multideleteposts">{$lang->inline_delete_posts}</option>

Template: "showthread_moderationoptions"
Remove:
<option value="deletethread">{$lang->delete_thread}</option>
and:
<option value="deleteposts">{$lang->delete_posts}</option>

Note that this will permanently vanish delete threads and post for all of your usergroups throughout the board.
That's fine with me, Thanks. I'll just comment out the original ones.
When you assign a user/group as a moderator to a forum, you can choose which actions they can and cannot perform. I'm not aware of any super moderator permissions.