View Full Version: Change "User(s) Active..." text

All Mod GMC > InvisionFree Scripts > Change "User(s) Active..." text



Title: Change "User(s) Active..." text
Description: another one I did by request


ari_aaron - June 30, 2006 02:07 AM (GMT)
Here is a code to change the "1 user(s) active in the past 15 minutes" thing at the bottom of the board:
QUOTE

<script>
/*
Change "User(s) Active..." Text
©2006 by ari_aaron
*/
ntext="user(s) are on the forum!"
tnum=document.getElementsByTagName('table').length
text=document.getElementsByTagName('table')[tnum-1].rows[0].cells[0].innerHTML
text=text.replace('user(s) active in the past 15 minutes',ntext)
document.getElementsByTagName('table')[tnum-1].rows[0].cells[0].innerHTML=text
</script>


Replace the blue text with what you want the text to be, and if you use tables in your footer (affiliate codes etc.), you will have to add on to the green number (try 1 at a time, until it works).


Origanal Request: http://s9.invisionfree.com/iFusion/index.php?showtopic=9478




Hosted for free by InvisionFree