reply

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 reply.naml
1
2
3
4
5
6
7
8
9
10
11
12
13
<macro name="reply" requires="servlet">
    <n.new_post
Macro
Requires: servlet
Parameters: bottom, page_name, focus
>
        <page_name>
            <t>Reply</t>
        </page_name>
        <focus>
            <n.message_field
Macro
Parameters: do
.focus
Macro
Requires: field
/>
        </focus>
        <bottom>
            <n.in_reply_to
Macro
/>
        </bottom>
    </n.new_post>
</macro>