FMVI
á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:
Để 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;
Demo:
- Code:
http://[url=http://www.baivong.tk/t1270-topic][You must be registered and logged in to see this link.]
Để 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:
<script src="{JQUERY_PATH}" type="text/javascript"></script>
- 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 -->