search_paging

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 search.naml
423
424
425
426
427
428
429
430
<macro name="search_paging" dot_parameter="do">
    <n.paging
Binary
Namespace: NabbleNamespace
Parameters: rows_per_page, total_rows, do, current_row
        total_rows ="[n.total_posts
Binary
Namespace: SearchNamespace
/]"
        current_row="[n.search_page_index_record
Macro
/]"
        rows_per_page="[n.search_page_length
Macro
/]"
        do ="[n.do/]"
    />
</macro>