post_count_column

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 columns.naml
39
40
41
42
43
44
45
46
47
48
49
50
<macro name="post_count_column" parameters="title,width">
    <n.table_column
Macro
Parameters: head, body
>
        <head>
            <td class="[n.column_default_border
Macro
/] post_count_column nowrap" align="center" style="[n.width_style
Macro
Parameters: width
.width/]">
                <n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to="[t]Posts[/t]"><n.title/></n.default.>
            </td>
        </head>
        <body>
            <td class="weak-color [n.column_default_border
Macro
/]" align="center"><n.current_node
Binary
Namespace: NodeList
Parameters: do
.post_count
Binary
Namespace: NodeNamespace
/></td>
        </body>
    </n.table_column>
</macro>