search_result_post_subject

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
108
109
110
111
112
<macro name="search_result_post_subject" requires="node,search">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.regex_matches
Macro
Parameters: pattern, text
 pattern=".*[n.regex_quote
Binary
Namespace: BasicNamespace
Parameters: string
.topic_node
Binary
Namespace: NodeNamespace
Parameters: do
.subject
Macro
Requires: node
/]" text="[n.subject
Macro
Requires: node
/]">
        <then>&nbsp; (<n.highlight
Binary
Namespace: SearchNamespace
Parameters: text
.subject
Macro
Requires: node
/>)</then>
    </n.if.not.regex_matches>
</macro>