Chọn biểu tượng cảm xúc
{maccms:for start="1" end="50" } {/maccms:for}
Có thể nhập 200 kí tự
{maccms:comment num="5" paging="yes" order="desc" by="id"} {/maccms:comment}
{maccms:foreach name="__LIST__" id="vo"}
{$vo.comment_name}{$vo.comment_time|date='Y-m-d',###}

{$vo.comment_content|mac_em_replace}

{maccms:foreach name="$vo.sub" id="child"}
{$child.comment_name}{$vo.comment_time|date='Y-m-d',###}

{$child.comment_content|mac_em_replace}

{/maccms:foreach}
{/maccms:foreach}
{if condition="$__PAGING__.record_total>5"}
Tổng cộng {$__PAGING__.record_total}, trang hiện tại {$__PAGING__.page_current}/{$__PAGING__.page_total}
Trước {maccms:foreach name="$__PAGING__.page_num" id="num"} {if condition="$__PAGING__['page_current'] eq $num"} {$num} {else} {$num} {/if} {/maccms:foreach} Tiếp
{/if}