Allow admin to delete topic/post on the site

How can I ensure that only admins have the ability to delete topic/post on the site, and that even the topic creator must not have the option to delete their own topic

Hi @Jaskaran

You can check max_post_deletions_per_day in your site settings. Setting this to 0 will prevent regular users from deleting posts. Note that moderators and administrators can always delete posts.

Thank you, for your help and taking the time to assist. It’s much appreciated!