|
Post by Bradley on Jun 16, 2005 21:14:52 GMT -5
This will hide profiles from guests.
Very Bottom of Headers
<div id="hidePro">
Very Top of Footers
</div> <script type="text/javascript"> <!-- var ttd = document.getElementsByTagName("td")[2]; if(ttd.innerHTML.match(/welcome guest./i) && ttd.innerHTML.match(/please/i)) { if(location.href.match(/=viewprofile&user=/)) { document.getElementById("hidePro").style.display="none"; document.write('<b'+'r /><b'+'r /><b'+'r /><d'+'iv align="center"><'+'b>Guest may not view profiles. <a'+' href="#" onclick="history.go(-1); return false;">Go back</a>.</'+'b></di'+'v><b'+'r /><b'+'r /><b'+'r />');}} //--> </script>
|
|