Re: Signatures Permission Group
Posted by
Pedro on
URL: https://support.nabble.com/Signatures-Permission-Group-tp7582239p7582280.html
It is the same macro but the name of the group that will show the signatures is "Members". Note that everybody who is in the Signatures group should be in the Members group.
<override_macro name="message_with_signature" requires="node">
<n.node_message_as_html />
<n.if.owner.is_in_group group="Members" >
<then>
<n.if.both condition1="[n.owner.has_signature/]" condition2="[n.owner.is_active/]">
<then>
<div class="signature weak-color">
<n.owner.signature_as_html/>
</div>
</then>
</n.if.both>
</then>
</n.if.owner.is_in_group>
</override_macro>