[b]bg nopathz[/b]
bner bg
cp nya ntu di atas primary
jadi randimg yg dganti ma imgblock200 ntu berpengaruh gag
karena udah saiia ganti randimg dengan imgblock200
[b]nisfuaje[/b]
coba disini
[url]http://theftalk.com/t21339-%7BTUTORIAL%7D-Tweak-FS-for-newbie.html[/url]
good luck bro
[b]wanita_Biasa[/b]
kalo saya pernah coba begini, cari bagian ini :
[spoiler] try {this.div=document.createElement("<div>")}
catch(e){this.div=document.createElement("div")}
[b] this.div.innerHTML="<iframe id=\"wvm\" "+atr+"src=\""+ifsrc+"\" style=\""+sty+"\"></iframe>";[/b]
if(pageViewerID!=pageOwnerID) if(pageViewerID!="") this.getDETAILS();[/spoiler]
ganti yang di bold dengan ini :
<">kemudian dibawah baris ini :
[quote]/*END MISC FUNCTIONS[/quote]
tambahin ini :
<">
Last edited by nopathz (2008-05-27 05:20:49)
ntar aku tanya ama [b]ryuuzaki[/b] soal tombol reload na
[b]bg nopathz[/b]
udah bg
kok gag muncul
ne fs saiia [url]www.friendster.com/23500041[/url]
[quote]div.imgblock200 img {display:none !important}z[/quote]


seneng bangt za gabung di fti
Last edited by wanita_Biasa (2008-05-27 05:38:57)
[b]bg nopathz[/b]
muup bg tadi salah nge save
skrg udah di apus
tapi kok lom muncul ya bg
comment saiia kok ilang bg
muup ya bg ngerepotin
Last edited by ondenk_ajjah (2008-05-27 05:37:21)
[quote=ondenk_ajjah]:arrow:bg nopathz
muup bg tadi salah nge save
skrg udah di apus
tapi kok lom muncul ya bg
comment saiia kok ilang bg
[/quote]
hahaha .. saya baru merhatiin ...
coba saya liat lagi deh ..
bentar yah ..
---- edited ----
ya jelas aja ilang ..
di css nya di hide ...
coba [b]apus [/b]baris ini di css (paling bawah) :
[quote].publiccomments {display:none!important;}[/quote]
Last edited by nopathz (2008-05-27 05:50:24)
this
is my old code in my JS, when i click the link header it hides the box of photo gallery.. it also has a effect that when u press the link header it slowly hides the box..
my problem is i want to make the photo gallery box hides first then show when clicked...
/* TRIGGER EFFECT */
function trigger_effect(src_element,div_id, effect, first_img, second_img){
Effect.toggle(div_id, effect, {afterFinish:function(){
image = src_element.getElementsByTagName('img')[0];
image.src = image.src.match(first_img) ? second_img : first_img;
}});
return true;
}
//Photo Gallery
REPLACEIT.head = REPLACEIT.getModuleByClassName(/photos/i)[0].getElementsByTagName("h2")[0];
REPLACEIT.head.innerHTML = "<div class='editlink'><a href=\"javascript:;\" onclick=\"trigger_effect(this,'content_1','blind', '"+minus+"', '"+plus+"');\"><img src=\""+minus+"\" alt=\"toggle\" title=\"Click Me\"/></a></div>My Rated-R Photos";
i use this
code i found here in indonesia forum it works hides first then show when clicked [b]BUT[/b] there's no effect like in my old code... that's why i cannot use this cuz the effect will be gone.
can i put the effect here in this code like in my old code??
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';
}
}
}
// PHOTOS
h=document.getElementById("1").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_1'); return false\"><div>"+pageOwnerFName+"\'s Photo Gallery</div></a>";
show_hide('content_1');

http://h1.ripway.com/FiendsterTalkIndon/kode_jsna.js
(dengan ekstensi TXT ,
maka url yg didapet bakalan http://h1.ripway.com/FiendsterTalkIndon/kode_jsna.TXT )
________________________________________________________________________________________
eh eh ada yang tau gak ni maksud nya gemana sih?????aku dah coba2 kemaren tetep kagak berhasil,.....hiks hiks hiks
di suruh nyimpen dalam bentuk .js kok malah jadi .txt???piye tho maksud nyeee
coba aaf liat JS file na..
Last edited by aaf (2008-05-27 06:14:51)