How Can We Help?
< Back
You are here:
Print

How to disable the ability of users to edit/delete their own message?

You can now disable the edit and delete message buttons. To disable the editing/deleting of messages by non-admin users, here’s the code that you need to paste into the CSS box.

body:not(.moderator) .menu-wrap {
    display: none;
}
disable edit message

NOTE: Admins can still edit and delete messages.

Categories