Welcome Guest [Log In] [Register]



Add Reply
Change "User(s) Active..." text; another one I did by request
Topic Started: Jun 29 2006, 09:07 PM (268 Views)
ari_aaron
Member Avatar
1a4
Root Administrator
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

My msn: Posted Image
Posted Image
If anyone wants GMail or Windows Live Messenger invites, PM me!
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · InvisionFree Scripts · Next Topic »
Add Reply


Theme designed by Sith of Outline