user_nodes_filter_condition

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 user_nodes.naml
128
129
130
131
132
133
134
135
136
<macro name="user_nodes_filter_condition" requires="user_page">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.equal
Binary
Namespace: BasicNamespace
Parameters: value2, value1
 value1="[n.user_nodes_filter
Macro
/]" value2="apps_only">
        <then.page_user
Binary
Namespace: UserPageNamespace
Parameters: do
.app_filter
Binary
Namespace: UserNamespace
/>
        <else.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.equal
Binary
Namespace: BasicNamespace
Parameters: value2, value1
 value1="[n.user_nodes_filter
Macro
/]" value2="topics_only">
            <then.page_user
Binary
Namespace: UserPageNamespace
Parameters: do
.topic_filter
Binary
Namespace: UserNamespace
/>
            <else.null
Binary
Namespace: BasicNamespace
/>
        </else.if.equal>
    </n.if.equal>
</macro>