Members Only Homepage

DataMine
by DataMine · 4 posts
11 years ago in General
Posted 11 years ago · Author
This code will make your homepage only visible to people who are logged in:

Code
<script type="text/javascript">
if(document.getElementById("mininav-userarea-line2") && document.getElementById("mininav-userarea-line2").getElementsByTagName("a")[0]) {
if (document.getElementById("mininav-userarea-line2").getElementsByTagName('a')[0].innerHTML == "Member Login") {
alert('Please log in and come back.');
document.location.href = "http://www.imvu.com/catalog/login.php";
}
}
</script>


You can place it inside any of your panels.
Posted 11 years ago · Author
You're welcome. I haven't used it or ran it through thorough tests to see if you can bypass it though. A simple script blocker might work.
Posted 11 years ago
I suppose if someone is being sneaky and trying to see your page without being logged in, they'd have that, so let me check..

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT