Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 9, 2005 21:18:14 GMT
Global FooterThis should Hide your instant Messenger Screen-names from Guests. <script type="text/javascript"> <!-- /* hide im from guests by ross 101support.proboards43.com */
var td=document.getElementsByTagName("td"); if(pb_username == 'Guest') { var a = document.getElementsByTagName("a"); for(e=0; e<a.length; e++) { if(a[e].href.match(/(icq|aim|edit.yahoo)/)) { a[e].href = ""; } } if(document.location.href.match(/action=viewprofile/)) { for(j=0; j<td.length; j++) { if(td[j].innerHTML.match(/(Instant Messengers|Aim:|MSN:|YIM:|ICQ)/) && (td[j].width.match(/25%/) || td[j].colSpan=="2") { td[j].parentNode.style.display="none"; } } } } //--> </script>
|
|