user_nodes_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
no macro found to override
  in (custom_tweak:save_post_by_email:1) - <override_macro name="save_post_by_email" requires="post_by_email" unindent="true">
   Usages of this macro
... in user_nodes.naml
151
152
153
154
155
156
157
158
159
<macro name="user_nodes_page_number" requires="servlet">
    <n.paging
Binary
Namespace: NabbleNamespace
Parameters: rows_per_page, total_rows, do, current_row
.
        total_rows="0"
        current_row="[n.user_nodes_index_record
Macro
/]"
        rows_per_page="[n.user_nodes_length
Macro
/]"
    >
        <n.current_page_number
Binary
Namespace: PagingNamespace
/>
    </n.paging.>
</macro>