Login  Register

anyone delete posts?

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

anyone delete posts?

yourrecoverylife
2 posts
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
| More
Print post
Permalink

Re: anyone delete posts?

Pedro
2557 posts
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.