inherit
153157
0
Mar 21, 2011 18:57:13 GMT -8
l1sterofsmeg
4
March 2010
l1sterofsmeg
|
Post by l1sterofsmeg on Mar 30, 2010 14:27:58 GMT -8
Howdy ;D
Id like my news fader to show the live total number of members
And read: We Now Have --- Members!
Would someone be so kinds as to help me with a code?
Id allso like to be able to edit the text size if possable?
Thanks L1STERofSMEG
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Mar 31, 2010 14:09:20 GMT -8
Howdy ;D Id like my news fader to show the live total number of members And read: We Now Have --- Members! Would someone be so kinds as to help me with a code? Id allso like to be able to edit the text size if possable? Thanks L1STERofSMEG Hi, MAIN FOOTER:<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>
|
|
inherit
153157
0
Mar 21, 2011 18:57:13 GMT -8
l1sterofsmeg
4
March 2010
l1sterofsmeg
|
Post by l1sterofsmeg on Apr 1, 2010 13:07:41 GMT -8
ahhhhh nice one thank you verry much ;D Sorry to be a pain in the arse but I still need help
I cant suss out how to edit the text, iv tryed adding
<font size="4"><FONT COLOR="FFFFFF">We Now Have </font>
and
<font size="4"><FONT COLOR="FFFFFF"> Members!</font>
but I cant get it to work (id like the "number" to stay the same colour)
iv allso tryed adding ubbc to the text with no joy
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Apr 1, 2010 20:32:48 GMT -8
use single quotes in your HTML '
|
|
mrkek
New Member
Posts: 11
inherit
158845
0
Sept 30, 2013 23:53:32 GMT -8
mrkek
11
September 2010
mrkek
|
Post by mrkek on Oct 26, 2010 21:38:32 GMT -8
Anyway to make this the second message instead of the last?
|
|