topic_controls_right

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
tag 'mailing_list_etiquette' is not an allowed here, only these are allowed: [bottom, page_name, focus]
  in new_post(custom_tweak:reply:2) - <n.new_post>
  in (custom_tweak:reply:1) - <override_macro name="reply" requires="servlet">
   Usages of this macro
... in social_facebook_like.naml
19
20
21
22
<override_macro name="topic_controls_right" requires="forum_topic_namespace">
    <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.facebook_like_button
Macro
Requires: node
/>
    <n.overridden/>
</override_macro>
Overrides default macro
... in topic.naml
1241
1242
1243
1244
1245
1246
1247
<macro name="topic_controls_right" requires="forum_topic_namespace">
    <n.pin_icon
Macro
/>
    <n.lock_icon
Macro
/>
    <n.message_count
Macro
/>
    <img src="/images/gear.png" class="image16" alt="[t]Options[/t]"/>
    <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.topic_dropdown
Macro
Requires: node
/>
</macro>