Hỏi về tạo chữ ký mặc định cho thành viên mới đkí

dinhhai

MasterCorporal
Vào AdminCP mở template message. Sau đó tìm đoạn code :
Vnxf nói:
<xen:if is="{$visitor.content_show_signature} && {$message.signature}">
<div class="baseHtml signature ugc{xen:if $message.isIgnored, ' ignored'}"><aside>{xen:raw $message.signatureHtml}</aside></div>
</xen:if>
Sửa lại thành :
Vnxf nói:
<xen:if is="{$visitor.content_show_signature} && {$message.signature}">
<div class="baseHtml signature messageText ugc{xen:if $message.isIgnored, ' ignored'}"><aside>{xen:raw $message.signatureHtml}</aside></div>
<xen:else/>
<div class="baseHtml signature messageText ugc"><aside>Chữ ký mặc định viết ở phần này, muốn viết gì thì viết. Ok.</aside></div>
</xen:if>
Trong đó :
Chữ ký mặc định viết ở phần này, muốn viết gì thì viết. Ok.
Là chữ ký mặc định do bạn tạo . Bạn có thể sửa lại theo ý thích của mình nhé .
Chúc thành công !!
 
Nếu muốn chèn ảnh vào chữ ký thì làm thế nào bạn @2L.Ohayo ơi. Mình thêm đoạn code image mà không hiển thị được ảnh
 
Back
Top