• ARCHIVES 
  • » [quote]preview will only be available until July 01 since geocities is closing - so sorry for the inconvinience[/quote] [b]credits to: -nopathz -original creator of the code -HCG -heinz [/b] i just

Pages: 1

[quote]preview will only be available until July 01 since geocities is closing - so sorry for the inconvinience[/quote] [b]credits to: -nopathz -original creator of the code -HCG -heinz [/b] i just

mama0114
» FTalkManiac
FTalk Level: zero
796
0
1969-12-31

[quote]preview will only be available until July 01 since geocities is closing - so sorry for the inconvinience[/quote] [b]credits to: -nopathz -original creator of the code -HCG -heinz [/b] i just

[quote]preview will only be available until July 01 since geocities is closing - so sorry for the inconvinience[/quote] [b]credits to: -nopathz -original creator of the code -HCG -heinz [/b] i just want to share what i have learned and since i believe the codes differ from the ff: -[url=http://theftalk.com/t42637-Another-Show-Hide-Boxes-Effect-(gradual-element-fader).html]Another Show Hide Boxes Effect (gradual element fader)-boim[/url] -[url=http://theftalk.com/t7285-Show-Hide-Effects-%5BMay-28%2C-2008%5D.html]Show/Hide Effects [May 28, 2008]-feruzz[/url] -[url=http://theftalk.com/t7772-hide-code-(script-style).html]hide code (script style)-xavierkym[/url] -[url=http://theftalk.com/t43738-Box-toggler-with-transition.html]Box toggler with transition-marfillaster[/url] preview: [url=http://profiles.friendster.com/mariella888]testing phage[/url] note: should have a tracker codes in your js after your onload handler, insert the codes below [b] code[/b] [spoiler]h=document.getElementById([b]"18"[/b]).getElementsByTagName("h2")[0]; h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_[b]18[/b]'); return false\"><div>[b]your header[/b]</div></a>"; show_hide('content_[b]18[/b]');[/spoiler] wherein; [b]18[/b] is the div_id for testimonials and comment box just replace it with the div_id for main boxes and [b]your header[/b] with your prepferred header name [b] FOR MAIN BOXES [/b] use the div id's below: for main boxes [quote]0 = controlpanel 1 = photos 13 = blogs 12 = reviews 6 = moreabout 18 = publiccomments 10 = scrapbook[/quote] [b] FOR SIDE BOXES [/b] use the div id's below: [quote]15 = meettrail 2 = friends 14 = googleads 7 = fan 8 = groups[/quote] and add the code below either at the end of your tracker.js or after the [b]//*END MISC FUNCTIONS*[/b] [spoiler]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'; } } }[/spoiler] if you want to apply this on your addboxes (slides, mp3, etch...), just replace the div_ids by the css_id for instance, [spoiler]var slodde1="<center><div><embed src=\"http://widget-7e.slide.com/widgets/slideticker.swf\" type=\"application/x-shockwave-flash\" quality=\"high\" scale=\"noscale\" salign=\"l\" wmode=\"transparent\" flashvars=\"cy=fr&il=1&channel=12243586975469&site=widget-7e.slide.com\" width=\"300\" height=\"150\" name=\"flashticker\"/></center>"; addBox("RIGHT","-o-my slides",slodde1,"[b]div_2[/b]");[/spoiler] get the bolded part and place the codes after the addbox codes it should be like this [spoiler]function onProfileLoad() { //onload handler //(pattern) addBox("L-R","Header",htm,"cssid","sibling"); var slodde1="<center><div><embed src=\"http://widget-7e.slide.com/widgets/slideticker.swf\" type=\"application/x-shockwave-flash\" quality=\"high\" scale=\"noscale\" salign=\"l\" wmode=\"transparent\" flashvars=\"cy=fr&il=1&channel=12243586975469&site=widget-7e.slide.com\" width=\"300\" height=\"150\" name=\"flashticker\"/></center>"; addBox("RIGHT","my slides",slodde1,"[b]div_2[/b]"); h=document.getElementById("[b]div_2[/b]").getElementsByTagName("h2")[0]; h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_[b]div_2[/b]'); return false\"><div>my slides</div></a>"; show_hide('content_[b]div_2[/b]');[/spoiler] and as for the tracker add this codes in your onload handler [spoiler]h=document.getElementById("[b]tracker[/b]").getElementsByTagName("h2")[0]; h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_[b]tracker[/b]'); return false\"><div>VISITORS</div></a>"; show_hide('content_[b]tracker[/b]');[/spoiler] note: boxes will be minimized upon profile loads. if you want the box to be be shown when profile load just remove the [quote]show_hide('content_[b]div_id[/b]');[/quote] at the end of the code. thanks again to the creators of this code... :) [spoiler]mods can delete this post if you found it a duplicate[/spoiler]

Last edited by mama0114 (2009-06-09 08:48:24)

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

Re: [quote]preview will only be available until July 01 since geocities is closing - so sorry for the inconvinience[/quote] [b]credits to: -nopathz -original creator of the code -HCG -heinz [/b] i just

Thanks for sharing :thumbsup: very nice tutorial and easy to follow great job =)
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: [quote]preview will only be available until July 01 since geocities is closing - so sorry for the inconvinience[/quote] [b]credits to: -nopathz -original creator of the code -HCG -heinz [/b] i just

