unsubscribe_by_code_url

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 unsubscribe.naml
62
63
64
65
66
67
68
69
<macro name="unsubscribe_by_code_url" requires="subscription">
    <n.remove_spaces
Macro
Parameters: text
.>
        <n.base_url
Binary
Namespace: NabbleNamespace
/>
        <n.encode_url
Macro
Parameters: text
.>
            /template/NamlServlet.jtp?macro=unsubscribe_by_code&node=<n.node
Binary
Namespace: SubscriptionNamespace
Parameters: do
.id
Binary
Namespace: NodeNamespace
/>&code=<n.subscription_code
Binary
Namespace: SubscriptionNamespace
/>
        </n.encode_url.>
    </n.remove_spaces.>
</macro>