message_with_signature

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
tag 'mailing_list_etiquette' is not an allowed here, only these are allowed: [bottom, page_name, focus]
  in new_post(custom_tweak:reply:2) - <n.new_post>
  in (custom_tweak:reply:1) - <override_macro name="reply" requires="servlet">
   Usages of this macro
... in message.naml
1
2
3
4
5
6
7
8
9
10
<macro name="message_with_signature" requires="node">
    <n.node_message_as_html
Macro
Requires: node
 />
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.both
Binary
Namespace: BasicNamespace
Parameters: condition1, condition2
 condition1="[n.owner
Binary
Namespace: NodeNamespace
Parameters: do
.has_signature
Binary
Namespace: UserNamespace
/]" condition2="[n.owner
Binary
Namespace: NodeNamespace
Parameters: do
.is_active
Macro
Requires: user
/]">
        <then>
            <div class="signature weak-color">
                <n.owner
Binary
Namespace: NodeNamespace
Parameters: do
.signature_as_html
Macro
Requires: user
/>
            </div>
        </then>
    </n.if.both>
</macro>