Re: Bagi para member yang ingin bertanya seputar tweaking FS.
Silahkan bertanya dan posting disini.
Sebelum itu harap membaca dan mengikuti [url=http://theftalk.com/t23371-FORUM-RULES.html][b]FORUM
[quote=odloc]jah??!? bkn'a tuh dah d bagian C???[/quote]
y ela, belon tuh , bagian C tu seelah yang merah ini [spoiler]//** SLIDING PHOTO GALLERY **//
var code = "<a href=\"http://www.friendster.com/photos/63566693\" target=\"_blank\"><embed src=\"http://widget-15.slide.com/widgets/slideticker.swf\" type=\"application/x-shockwave-flash\" quality=\"high\" scale=\"noscale\" align=\"l\" wmode=\"transparent\" flashvars=\"cy=fr&il=1&channel=2449958197296298283&site=widget-15.slide.com\" style=\"width:100%;height:125px\" name=\"flashticker\" align=\"middle\"/><div style=\"width:100%;text-align:center;\"></a><a href=\"http://www.friendster.com/photos/63566693\" target=\"_blank\">View Photo</a> | <a href=\"http://www.friendster.com/friendphotoupload.php?uid=63566693\" target=\"_blank\">Submit Photo</a></div>";
addBox("LEFT","<a href=\"#\" onClick=\"show_hide('content_slide'); return false\"><div>..:: Slidin' Photo Gallery ::..</div></a>",code,"slide","1");
show_hide('content_slide');
function show_hide(the_box) {
if (document.getElementById(the_box)) {
if (document.getElementById(the_box).style.display == 'none') {
document.getElementById(the_box).style.display = 'block';
}
else {
document.getElementById(the_box).style.display = 'none';
}
}
}
[color=red]}[/color] [b]<------------------end onload handler[/b]
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
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);
}
}[/spoiler]