forum_footer

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 utilities.naml
147
148
149
150
151
152
153
154
155
156
157
158
<macro name="forum_footer">
    <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.>
        <div id="forum-footer" class="forum-footer nowrap">
            <img src="/images/feeds.png" width="16" height="16" align="absmiddle" alt="feeds"/>
            <n.feeds_link
Macro
Requires: node
Parameters: text, title, class
/>
            <span class="weak-color" style="padding-left:.5em">|</span>
            <t>Created by <t.author.owner
Binary
Namespace: NodeNamespace
Parameters: do
.avatar_and_link
Macro
Requires: user
/></t>
            <span class="weak-color" style="padding-left:.5em">|</span>
            <n.views
Macro
Requires: node
Parameters: show_text
 show_text="true"/>
        </div>
    </n.page_node.>
</macro>