1 [Code] Đăng nhập trước khi xem forum. Sun Nov 11, 2012 11:44 am
Admin
Trùm Forum
Thấy các bạn cũng hỏi nhiều về cái này nên mạo muội lập topic chia sẻ đoạn script
Thay forumbạn bằng link của forum.
Chèn Script này vào footer hay header tùy bạn.
Tốt nhất cho vào cuối footer.
Nhớ vote nếu làm được...[You must be registered and logged in to see this image.]
- Code:
<!-- BEGIN switch_user_logged_out -->
<script type="text/javascript">
x=document.URL;
if
(x !="http://forumbạn/login" &&
x!="http://forumbạn/profile.forum?mode=register" &&
x!="http://forumbạn/register?agreed=true&step=2")
{
window.location.replace("http://forumbạn/login");}
</script>
<!-- END switch_user_logged_out -->
Thay forumbạn bằng link của forum.
Chèn Script này vào footer hay header tùy bạn.
Tốt nhất cho vào cuối footer.
Nhớ vote nếu làm được...[You must be registered and logged in to see this image.]