post_subject

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "post_subject".
... in post_subject.naml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<override_macro name="post_subject" parameters="separator" requires="node">
    <n.set_var. name='parent_subject'>
        <n.if.has_parent>
            <then.parent_node.subject/>
        </n.if.has_parent>
    </n.set_var.>
    <n.if.not.ends_with text="[n.subject/]" suffix="[n.var name='parent_subject'/]">
        <then>
               <n.set_var. name="value"><n.subject/></n.set_var.>
                <n.set_var. name="value1"><n.subject/></n.set_var.>
               <n.if.contains_substring string="[n.var name='value1'/]" substring=" ¬n¬">
                <then>
                   <n.set_var. name="value"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/icone_new.gif" />&nbsp;<n.jsm_limpamark_new texto="[n.var name='value1'/]" /></n.set_var.>
                </then>
           </n.if.contains_substring>
           <n.if.contains_substring string="[n.var name='value1'/]" substring=" ¬¢¬">
                <then>
                    <n.set_var. name="value"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/success.png" />&nbsp;<n.jsm_limpamark_chkfull texto="[n.var name='value1'/]" /></n.set_var.>
                </then>
           </n.if.contains_substring>    
           <n.if.contains_substring string="[n.var name='value1'/]" substring=" ¬.¬">
                <then>
                 <n.set_var. name="value"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconmark.png" />&nbsp;<n.jsm_limpamark_chknormal texto="[n.var name='value1'/]" /></n.set_var.>
                </then>
           </n.if.contains_substring>
            <n.if.contains_substring string="[n.var name='value1'/]" substring=" ¬h¬">
              <then>
                   <n.set_var. name="value"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconehelp.png" />&nbsp;<n.jsm_limpamark_chkhelp texto="[n.var name='value'/]" /></n.set_var.>
              </then>
              </n.if.contains_substring>
                <n.if.contains_substring string="[n.var name='value1'/]" substring=" ¬e¬">
              <then>
                   <n.set_var. name="value"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconexclama.png" />&nbsp;<n.jsm_limpamark_chkexclama texto="[n.var name='value'/]" /></n.set_var.>
              </then>
              </n.if.contains_substring>
               <n.if.contains_substring string="[n.var name='value1'/]" substring=" ¬a¬">
              <then>
                   <n.set_var. name="value"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconadmin.png" />&nbsp;<n.jsm_limpamark_chkadm texto="[n.var name='value'/]" /></n.set_var.>
              </then>
              </n.if.contains_substring>
           <span class="post-subject adbayes-content"><n.var name='value'/><n.hide_null.separator/></span>
        </then>
    </n.if.not.ends_with>
</override_macro>
Overrides default macro
... in topic.naml
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
<macro name="post_subject" parameters="separator" requires="node">
    <n.set_var. name='parent_subject'>
        <n.if.has_parent>
            <then.parent_node.subject/>
        </n.if.has_parent>
    </n.set_var.>
    <n.if.not.ends_with text="[n.subject/]" suffix="[n.var name='parent_subject'/]">
        <then>
            <span class="post-subject adbayes-content"><n.subject/> <n.hide_null.separator/></span>
        </then>
    </n.if.not.ends_with>
</macro>