Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Aug 24, 2005 19:30:45 GMT
Main Footer Edit the green with the number of "fake" members you want to add. But be warned, don't add too many or it'll make your forum look a bit stupid and very inactive.
<script type="text/javascript"> <!-- /* adjust board member count by elindir */
//members to add var members=65;
var a = document.getElementsByTagName("a") for(i=0;i<a.length;i++) { if(a.href.match(/ion=members/) && a.parentNode.innerHTML.match(/Total Members:/i)) { var oldMem=a.innerHTML; members+=parseInt(oldMem.replace(',','')); a.innerHTML=members; } } //--> </script>
|
|
|
Post by yugiohwiz on Nov 1, 2005 1:55:50 GMT
Does Not Work
Yugiohwiz
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Nov 1, 2005 18:55:00 GMT
Recopy it
|
|
|
Post by yugiohwiz on Nov 1, 2005 19:21:55 GMT
Works Now Thanks!
Yugiohwiz
|
|
Richie
Veteran
^ Yes, That's me V_V
Posts: 624
|
Post by Richie on Nov 2, 2005 0:56:28 GMT
there's no green text. not a big thing, but thought i should point that out.
|
|
|
Post by ~•XyMiC•~ on Jan 12, 2006 23:32:06 GMT
lol, Nice code, Ross
|
|
ME!
Moderator
~Remanifesting-Eternal.~
Posts: 778
|
Post by ME! on Dec 3, 2006 14:08:10 GMT
forum url ? add the code in also
|
|