• ARCHIVES 
  • » :crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

Pages: 1

:crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

kish21
» n00b
FTalk Level: zero
9
0
1969-12-31

:crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

:crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....
Aziq_Red
» n00b
FTalk Level: zero
69
0
1969-12-31

Re: :crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

try this.. hope it will help you.. [url]http://theftalk.com/viewtopic.php?pid=2059696#p2059696[/url] give me some +repu yeah..

Last edited by Aziq_Red (2008-12-14 09:53:10)

kish21
» n00b
FTalk Level: zero
9
0
1969-12-31

Re: :crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

[spoiler]var content = "Never take someone for granted. Hold every person close to your heart because you might wake up one day and realize that you've lost a diamond while you were too busy collecting stones"; function twDisplayTW() {twDisplay('shoutouttxt',content,0);} loaded('shoutouttxt',twDisplayTW); var brk = '~'; // character to use for line break var resetTime = 0; // set to 0 to not reset or seconds to delay before reset // Typewriter Text Javascript // copyright 13th October, 2007 by Stephen Chapman // permission to use this Javascript on your web page is granted // provided that all of the code in this script (including these // comments) is used without any alteration // you can change the values above this notice to suit your requirements function twDisplay(id,content,num) {var delay = 140; if (num <= content.length) {var lt = content.substr(0,num); document.getElementById(id).innerHTML = lt.replace(RegExp(brk,'g'),'<br \/>'); num++; if (num > content.length) delay = resetTime * 1000;} else {document.getElementById(id).innerHTML = ''; num = 0;} if (delay > 0) setTimeout('twDisplay("'+id+'","'+content+'","'+num+'")',delay);} var pageLoaded = 0; window.onload = function() {pageLoaded = 1;}; function loaded(i,f) {if (document.getElementById && document.getElementById(i) != null) f(); else if (!pageLoaded) setTimeout('loaded(\''+i+'\','+f+')',100);}[/spoiler] sample like that???? then i paste it in mdia box??? when im wrong please coreect me thx
Aziq_Red
» n00b
FTalk Level: zero
69
0
1969-12-31

Re: :crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

you cannot paste it on your media box..

Last edited by Aziq_Red (2008-12-14 10:08:15)

kish21
» n00b
FTalk Level: zero
9
0
1969-12-31

Re: :crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

where??? how???? btw sorry for disturbing you
_micah
» FTalkAddict
FTalk Level: zero
526
0
1969-12-31

Re: :crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

^ create a js xtension... :thumbsup:
Aziq_Red
» n00b
FTalk Level: zero
69
0
1969-12-31

Re: :crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

you must make Extensions files.. try to refer this one.. [url]http://theftalk.com/t22027-Making-Extensions-Files.-%5BFriendster-Editing%5D.html[/url]
kish21
» n00b
FTalk Level: zero
9
0
1969-12-31

Re: :crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

sorry po magtatagalog ako keylangan po ba may nakalagay na sa shoutout mo????? or wala???
Aziq_Red
» n00b
FTalk Level: zero
69
0
1969-12-31

Re: :crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

[quote=kish21]sorry po magtatagalog ako keylangan po ba may nakalagay na sa shoutout mo????? or wala???[/quote] speak english ya.. did you forget the rules..
kish21
» n00b
FTalk Level: zero
9
0
1969-12-31

Re: :crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

when i have message in shoutout my code can't work??? or do i have to put or not???
Aziq_Red
» n00b
FTalk Level: zero
69
0
1969-12-31

Re: :crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

did you make js extension files?? you must make one..
empty person
» FTalker
FTalk Level: zero
242
0
1969-12-31

Re: :crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

[quote=kish21]:crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....[/quote] u mean this code.. [spoiler]var penyuberenang; try {penyuberenang = document.createElement("div");} catch (e) {penyuberenang = document.createElement("<div>");} penyuberenang.innerHTML = "<div align='center' id='tw'>do not insert any text here</div>"; penyuberenang.setAttribute("style","text-align:center;padding-top:10px"); document.getElementById("cpShoutoutBox").parentNode.appendChild(penyuberenang); var content = "YOUR MESSAGE HERE"; function twDisplayTW() {twDisplay('tw',content,0);} loaded('tw',twDisplayTW); var brk = '~'; // character to use for line break var resetTime = 0; // set to 0 to not reset or seconds to delay before reset // Typewriter Text Javascript // copyright 13th October, 2007 by Stephen Chapman // permission to use this Javascript on your web page is granted // provided that all of the code in this script (including these // comments) is used without any alteration // you can change the values above this notice to suit your requirements function twDisplay(id,content,num) {var delay = 140; if (num <= content.length) {var lt = content.substr(0,num); document.getElementById(id).innerHTML = lt.replace(RegExp(brk,'g'),'<br \/>'); num++; if (num > content.length) delay = resetTime * 1000;} else {document.getElementById(id).innerHTML = ''; num = 0;} if (delay > 0) setTimeout('twDisplay("'+id+'","'+content+'","'+num+'")',delay);} var pageLoaded = 0; window.onload = function() {pageLoaded = 1;}; function loaded(i,f) {if (document.getElementById && document.getElementById(i) != null) f(); else if (!pageLoaded) setTimeout('loaded(\''+i+'\','+f+')',100);}[/spoiler]

Last edited by empty person (2008-12-14 23:49:54)

  • ARCHIVES 
  • » :crybaby::crybaby::crybaby::crybaby::crybaby::crybaby: can anybody gimme a full code for typewriter shoutout thx THX newbie.....

Pages: 1

Board footer

© 2024 F Talk

Current time is 01:46

[ 11 queries - 0.020 second ]
Privacy Policy