|
Post by Simpsons Rule on Jan 27, 2004 8:08:56 GMT -5
This script will give you a constant Guest number in your Info Center at the bottom of your Board. It goes in your Main Footer. Edit the number to change the amount of Guests:
<script> var TD=document.getElementsByTagName('TD') for(tx=0; tx<TD.length; tx++){ if(TD[tx].innerText=="Users Online"){ TD[tx+3].innerHTML = TD[tx+3].innerHTML.replace(/\d+ Guests/,"50 Guests") }} </script>#nosmileys
|
|