Re: Signatures Permission Group
Posted by
Pedro on
URL: https://support.nabble.com/Signatures-Permission-Group-tp7582239p7582276.html
The following line on the code, makes your forum only show signatures for the people in the group "Signature" , but this group name is also being used for the users with links in their signatures.
<n.if.owner.is_in_group group="Signature" >
So, you have to create another group for signatures in general. something like this:
<override_macro name="message_with_signature" requires="node">
<n.node_message_as_html />
<n.if.owner.is_in_group group="Have_Signature" >
<then> ...
In this group "Have_Signature", you would have to put every one who has a signature able to be shown.