user_nodes_pagination

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 user_nodes.naml
138
139
140
141
142
143
144
145
146
147
148
149
<macro name="user_nodes_pagination" requires="user_page">
    <n.paging
Binary
Namespace: NabbleNamespace
Parameters: rows_per_page, total_rows, do, current_row
.
        total_rows="[n.user_nodes_count
Macro
Requires: user_page
/]"
        current_row="[n.user_nodes_index_record
Macro
/]"
        rows_per_page="[n.user_nodes_length
Macro
/]"
    >
        <n.generic_paging
Macro
Requires: paging
Parameters: margin, url
>
            <margin>.55em .2em</margin>
            <url><n.page_user
Binary
Namespace: UserPageNamespace
Parameters: do
.path
Macro
Requires: user
Parameters: filter, index_record
 index_record="[n.page_row
Binary
Namespace: Page
Parameters: do
/]" filter="[n.user_nodes_filter
Macro
/]"/></url>
        </n.generic_paging>
    </n.paging.>
</macro>