Nếu muốn ẩn reply with quote ở bài viết đầu tiên trong chủ đề bạn làm như sau
Vào template post tìm
Thay bằng
Lưu lại là xong
Chúc các bạn thành công!
Vào template post tìm
Code:
<xen:if is="{$canReply}">
<a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}" data-postUrl="{xen:link posts/quote, $post}" class="ReplyQuote item control reply" title="{xen:phrase reply_quoting_this_message}"><span></span>{xen:phrase reply}</a>
</xen:if>
Code:
<xen:if is="{$post.position}!=0">
<xen:if is="{$canReply}">
<a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}" data-postUrl="{xen:link posts/quote, $post}" class="ReplyQuote item control reply" title="{xen:phrase reply_quoting_this_message}"><span></span>{xen:phrase reply}</a>
</xen:if>
</xen:if>
Chúc các bạn thành công!