Last edited by rivadh (2008-07-10 22:24:35)
:ninja:dont understand the codes... T_T




[/quote]
Try this one...
<">
Last edited by i i LeA i i (2008-07-31 06:32:29)
that does not work either..
why can't it work.. i'm so desperate..
all i just want is a photogallery, chatbox , icons under control panel , ym status and a youtube on my profile..
Last edited by i i LeA i i (2008-07-31 06:33:48)
here's my friendster url: www.friendster.com/mrgoodboy09
[/quote]
have you tried testing all your addboxes one by one?
are you sure all of them are working..? like your youtube...
coz i only do it like this...
[quote]var discovery ="<div align='center' id='discovery'>"+
"<br><center><embed src=\"http://www.youtube.com/v/RIoBXdQX_wY&hl=en&fs=1\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"298\" height=\"255\"></embed></center><br>"+
"</div>";
addBox("RIGHT","BOOM DEH YAH DAH",discovery,"discovery",null);[/quote]
or maybe it's your linker codes the problem...
anyways... better post your problem on the help section pls...
[/quote]
take a look at this part dude:
[quote]//YM STATUS
var penyuberenang;
try {penyuberenang = document.createElement("div");}
catch (e) {penyuberenang = document.createElement("<div>");}
penyuberenang.innerHTML = "<a href='ymsgr:sendim?cute_boy_0617'><img src='http://opi.yahoo.com/online?u=cute_boy_0617&m=g&t=2'></a>";
penyuberenang.setAttribute("style","text-align:center;padding-top:10px");
document.getElementById("controlPanelButtons").parentNode.appendChild(penyuberenang);
}
[color=red][b]}[/b][/color]
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};[/quote]
remove the [color=red][b]red[/b][/color] 
U guys can also use this one...
If u don't want conflict between codes, u can use this...
var code = document.createElement("script");
code.type = "text/javascript";
code.src = "URL_OF_JS";
document.getElementsByTagName("head")[0].appendChild(code);
paste this on ur js...
Thanks for your input...
That is what we called js injection like what I wrote on the guide above just below css injection[/quote]
will i paste 1 js injection for every code that i want to use in my profile or just one js injection for all of the codes.. thanks for the info:)
Last edited by bobcbar (2008-08-03 00:09:20)