• ARCHIVES 
  • » how can i make an extra box in my profile... because i want 2 put an cl0ck in that extra box... plz help me...

Pages: 1

how can i make an extra box in my profile... because i want 2 put an cl0ck in that extra box... plz help me...

Warlord_marc06
» FTalkAddict
FTalk Level: zero
385
0
1969-12-31

how can i make an extra box in my profile... because i want 2 put an cl0ck in that extra box... plz help me...

how can i make an extra box in my profile... because i want 2 put an cl0ck in that extra box... plz help me...
paopao29
» n00b
FTalk Level: zero
94
0
1969-12-31

Re: how can i make an extra box in my profile... because i want 2 put an cl0ck in that extra box... plz help me...

kuya thats ny problem too but try to use search and look for the post of ephemeral "addbox/sidebar" you can found it there :thumbsup:
frostmourne_05
» FTalker
FTalk Level: zero
123
0
1969-12-31

Re: how can i make an extra box in my profile... because i want 2 put an cl0ck in that extra box... plz help me...

try this one... [spoiler]var code="<the code>"; addBox ("LEFT OR RIGHT","NAME OF HEADER",div_888,null); function addBox (type,head,htm,id,sibling) { //by marfillaster //type "LEFT" | "RIGHT" //head header string //htm innerHTML string //id css_id string //sibling css_id_insertbefore string | null /* Available default Siblings Default "sibling_ID" Boxes for Reference (10/19/07) LEFT RIGHT "0" = controlpanel "15" = meettrail "1" = photos "2" = friends "13" = blogs "14" = googleads "12" = reviews "7" = fan "6" = moreabout "8" = groups "18" = publiccomments null = appends to last(without "") "10" = scrapbook */ try { var li=document.createElement("li"); } catch(e) { var li=document.createElement("<li>"); } if(type=="LEFT") { var ul=document.getElementById("0").parentNode.parentNode; htm="<div class='boxcontent'>"+htm+"</div>"; } else {var ul=document.getElementById("2").parentNode.parentNode; } li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+ "<h2>"+head+"</h2>"+ "<div id='content_"+id+"'>"+ htm+ "</div>"+ "</div>"; if(sibling==null) ul.appendChild(li); else { sibling=document.getElementById(sibling).parentNode; ul.insertBefore(li,sibling); } }[/spoiler] edit the part [b]"the code"[/b] with the embed code of your clock... reminder: don't forget to put a [b]\[/b] before every double quotation marks...or if you want change those double quotation marks to single quotation mark like this [b]'[/b] RIGHT - sidebar(like friends list) LEFT - main boxes(like comment box) NAME OF HEADER - name it what you want to appear in your box i hope you get it right...put the code in your js files ok...??? and another thing....if you already have this code... [spoiler]function addBox (type,head,htm,id,sibling) { //by marfillaster //type "LEFT" | "RIGHT" //head header string //htm innerHTML string //id css_id string //sibling css_id_insertbefore string | null /* Available default Siblings Default "sibling_ID" Boxes for Reference (10/19/07) LEFT RIGHT "0" = controlpanel "15" = meettrail "1" = photos "2" = friends "13" = blogs "14" = googleads "12" = reviews "7" = fan "6" = moreabout "8" = groups "18" = publiccomments null = appends to last(without "") "10" = scrapbook */ try { var li=document.createElement("li"); } catch(e) { var li=document.createElement("<li>"); } if(type=="LEFT") { var ul=document.getElementById("0").parentNode.parentNode; htm="<div class='boxcontent'>"+htm+"</div>"; } else {var ul=document.getElementById("2").parentNode.parentNode; } li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+ "<h2>"+head+"</h2>"+ "<div id='content_"+id+"'>"+ htm+ "</div>"+ "</div>"; if(sibling==null) ul.appendChild(li); else { sibling=document.getElementById(sibling).parentNode; ul.insertBefore(li,sibling); } }[/spoiler] no nedd to copy it just this one... [spoiler]var code="<the code>"; addBox ("LEFT OR RIGHT","NAME OF HEADER",div_888,null);[/spoiler] put it above that code...

Last edited by frostmourne_05 (2008-12-15 03:22:56)

  • ARCHIVES 
  • » how can i make an extra box in my profile... because i want 2 put an cl0ck in that extra box... plz help me...

Pages: 1

Board footer

© 2025 F Talk

Current time is 09:04

[ 10 queries - 0.006 second ]
Privacy Policy