• ARCHIVES 
  • » [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

[quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

missGirlie
» n00b
FTalk Level: zero
12
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

thx.. (:
missGirlie
» n00b
FTalk Level: zero
12
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

hey.. but,, what the code of panel buttons => send me a message, add me a comment, etc... please,, help me!! thx.. (:
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

here =) [quote]document.getElementById("controlPanelButtons").innerHTML= "<li><a href=\"/sendmessage.php?uid=USERID\">Send Message</a></li>"+ "<li><a href=\"/sendmessage.php?uid=USERID&action=sendsmile\">Send a Smile</a></li>"+ "<li><a href=\"/referafriend.php?refer=USERID\">Forward to Friend</a></li>"+ "<li><a href=\"/comments.php?uid=USERID\">Add Comment</a></li>"+ "<li><a href=\"http://www.friendster.com/usersearch.php?&usearch=USERID\">Add As Friend</a></li>"+ "<li><a href=\"/group/inviteone.php?uid=USERID\">Invite to Group</a></li>"+ "<li><a href=\"/bookmarks.php?action=add&uid=USERID\">Add Bookmark</a></li>";[/quote]

Last edited by dale (2007-08-15 08:08:32)

frans212
» FTalker
FTalk Level: zero
161
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

[quote=feruzz][b]First[/b] ---> put this code in your js file <">[b]Preview[/b] [url]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/url] [b]Code[/b] [quote]var getData; try { getData = getNodeObj("data",document.getElementById("content_controlpanel_1_1"),"UL")[0]; }catch(e) { getData = getNodeObj("<UL>"); } getData.innerHTML ="<li><span>[b]YOUR TEXT[/b]</span><br></li>"+ "<li><span>[b]YOUR TEXT[/b]</span><br></li>"+ "<li><span>[b]YOUR TEXT[/b]</span><br></li>"+ "<li><span>[b]YOUR TEXT[/b]</span><br></li>"+ "<li><span>[b]YOUR TEXT[/b]</span><br></li>"+ "<li><span>[b]YOUR TEXT[/b]</span><br></li>"+ "<li><span>[b]My URL:[/b] </span><a style=\"font-weight: normal;\" href=\"/[b]BLAHBLAH[/b]\">http://www.friendster.com/[b]BLAHBLAH[/b]</a><br/></li>";[/quote] you can also add a bullets....here's example [quote]var getData; try { getData = getNodeObj("data",document.getElementById("content_controlpanel_1_1"),"UL")[0]; }catch(e) { getData = getNodeObj("<UL>"); } getData.innerHTML ="<li><span><img src='[b]YOUR BULLET UR[/b]L'> YOUR TEXT</span><br></li>"+ "<li><span><img src='[b]YOUR BULLET URL[/b]'> YOUR TEXT</span><br></li>"+ "<li><span><img src='[b]YOUR BULLET URL[/b]'> YOUR TEXT</span><br></li>"+ "<li><span><img src='[b]YOUR BULLET URL[/b]'> YOUR TEXT</span><br></li>"+ "<li><span><img src='[b]YOUR BULLET URL[/b]'> YOUR TEXT</span><br></li>"+ "<li><span><img src='[b]YOUR BULLET URL[/b]'> YOUR TEXT</span><br></li>"+ "<li><span><img src='[b]YOUR BULLET URL[/b]'>My URL: </span><a style=\"font-weight: normal;\" href=\"/BLAHBLAH\">http://www.friendster.com/BLAHBLAH</a><br/></li>";[/quote] [b]Customized recent updates field names[/b] [b]Preview[/b] [url]http://img470.imageshack.us/img470/2330/customrupdateeg4.jpg[/url] [b]Code[/b] [quote]var getUTracker; try { getUTracker = getNodeObj("user_tracker",document.getElementById("content_controlpanel_1_1"),"DIV")[0]; }catch(e) { getUTracker = getNodeObj("<DIV>"); } getUTracker.innerHTML ="<ul><li><strong>My Recent Life:</strong>[<a style=\"margin: 0px; font-weight: normal;\" href=\"/editaccount.php#showTracker\"> visible to all </a>]<br></li>"+ "<li><a>create new account</a> - 20 years ago<br></li>"+ "<li><a>joined a Metal Band</a> - 40000 days ago<br></li>"+ "<li><a>posted at FTalk</a> - 5000 seconds ago<br></li>"+ "<li><a>updated my proffy</a> - 0.000001 minutes ago<br></li>"+ "<li><a>Buy a new car</a> - 10 years ago!!!</br></li></ul>";[/quote] [b]Customize More About Box --> Schools(Other):, Affiliations: etc...[/b] [b]Preview [/b] [url]http://img512.imageshack.us/img512/1431/moreaboutmv8.jpg[/url] [b]just start with [0][/b] [quote]getNodeObj("q",document.getElementById("content_moreabout_1_5"),"span")[0].innerHTML="YOUR TEXT OR IMAGE"; getNodeObj("q",document.getElementById("content_moreabout_1_5"),"span")[1].innerHTML="YOUR TEXT OR IMAGE"; getNodeObj("q",document.getElementById("content_moreabout_1_5"),"span")[2].innerHTML="YOUR TEXT OR IMAGE"; getNodeObj("q",document.getElementById("content_moreabout_1_5"),"span")[3].innerHTML="YOUR TEXT OR IMAGE"; getNodeObj("q",document.getElementById("content_moreabout_1_5"),"span")[4].innerHTML="YOUR TEXT OR IMAGE";[/quote] [b]To add a bullets[/b] example..... [quote]getNodeObj("q",document.getElementById("content_moreabout_1_5"),"span")[0].innerHTML="[b]<img src='YOUR BULLET URL'> YOUR TEXT OR IMAGE[/b]";[/quote] [b]Customize Subnav area[/b] [url]http://img147.imageshack.us/img147/4049/subnavos8.jpg[/url] [quote]//For "What's New" document.getElementById("subnav").getElementsByTagName("a")[0].innerHTML="YOUR TEXT" //For "Messages" document.getElementById("subnav").getElementsByTagName("a")[1].innerHTML="YOUR TEXT" //For "Settings" document.getElementById("subnav").getElementsByTagName("a")[2].innerHTML="YOUR TEXT" //For "Help" document.getElementById("subnav").getElementsByTagName("a")[3].innerHTML="YOUR TEXT" //For "Log Out" document.getElementById("subnav").getElementsByTagName("a")[4].innerHTML="YOUR TEXT"[/quote] save in JS extension// proceed here --> [url]http://theftalk.com/t2044-save-.js%28JavaScript%29-extension-customize-your-profile..html[/url][/quote] nice posting broo =) keep up the good attitude :D :D :D go ...........go..............go.......... :penguin: :penguin: :penguin:
missGirlie
» n00b
FTalk Level: zero
12
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

thx so much (: hmm... how's with: **the master header? hehehe.. ^^ sorry... thx before :)
Kira
» n00b
FTalk Level: zero
21
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

This is a nice code =) :thumbsup: Now i can fully customize my controlpanel Thanks bro :eh: :thumbsup:
shabo
» FTalkAddict
FTalk Level: zero
580
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

Somebody can help me????????????????? This code is not working..what's wrong? http://h1.ripway.com/shaboo/try.js Thx for sharing....
aryahn
» n00b
FTalk Level: zero
9
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

my codes wont work.....help me...i didnt understand..but i already change to js...hw?
eykalsyamim
» FTalkManiac
FTalk Level: zero
842
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

[quote=aryahn]my codes wont work.....help me...i didnt understand..but i already change to js...hw?[/quote] hye! Actually, which code did you used? I cant detect any error on your profile. :rolleyes:
aryahn
» n00b
FTalk Level: zero
9
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

i use the on top code...but it wont work..teach me...
shabo
» FTalkAddict
FTalk Level: zero
580
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

[b][/b]To Dale Thx for help me to fix the code :thumbsup: :thumbsup:
shinbi12105
» n00b
FTalk Level: zero
36
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

i liked thiz code but i think i have to work more on it .. and study how to edit it .. coz i can't understand what phrases i will edit. ... =)
eykalsyamim
» FTalkManiac
FTalk Level: zero
842
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

[quote=aryahn]i use the on top code...but it wont work..teach me...[/quote] on top code? What's that? huhu.. Sorry coz i'm too slow.. :crybaby:
miss
» n00b
FTalk Level: zero
34
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

nice c0des!! :thumbsup:
mckenthus
» FTalkGeek
FTalk Level: zero
1434
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

It's work.. thanx 4 d code :) :thumbsup:
s1ycks
» n00b
FTalk Level: zero
9
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

uhmmm....this code is working for me..but whenever i pasted it with my other code everything past this code won't work...and i don't even know why...but when i deleted this code all my codes are working again...is there any solution for this sir?
destro|crass
» n00b
FTalk Level: zero
6
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

Kewl, it frikin' works! Man, you people are Good at this! Kudos, Feruzz! =) :thumbsup:
'-mUmU doLL-'
» n00b
FTalk Level: zero
59
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

[align=center][color=#990099] this code works fine.. :D :thumbsup: :thumbsup: :thumbsup: tnxa lot!! [/color][/align]
alfonso
» n00b
FTalk Level: zero
75
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

where i gonna put this code??...kuya??
it's me wan!
» n00b
FTalk Level: zero
38
0
1969-12-31

Re: [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

[b]JS File..[/b] =)
  • ARCHIVES 
  • » [quote][b][color=red]Revision [Feb 21, 2009][/color][/b][/quote] [b]Screenshot[/b] [img]http://img508.imageshack.us/img508/5809/customfnameiw8.jpg[/img] [b]Code[/b] [quote](function(){ var a,b,c;

Board footer

© 2024 F Talk

Current time is 22:45

[ 12 queries - 0.044 second ]
Privacy Policy