case_author_search

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
262
263
264
265
266
<macro name="case_author_search" requires="search" dot_parameter="do">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.is_author_search
Macro
>
        <then><n.do/></then>
    </n.if.is_author_search>
</macro>