post_count

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_count".
... in post_count.naml
1
2
3
4
<override_macro name="post_count" requires="user">
    <div class="post-count[n.user_tag_id/] avatar-label weak-color" style="font-size: .61em;font-family: sans-serif;"></div>
    <n.call_later value="[n.id/]" param="postCount"/>
</override_macro>
Overrides default macro
... in topic.naml
596
597
598
599
<macro name="post_count" requires="user">
    <div class="post-count[n.user_tag_id/] avatar-label weak-color"></div>
    <n.call_later value="[n.id/]" param="postCount"/>
</macro>