@KienVHT Xen 2 thì bạn tìm template
message_macros, sau đó tìm đoạn:
PHP:
<xf:macro name="signature" arg-user="!">
<xf:if is="$xf.visitor.Option.content_show_signature AND $user.Profile.signature">
<xf:if contentcheck="true">
<aside class="message-signature">
<xf:contentcheck>
{{ bb_code($user.Profile.signature, 'user:signature', $user) }}
</xf:contentcheck>
</aside>
</xf:if>
</xf:if>
</xf:macro>
Sửa lại thành:
PHP:
<xf:macro name="signature" arg-user="!">
<xf:if is="$xf.visitor.Option.content_show_signature">
<xf:if contentcheck="true">
<aside class="message-signature">
<xf:contentcheck>
Xin chào <xf:username user="$user"defaultname="{$fallbackName}" />
</xf:contentcheck>
</aside>
</xf:if>
</xf:if>
</xf:macro>
Có thể sửa chữ "Xin chào" bằng câu bạn muốn. Lưu ý 1 tí:
1./ Dòng này nghĩa là "Khách có thể xem chữ ký" và user có thiết lập chữ ký
Mã:
<xf:if is="$xf.visitor.Option.content_show_signature AND $user.Profile.signature">
Nên nếu bạn thiết lập ko cho khách xem chữ ký thì nó cũng ko hiện
2./ Code mình sửa đã bỏ tùy chọn hiển thị khi user đặt chữ ký, nên nếu user đặt chữ ký thì nó ra 2 dòng