1 [TUT] Ẩn code, video, flash, hình ảnh, liên kết Tue Nov 13, 2012 8:27 am
Admin
Trùm Forum
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:
Quản lý tổ thể - Categories and forums - Permissions - Trình điều khiển phân quyền cho forum: [You must be registered and logged in to see this image.]
Templates - Overall_Header
Thêm vào bên dưới thư viện jQuery;
Nguồn : [You must be registered and logged in to see this link.]
p/s: Bài này đăng vào ngày Sun May 15, 2011 \\m/
Demo:
- Code:
http://www.baivong.tk/t1270-topic
Quản lý tổ thể - Categories and forums - Permissions - Trình điều khiển phân quyền cho forum: [You must be registered and logged in to see this image.]
- 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 -->
Viết bởi baivong.tk
Nguồn : [You must be registered and logged in to see this link.]
p/s: Bài này đăng vào ngày Sun May 15, 2011 \\m/