• ARCHIVES 
  • » [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

[b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

pipito21
» FTalkManiac
FTalk Level: zero
751
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

[quote]function addMainBox (head,htm,id,bro_id) { var ul=document.getElementById("controlpanel_1_1").parentNode; var bro=document.getElementById(bro_id).parentNode; try { var li=document.createElement("li"); } catch(e) { var li=document.createElement("<li>"); } li.innerHTML= "<div id='"+id+"' class='commonbox "+id+"'>"+ "<h2>"+head+"</h2>"+ "<div id='content_"+id+"'>"+ "<div class='boxcontent'>"+ htm+ "</div>"+ "</div>"+ "</div>"; ul.parentNode.insertBefore(li,bro); }[/quote] i'll just save this as js? and den i'll have a randomized friends as mainbox? :paranoid:
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

[quote=feruzz]put at very top...example [quote]if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()}; function onProfileLoad() { [b]var htm="<div id='fcontainer'></div>"; addSideBar("Friends",htm,"frbox");[/b] //other side bar here[/quote] if you have groups box or Fan of Box just replace with this [quote]var htm="<div id='fcontainer'></div>"; addMainBox("Friends",htm,"frbox","groups_2_5");[/quote] or [quote]var htm="<div id='fcontainer'></div>"; addMainBox("Friends",htm,"frbox","fanof_2_4");[/quote] replace with this [quote]function addMainBox (head,htm,id,bro_id) { var ul=document.getElementById("[b]friends_2_2[/b]").parentNode; var bro=document.getElementById(bro_id).parentNode; try { var li=document.createElement("li"); } catch(e) { var li=document.createElement("<li>"); } li.innerHTML= "<div id='"+id+"' class='commonbox "+id+"'>"+ "<h2>"+head+"</h2>"+ "<div id='content_"+id+"'>"+ "<div class='boxcontent'>"+ htm+ "</div>"+ "</div>"+ "</div>"; ul.parentNode.insertBefore(li,bro); }[/quote] [/quote] help!!! :crybaby: it won't load on IE and firefox... only the frames... no pictures... huhuhu... =( error on page.... i don't have a group or fan box so what i did is just this... [quote]if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()}; function onProfileLoad() { var htm="<div id='fcontainer'></div>"; addSideBar("Friends",htm,"frbox"); //other side bar here[/quote] [quote]var htm="<div id='fcontainer'></div>"; addMainBox("Friends",htm,"frbox");[/quote] [quote]function addMainBox (head,htm,id,bro_id) { var ul=document.getElementById("friends_2_2").parentNode; var bro=document.getElementById(bro_id).parentNode; try { var li=document.createElement("li"); } catch(e) { var li=document.createElement("<li>"); } li.innerHTML= "<div id='"+id+"' class='commonbox "+id+"'>"+ "<h2>"+head+"</h2>"+ "<div id='content_"+id+"'>"+ "<div class='boxcontent'>"+ htm+ "</div>"+ "</div>"+ "</div>"; ul.parentNode.insertBefore(li,bro); }[/quote] :wallbash: :wallbash: :wallbash: [b]UPDATE:[/b] ups!! my bad!! :D forget about the whining hehehe!! [b]I Got It!![/b] =D just gonna adjust some css now so that there image position would be the same :eh: wish me luck!! hehehe Thanx to you guys!! =) :thumbsup: [b]UPDATE:[/b] I'm done!! :crybaby: <-- tears of joy also hehehe... Thanx for sharing this addon marfillaster... and thanx feruzz for the sidebar tips. :thumbsup: More Power To You Guys!! :D

Last edited by Refresh/Reload (2007-07-05 23:03:33)

baklaako
» FTalker
FTalk Level: zero
151
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

how come its not working on my page now?? it was working before but now it only shows a box with lots of "undefinedundefinedundefinedyndefined".. what do i do now?? ty po.. :)
kuyt
» n00b
FTalk Level: zero
7
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

Waw, thats cool mate !!! :thumbsup: :thumbsup: :thumbsup: Can i change number of friends displayed there?
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

[quote=baklaako]how come its not working on my page now?? it was working before but now it only shows a box with lots of "undefinedundefinedundefinedyndefined".. what do i do now?? ty po.. :)[/quote] dude....you need to have at least 10 friends in your friends list =) [b]@kuyt[/b] sure...why not :D
baklaako
» FTalker
FTalk Level: zero
151
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

i have more than 10 friends in my list.. it was working yesterday,, but when i check my profile today, its no longer working :crybaby:
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

[quote=baklaako]i have more than 10 friends in my list.. it was working yesterday,, but when i check my profile today, its no longer working :crybaby:[/quote] where's your link? :paranoid:
acreaver7
» n00b
FTalk Level: zero
75
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

hmmm... how do you make the randomizer at side bar?
stephen3942
» n00b
FTalk Level: zero
18
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

Mine is not working It says undefineundefineundefine But when I click more random friends The pic appear PLS HELP
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

[quote=acreaver7]hmmm... how do you make the randomizer at side bar?[/quote] pls see earlier post by feruzz on this thread... =) got a problem ken... my friend randomizer says lots of undefined too... it was ok just a while ago... hope its just a traffic thing on the net... [b]UPDATE:[/b] its all back to normal now ken. :D i cleared my browsers data history then suddenly its all back to normal. =)
joez
» FTalker
FTalk Level: zero
128
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

its working nice when itry it... watta brain sir marfill.... :thumbsup:
whebz
» n00b
FTalk Level: zero
32
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

why it doent wokr to my profile.. here the link. http://www.friendster.com/45220649
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

^ read the tutorial carefully :crybaby:
16shadows
» n00b
FTalk Level: zero
5
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

wow nice :thumbsup:
mitchiko
» n00b
FTalk Level: zero
11
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

i just want to know if the other code can block this function???/ :doubt:
vortex991
» n00b
FTalk Level: zero
7
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

Look at This code<">Is it the one in the tracker? :question:
uR'rOmanTiC'bOy
» n00b
FTalk Level: zero
41
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

nice code,..!! a friend randomizer!! :eh: :thumbsup: [quote]Some People Don't Know How Much You Love Them Until You Let Go...[/quote]
ynnek85
» n00b
FTalk Level: zero
5
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

Man... i follow the instructions carefully already and still my friends randomizer is unable to appear. Please somebody help me to figure out. Here's my link: http://www.friendster.com/ynnek85
sugz
» FTalker
FTalk Level: zero
101
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

how can i adjust the width and the height of the randomizer box in my sidebar..i tried to adjust the dimension ..what are the right properties? its below the friendslist..i dont know if what im doing is right :crybaby: <">
BoLa
» n00b
FTalk Level: zero
35
0
1969-12-31

Re: [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

this one is cool but it doesnt work on my profile,i dunno if im doin sumthing wrong.i followed the instructions carefully and pasted the code to where it should be but i cant get it to work.pls help... heres the link to my page http://www.friendster.com/2820425
  • ARCHIVES 
  • » [b]UPDATED NOV 20[/b] [b]Step 1[/b] Onload Handler. If you dont have yet this code, paste after the above code. [code]function onProfileLoad() { Ffetcher.init(); } if (!attachOnLoadHandler(functio

Board footer

© 2024 F Talk

Current time is 13:21

[ 9 queries - 0.045 second ]
Privacy Policy