Richie
Not New Member
^ Yes, That's My Fugly Face!
Posts: 35
Richie said 2 great things
|
Post by Richie on Apr 6, 2010 14:26:32 GMT -8
CB: Yes Location: Main FooterLive Preview: ClickyDescription: Adds The Text " We Now Have # Members!" To The End of the news fader text (it's the last message to show)! It was a request here: support.proboards.com/index.cgi?action=display&board=coderequests&thread=350167#3956781<script type="text/javascript"> /* Total Number Of Members In News Fader By Son Of Exodia - Main Footer */
if(typeof(fContent)!="undefined"){ var td=document.getElementsByTagName("td"); for(var tm=0;tm<td.length;tm++){ if(td[tm].width=="40%" && td[tm].align=="left" && td[tm].vAlign=="top" && td[tm].innerHTML.match("Total Members: ")){ fContent[fContent.length]="We Now Have "+td[tm].innerHTML.split("Total Members: ")[1].split(/<br/i)[0]+" Members!"; }}} </script>
|
|
|
Post by Wormopolis on Apr 6, 2010 14:40:13 GMT -8
Richie officially shows me some contribution love!
lemme set up a preview link for this and I can move it over.
|
|