Please or Register to create posts and topics.

Is it possible to hide the DELETE button for topics?

This one. I inadvertently deleted the whole topic the other day when thinking I was just deleting the test post I’d just made.  Oops!

No biggie if it had all been my own posting, but it wasn’t. Fortunately the author had kept a word copy of what was an extensive report.

I don’t see that my forum needs that, just the one for deleting one’s own post.

 

 

Uploaded files:
  • delete.jpg

Need a “basket”.
Our moderator also accidentally deleted the topic. 🙁

That would work.. It is too easy to do accidentally.

Hello @nemo

You can add the following code to Forum – Appearance – Custom CSS to hide the delete-button for topics:

.forum-menu .button-red {
    display: none !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!