|
Post by mrhotshotbillup on Jun 2, 2006 15:37:54 GMT -5
Code Creater: Mrhotshotbillup Code Name: Logout in Info Center Code Discription: This code adds simple text to the info center which allows you to logout. This is for people who hate scrolling to the top of forums lol.
<script> /*Copyright 2006 mrhotshotbillup.Do not repost or edit.*/ var TD = document.getElementsByTagName("TD") for(i=0;i<TD.length;i++){ if(TD[i].width=="40%" && TD[i].align=="left" && TD[i].vAlign=="top" && TD[i].innerHTML.match(/Total Members:/i)){ TD[i].innerHTML+="<br /><center><a href='index.cgi?action=logout'>Logout FORUM NAME HERE</center> }} </script>
Now in this code I WILL allow you to add text after logout. The only text that I will allow you to add however is your forum name. If I cacth someone chaning the entire text they will have a TOS filed on them.
Thank you and enjoy.
|
|