Re: Avoid deleting messages when unsubscribing
Posted by forovalencia on
URL: https://support.nabble.com/Avoid-deleting-messages-when-unsubscribing-tp7601944p7601970.html
Thanks, I could do it with the following modification of the macro can_delete
<override_macro name="can_delete" requires="user" dot_parameter="node_attr">
<n.both condition1="[n.not.is_banned/]" condition2="[n.is_site_admin/]"/>
</override_macro>
regards