[ZB Code] Signature Rules - Hiển thị quy đinh khi đặt chữ kí

[Mr.P]

New member
Preview:
5e7dbffcb61bf48f97ca9fed41ab6c0fb9a4c89c0ac7a19c6d450f823f92b7416g.jpg


Tác giả: Viral
Miêu tả về code: Khi đặt code này vào, khi các thành viên click vào thay đổi chữ kí, nó sẽ hiện lên dòng quy định khi đặt chữ kí, click vào nó sẽ mất, hiện thị phần đặt chữ kí.

Đặt code tại AdminCP -> Theme -> Boards Template -> Below The Boards
Mã:
<script>
// Signature Rules by Viral
rules="Code test bởi Mr.P";
if(location.href.match('home')){
texty=document.getElementsByTagName('textarea')[0];
reload=texty.innerHTML;
texty.innerHTML=rules;
texty.onfocus=function(){texty.innerHTML=reload;}
}
</script>
Các bạn chỉnh sửa nội dung quy định tại: rules="Code test bởi Mr.P";
 
Back
Top