mama is now posting tricks :lol: cool... :D go green! :D :thumbsup:
_sway
» n00b
FTalk Level: zero
11
0
1969-12-31

Re: [quote]preview will only be available until July 01 since geocities is closing - so sorry for the inconvinience[/quote] [b]credits to: -nopathz -original creator of the code -HCG -heinz [/b] i just

wew, thanks for sharing this, nice :thumbsup::thumbsup:
rebora2007
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: [quote]preview will only be available until July 01 since geocities is closing - so sorry for the inconvinience[/quote] [b]credits to: -nopathz -original creator of the code -HCG -heinz [/b] i just

thanks for sharing :):thumbsup:
indomie
» FTalkAddict
FTalk Level: zero
535
0
1969-12-31

Re: [quote]preview will only be available until July 01 since geocities is closing - so sorry for the inconvinience[/quote] [b]credits to: -nopathz -original creator of the code -HCG -heinz [/b] i just

:D:thumbsup: thank's for share this really nice *Just editing sist :rose: [i]nopathz[/i] :rose: not [b]neophathz[/b] :D
mama0114
» FTalkManiac
FTalk Level: zero
796
0
1969-12-31

Re: [quote]preview will only be available until July 01 since geocities is closing - so sorry for the inconvinience[/quote] [b]credits to: -nopathz -original creator of the code -HCG -heinz [/b] i just

^ thanks for the correction :D actually i dont know the original maker of this code i just repost it. i was just lucky that i made this trick worked in my profile via trial and error... that's why im sharing this... :) and also someone pm me about this trick... =) enjoy... :thumbsup: :D
pawpow
» Banned
FTalk Level: zero
57
0
1969-12-31

Re: [quote]preview will only be available until July 01 since geocities is closing - so sorry for the inconvinience[/quote] [b]credits to: -nopathz -original creator of the code -HCG -heinz [/b] i just

^hcg member. :D @t- tnx for sharing it here.
lloyd
» FTalker
FTalk Level: zero
133
0
1969-12-31

Re: [quote]preview will only be available until July 01 since geocities is closing - so sorry for the inconvinience[/quote] [b]credits to: -nopathz -original creator of the code -HCG -heinz [/b] i just

ill use this in my 2nd profile!! weeeeee!! tnx for sharing!!
  • ARCHIVES 
  • » [quote]preview will only be available until July 01 since geocities is closing - so sorry for the inconvinience[/quote] [b]credits to: -nopathz -original creator of the code -HCG -heinz [/b] i just

Pages: 1

Board footer

© 2025 F Talk

Current time is 13:43

[ 10 queries - 0.012 second ]
Privacy Policy