Tác dụng của code này là ẩn nội dung đối với khách viếng thăm, cùng với lời nhắc đăng ký thành viên bằng Tiếng Việt.
Demo:
Code:
Để sử dụng code ẩn ảnh và liên kết thì bạn phải tắt chức năng này trong forum:
Quản lý tổ thể - Categories and forums - Permissions - Trình điều khiển phân quyền cho forum:
See images in the messages : Tất cả
See links in the messages : Tất cả
Templates - Overall_Header
Thêm vào bên dưới thư viện jQuery;
Code:
...bằng code này:
Code:
Demo:
Code:
- Code:
http://www.baivong.tk/t1270-topic
Để sử dụng code ẩn ảnh và liên kết thì bạn phải tắt chức năng này trong forum:
Quản lý tổ thể - Categories and forums - Permissions - Trình điều khiển phân quyền cho forum:
See images in the messages : Tất cả
See links in the messages : Tất cả
Templates - Overall_Header
Thêm vào bên dưới thư viện jQuery;
Code:
- Code:
<script src="{JQUERY_PATH}" type="text/javascript"></script>
...bằng code này:
Code:
- Code:
<!-- BEGIN switch_user_logged_out -->
<script type="text/javascript" charset="utf-8">
$(function() {
jQuery('<p><font color="red">Bạn cần <a class="bvmedia" href="/profile.forum?mode=register"><input value="đăng kí" type="button"/></a> thành viên để xem được nội dung này.</font></p>').insertBefore("div.postbody embed,div.postbody img,.cont_code,div.postbody a:not(.bvmedia)");
jQuery("div.postbody embed,div.postbody img:not(.bvmedia),div.postbody #bvvi, div.cont_code,div.postbody a:not(.bvmedia)").remove();
});
</script>
<!-- END switch_user_logged_out -->