Posted 12 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..