anyone delete posts?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

anyone delete posts?

yourrecoverylife
can anyone that registers delete posts ? if so how do you stop that . I have many forums and only want myself to be able delete discussions
Reply | Threaded
Open this post in threaded view
|

Re: anyone delete posts?

Pedro
In the standard way, only the owner can delete his own post. If you want only admins to have this right, you should do this override:
<override_macro name="can_delete" requires="user" dot_parameter="node_attr">
    <n.is_site_admin/>
</override_macro>
Edit your can_delete macro.
My test forum.