topic_rows

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 topic.naml
110
111
112
113
114
115
116
117
118
119
<macro name="topic_rows" requires="node,forum_topic_namespace,classic_view_namespace">
    <n.post_list
Binary
Namespace: NodeNamespace
Parameters: length, start, sort, do
.
        sort="date-ascending"
        start="[n.classic_index_record
Macro
Requires: servlet
/]"
        length="[n.classic_rows_per_page
Macro
/]"
    >
        <n.preload_messages
Binary
Namespace: NodeList
/>
        <n.loop
Macro
Requires: sequence
Parameters: by, do
.classic_row
Macro
Requires: node_list
/>
    </n.post_list.>
</macro>