topics_table_columns

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:menu_post_by_email:1) - <override_macro name="menu_post_by_email" requires="node">
   Usages of this macro
... in view_topics.naml
30
31
32
33
34
35
36
37
<macro name="topics_table_columns" requires="app_namespace">
    <n.pin_column
Macro
/>
    <n.topics_column
Macro
Parameters: width, count, title
 count="[n.app_topic_count
Macro
Requires: node_page, servlet
/]"/>
    <n.replies_column
Macro
Parameters: width, title
/>
    <n.last_post_column
Macro
Parameters: width, white_space, title
 white_space="nowrap"/>
    <n.views_column
Macro
Parameters: title
/>
    <n.subapp_column
Macro
Parameters: width, title
/>
</macro>