Pages: 1..1234567

:arrow: DELETED

bandl0v3r
» n00b
FTalk Level: zero
14
0
1969-12-31

Re: :arrow: DELETED

feruzz..where am i gonna paste dis <">also this... <">i rili rili cant understand it..pls..explain it to me asap..just pm me...tnx..
mickyriora
» FTalkAddict
FTalk Level: zero
335
0
1969-12-31

Re: :arrow: DELETED

[b]@bandl0v3r [/b] [b]Check my post in this thread #119[/b]...
mhie29dhie
» n00b
FTalk Level: zero
76
0
1969-12-31

Re: :arrow: DELETED

whats wrong with my script?! it wont work.. [quote]if ( ! attachOnLoadHandler(function () { loadBox();})) window.onload = function () { loadBox();}; function loadBox() { var cbox="var cbox="<div align=\"center\" id=\"cboxdiv\">"+ "<iframe frameborder=\"0\" width=\"98%\" height=\"150\" src=\"http://www.cbox.ws/box/?boxid=1025894&boxtag=8365&sec=main\" marginheight=\"2\" marginwidth=\"2\" scrolling=\"auto\" allowtransparency=\"yes\" name=\"cboxmain\" style=\"border:#787878 1px solid;\" id=\"cboxmain\"></iframe><br>"+ "<iframe frameborder=\"0\" width=\"98%\" height=\"75\" src=\"http://www.cbox.ws/box/?boxid=1025894&boxtag=8365&sec=form\" marginheight=\"2\" marginwidth=\"2\" scrolling=\"no\" allowtransparency=\"yes\" name=\"cboxform\" style=\"border:#787878 1px solid;border-top:0px\" id=\"cboxform\"></iframe>"+ "</div>";"; addNewBox.HTML("Chat Box",Chatbox,"Chatboxbox",/friends/i,"below"); var music3p="<center><embed src="http://www.mp3asset.com/swf/mp3/boomboom.swf?myid=6153433&path=2007/11/20&mycolor=0x312C20&mycolor2=0x494D4B&mycolor3=0x7C7052&autoplay=true&rand=0&f=3&vol=100" quality="high" wmode="transparent" flashvars="" width="340" height="260"name="myflashfetish" align="middle"type="application/x-shockwave-flash"pluginspage="http://www.macromedia.com/go/getflashplayer" /><br><a href="http://www.myflashfetish.com/music-player/" target="_blank"><img src="http://www.myflashfetish.com/images/mffico.gif" title="Make your own playlist!" style="border-style:none;" alt="music player"></a><br />I made this <a href="http://www.myflashfetish.com/playlist/6153433" target="_blank">music player</a> at <a href="http://www.myflashfetish.com" target="_blank">MyFlashFetish</a>.com.<br></center>'; addNewBox.HTML("MUSIC3",music3p,"music3p",/friends/i,"above"); } if (typeof addNewBox == "undefined") { addNewBox = {}; } addNewBox = { //addNewBox v2.2 /* header: HTML string name null - no header x: "above" - HTML string: at the above of sibling box "below" - HTML string: at the below of sibling box null - HTML string: at the very bottom of box sibling:- /controlpanel/i - /photos/i - /blogs/i - /reviews/i - /moreabout/i - /publiccomments/i - /scrapbook/i - /meettrail/i - /friends/i - /ads/i - /fanof/i - /groups/i */ li: [], ul: [], HTML: function(head,code,id,sibling,x) { this.li = document.createElement("LI"); if (!head) head = ""; else head = "<h2>"+head+"</h2>"; this.li.innerHTML = "<div class=\"commonbox "+id+"\" id=\""+id+"\">"+ head+ "<div id=\"content_"+id+"\">"+ code+ "</div>"+ "</div>"; if (!x) this.getModuleByClassName(sibling)[0].parentNode.parentNode.appendChild(this.li); else if (x == "below") this.getModuleByClassName(sibling)[0].parentNode.appendChild(this.li); else if (x == "above") { this.ul = this.getModuleByClassName(sibling)[0]; this.ul.parentNode.parentNode.insertBefore(this.li,this.ul.parentNode); } }, getModuleByClassName: function(sClass) { var elm = []; var els = document.getElementsByTagName("*") || document.all; for (var j=0,k=els.length;j<k;j++) { if (new RegExp(sClass).test(els[j].className))elm.push(els[j]); } return elm; } };[/quote]
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: :arrow: DELETED

I do not see a problem with the script. However you should inject your external css codes at the top using this code. Then use only the linker to this js file on your profile. <">
honey_jx2
» n00b
FTalk Level: zero
72
0
1969-12-31

Re: :arrow: DELETED

[b]@ bobcbar[/b] is it okay if i used this add box in marfi's WVM 3.1 hosted by aftermath??? and is it okay if you'll use many linkers??? :( really don't know what to do now... i really hate friendster updates... :crybaby:
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: :arrow: DELETED

[quote=honey_jx2][b]@ bobcbar[/b] is it okay if i used this add box in marfi's WVM 3.1 hosted by aftermath??? and is it okay if you'll use many linkers??? :( really don't know what to do now... i really hate friendster updates... :crybaby:[/quote] I am not sure what addbox function aftermath is using inside the tracker.js..that is what determines which addbox generator you use. You can only use 1 js linker on ur profile, if you try to add more it will cancel out. You really should use only 1 linker code for all ur codes both external css and js. Just inject your external css at the top of ur tracker.js using this code. <">
honey_jx2
» n00b
FTalk Level: zero
72
0
1969-12-31

Re: :arrow: DELETED

[quote=bobcbar]I am not sure what addbox function aftermath is using inside the tracker.js..that is what determines which addbox generator you use. You can only use 1 js linker on ur profile, if you try to add more it will cancel out. You really should use only 1 linker code for all ur codes both external css and js. Just inject your external css at the top of ur tracker.js using this code. <">[/quote] i have two linkers, 1 for css which i posted in my "about me" section and the other 1 is for my js which is in my media box... here's the code for the WVM that i have... <">and if you can remember i asked a question on the other thread for compiling all js codes into 1 js codes which you've answered me int that thread... but i really don't get the tutorial... :(
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: :arrow: DELETED

[quote=honey_jx2][quote=bobcbar]I am not sure what addbox function aftermath is using inside the tracker.js..that is what determines which addbox generator you use. You can only use 1 js linker on ur profile, if you try to add more it will cancel out. You really should use only 1 linker code for all ur codes both external css and js. Just inject your external css at the top of ur tracker.js using this code. <">[/quote] i have two linkers, 1 for css which i posted in my "about me" section and the other 1 is for my js which is in my media box... here's the code for the WVM that i have... <">and if you can remember i asked a question on the other thread for compiling all js codes into 1 js codes which you've answered me int that thread... but i really don't get the tutorial... :([/quote] This is the code that needs to be updated. <">It is confusing because of different addbox function codes. I am not using the version posted here. This is the new addbox function code I am using. [quote]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 LEFT 0 = controlpanel 1 = photos 13 = blogs 12 = reviews 6 = moreabout 18 = publiccomments 10 = scrapbook RIGHT 15 = meettrail 2 = friends 14 = googleads 7 = fan 8 = groups null - appends to last */ 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); } }[/quote] Then I use this generator to create my addboxes [url]http://renalvir.zuiken.net/wvmgen/ver2.2/addboxgen.html[/url]
honey_jx2
» n00b
FTalk Level: zero
72
0
1969-12-31

Re: :arrow: DELETED

[quote=bobcbar]This is the code that needs to be updated. <">It is confusing because of different addbox function codes. I am not using the version posted here. This is the new addbox function code I am using. [quote]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 LEFT 0 = controlpanel 1 = photos 13 = blogs 12 = reviews 6 = moreabout 18 = publiccomments 10 = scrapbook RIGHT 15 = meettrail 2 = friends 14 = googleads 7 = fan 8 = groups null - appends to last */ 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); } }[/quote] Then I use this generator to create my addboxes [url]http://renalvir.zuiken.net/wvmgen/ver2.2/addboxgen.html[/url][/quote] so i need to remove the first code and replace it with the second code you've posted??? and if i have replace it already on which part of the WVM code will i put the codes that i will be adding???
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: :arrow: DELETED

[quote=honey_jx2]so i need to remove the first code and replace it with the second code you've posted??? and if i have replace it already on which part of the WVM code will i put the codes that i will be adding???[/quote] Yes just copy and paste the new addbox function. Once you generate the addboxes paste them inside the onload handler. <">
mhie29dhie
» n00b
FTalk Level: zero
76
0
1969-12-31

Re: :arrow: DELETED

[quote=bobcbar]I do not see a problem with the script. However you should inject your external css codes at the top using this code. Then use only the linker to this js file on your profile. <">[/quote] sorry bob!! i dont understand.. can u tell me the step by step or he 1st step?! :(

Last edited by mhie29dhie (2007-11-21 08:18:18)

bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: :arrow: DELETED

[quote=mhie29dhie][quote=bobcbar]I do not see a problem with the script. However you should inject your external css codes at the top using this code. Then use only the linker to this js file on your profile. <">[/quote] sorry bob!! i dont understand.. can u tell me the step by step or he 1st step?! :([/quote] The only way to help is for take it step by step also. First step get all ur external css codes done and saved to ur ripway account.[url]http://theftalk.com/t2376-%28.css%29-linker.html[/url] Second step is to decide what js codes you want and compile them using mickys tutorial as a guide [url]http://theftalk.com/t15088-Compiling-codes-file-newbies.html[/url] Then inject your external css codes into ur js file and use only your js file url with the linker code to paste into ur profile.

Pages: 1..1234567

Board footer

© 2024 F Talk

Current time is 22:26

[ 9 queries - 0.026 second ]
Privacy Policy