topic_page_number

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
1349
1350
1351
1352
1353
1354
1355
1356
1357
<macro name="topic_page_number" requires="servlet">
    <n.paging
Binary
Namespace: NabbleNamespace
Parameters: rows_per_page, total_rows, do, current_row
.
        total_rows="0"
        current_row="[n.classic_index_record
Macro
Requires: servlet
/]"
        rows_per_page="[n.classic_rows_per_page
Macro
/]"
    >
        <n.current_page_number
Binary
Namespace: PagingNamespace
/>
    </n.paging.>
</macro>