search_result_row

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 search.naml
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<macro name="search_result_row" requires="node,search">
    <div style="margin-bottom:1.5em">
        <div style="margin-bottom:.2em" class="adbayes-content">
            <n.search_result_topic_subject
Macro
Requires: node, search
/>
            <n.search_result_post_subject
Macro
Requires: node, search
/>
        </div>
 
        <div style="margin-bottom:.2em" class="adbayes-content">
            <n.search_result_message_fragment
Macro
Requires: node, search
/>
        </div>
 
        <div class="weak-color" style="font-size:80%">
            <n.search_result_in_app
Macro
Requires: node, search
/>
            <n.search_result_on_date
Macro
Requires: node, search
/>
            <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.is_author_search
Macro
>
                <then>
                    by <n.owner
Binary
Namespace: NodeNamespace
Parameters: do
.user_link
Macro
Requires: user
Parameters: title, class
/>
                </then>
            </n.if.not.is_author_search>
            &mdash; <n.topic_node
Binary
Namespace: NodeNamespace
Parameters: do
.replies
Binary
Namespace: NodeNamespace
/> replies in thread
        </div>
    </div>
</macro>