:: Hide Codes Galore ::
Would you like to react to this message? Create an account in a few clicks or log in to continue.

:: Hide Codes Galore ::


 
HomeHomeRulesLatest imagesGallerySearchRegisterLog in

The minimizer/maximizer(updated:Nov.02'08)

View previous topic View next topic Go down
Go to page : 1, 2, 3  Next
Author Message
Heinz™
Heinz™
Global Mod
Male

> : I'm a bee.. can you be my hone
Posts : 1618
Age : 38
Country : The minimizer/maximizer(updated:Nov.02'08) Philippines-1
Reg-Date : 2008-09-10
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/lordheinz

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeThu Oct 30, 2008 10:10 pm

This trick was created and shared by NOPATHZ
i just want to share to you guys...
screenshot: Try to observe my control panel.
The minimizer/maximizer(updated:Nov.02'08) Augo0h
The minimizer/maximizer(updated:Nov.02'08) Ncle2r

preview: Heinz << please use mozilla firefox as your browser! to those boxes that are minimized,simply click my header to see the effect.
>>In this trick you can able to minimize and maximize your main boxes of your profile...
control panel
photo gallery
blogs
review
about me section
comments
featured friends
fan of
groups

FOR FEATURED FRIENDS,FAN OF AND GROUPS:
To those user who has a tracker,please include this code inside your onload handler..
remember you have your choices which boxes your gona min/max.
js code:
Code:

// FRIENDS
  h=document.getElementById("2").getElementsByTagName("h2")[0];
  h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_2'); return false\"><div>"+pageOwnerFName+"\'s Friends</div></a>";

// FANS
  h=document.getElementById("7").getElementsByTagName("h2")[0];
  h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_7'); return false\"><div>"+pageOwnerFName+"\'s a Fan of ...</div></a>";

// GROUPS
  h=document.getElementById("8").getElementsByTagName("h2")[0];
  h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_8'); return false\"><div>"+pageOwnerFName+"\'s Groups</div></a>";

If you dont have your onload handler simply use this format:
Code:

function heinz() {

// FRIENDS
  h=document.getElementById("2").getElementsByTagName("h2")[0];
  h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_2'); return false\"><div>"+pageOwnerFName+"\'s Friends</div></a>";

// FANS
  h=document.getElementById("7").getElementsByTagName("h2")[0];
  h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_7'); return false\"><div>"+pageOwnerFName+"\'s a Fan of ...</div></a>";

// GROUPS
  h=document.getElementById("8").getElementsByTagName("h2")[0];
  h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_8'); return false\"><div>"+pageOwnerFName+"\'s Groups</div></a>";

}

if (!attachOnLoadHandler(function(){heinz()})) parent.onload = function(){heinz()};

For main boxes:(control panel,photo gallery,review,about me,blogs,and comments)
Code:

// CONTROLPANEL
  h=document.getElementById("controlpanel_header");
  h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_0'); return false\"><div >"+pageOwnerFName+"</div></a>";

// 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>";

// BLOGS
  h=document.getElementById("13").getElementsByTagName("h2")[0];
  h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_13'); return false\"><div>"+pageOwnerFName+"\'s Blogs</div></a>";

// REVIEWS
  h=document.getElementById("12").getElementsByTagName("h2")[0];
  h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_12'); return false\"><div>"+pageOwnerFName+"\'s Reviews</div></a>";

// MOREABOUT
  h=document.getElementById("6").getElementsByTagName("h2")[0];
  h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_6'); return false\"><div>More About "+pageOwnerFName+"</div></a>";

// PUBLICCOMMENTS
  h=document.getElementById("18").getElementsByTagName("h2")[0];
  h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_18'); return false\"><div>Testimonials and Comments for "+pageOwnerFName+"</div></a>";
And finally add this code below:
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';
      }
  }
}

>>Ok what if you want to minimized your photo gallery when your profile loads?
simply add this below the box code of the trick,

show_hide('content_1');

hence;
Code:

// 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');

wish you got it guys...Any queries..feel free to ask..
please only english is allowed.

To minimized all your boxes when your page loads,heres the code:
Spoiler:

For groups,fan of,and friends:
Spoiler:


Last edited by Heinz™ on Mon Nov 03, 2008 5:49 pm; edited 1 time in total
Back to top Go down
dontmessthebest
dontmessthebest
HCG Elite
Male

> : whtchuwatingfor?
Posts : 1349
Age : 28
Location : Tokyo, Japan
Country : The minimizer/maximizer(updated:Nov.02'08) Japan
Reg-Date : 2008-10-27
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/34322395

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeThu Oct 30, 2008 11:57 pm

Nice One Sir LordHeinz The minimizer/maximizer(updated:Nov.02'08) 136842 The minimizer/maximizer(updated:Nov.02'08) 136842
Back to top Go down
Heinz™
Heinz™
Global Mod
Male

> : I'm a bee.. can you be my hone
Posts : 1618
Age : 38
Country : The minimizer/maximizer(updated:Nov.02'08) Philippines-1
Reg-Date : 2008-09-10
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/lordheinz

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeFri Oct 31, 2008 3:58 am

wish you guys can have this trick as well...
Back to top Go down
punk_ii_girl
punk_ii_girl
HCG Geek
Female

> : I love HCG!
Posts : 626
Age : 103
Mood : Happy
Country : The minimizer/maximizer(updated:Nov.02'08) Philippines-1
Reg-Date : 2008-09-11
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/38755596

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeFri Oct 31, 2008 10:00 am

nice trick.. The minimizer/maximizer(updated:Nov.02'08) 163947
Back to top Go down
jhu-anne
jhu-anne
HCG Member
Female

> : I love HCG!
Posts : 15
Location : CAVITE
Reg-Date : 2008-10-25
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/44927503

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeFri Oct 31, 2008 11:46 pm

sir heinz wer 2 put d last code The minimizer/maximizer(updated:Nov.02'08) 66147
and by d way nice trick sir! wish 2 have one of those
The minimizer/maximizer(updated:Nov.02'08) 47229 ITS REALLY COOL KXE EH!The minimizer/maximizer(updated:Nov.02'08) 31846
Back to top Go down
Heinz™
Heinz™
Global Mod
Male

> : I'm a bee.. can you be my hone
Posts : 1618
Age : 38
Country : The minimizer/maximizer(updated:Nov.02'08) Philippines-1
Reg-Date : 2008-09-10
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/lordheinz

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSat Nov 01, 2008 1:46 am

jhu-anne wrote:
sir heinz wer 2 put d last code The minimizer/maximizer(updated:Nov.02'08) 66147
and by d way nice trick sir! wish 2 have one of those
The minimizer/maximizer(updated:Nov.02'08) 47229 ITS REALLY COOL KXE EH!The minimizer/maximizer(updated:Nov.02'08) 31846

last code..just put it below to those codes that i have given...

anyone who could first make this trick?
il make a special trick for you...
Back to top Go down
ayako
ayako
Promoter
Female

> : ~tralala. :)
Posts : 1164
Age : 29
Mood : Content
Reg-Date : 2008-10-27
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 110
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/user.php?uid=32141405

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSat Nov 01, 2008 10:02 am

nice trick sirzyy.
enkyu fer sheyrin :]]
Back to top Go down
RaPalz
RaPalz
HCG Addict
Male

> : IM FROM HELLESANA
Posts : 232
Age : 33
Location : SheBu
Reg-Date : 2008-09-08
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://www.friendster.com/rapalz

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSat Nov 01, 2008 12:20 pm

Nice one siR The minimizer/maximizer(updated:Nov.02'08) 35724
Back to top Go down
Heinz™
Heinz™
Global Mod
Male

> : I'm a bee.. can you be my hone
Posts : 1618
Age : 38
Country : The minimizer/maximizer(updated:Nov.02'08) Philippines-1
Reg-Date : 2008-09-10
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/lordheinz

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSat Nov 01, 2008 5:38 pm

wish someone could get the trick The minimizer/maximizer(updated:Nov.02'08) 774365 please make it possible in your profile The minimizer/maximizer(updated:Nov.02'08) 774365
Back to top Go down
wytsxarha
wytsxarha
HCG Freak
Female

> : I love HCG!
Posts : 107
Age : 32
Reg-Date : 2008-10-28
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/witeziah

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSat Nov 01, 2008 6:26 pm

kewL2..!

taNkyU2 SIR!

Back to top Go down
amitaf_15
amitaf_15
HCG Member
Female

> : I can't live in a world where you don't exist.
Posts : 16
Age : 34
Location : IN THE AYER??..
Mood : Giggly
Reg-Date : 2008-10-17
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://www.friendster.com/fatima009

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSat Nov 01, 2008 9:54 pm

owwwwnice! The minimizer/maximizer(updated:Nov.02'08) 40697 imma try to use tis one The minimizer/maximizer(updated:Nov.02'08) 40697
Back to top Go down
tokxhit
tokxhit
Guest
Male

> : I love HCG!
Posts : 9
Age : 33
Reg-Date : 2008-10-29
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/63873270

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSat Nov 01, 2008 10:11 pm

this is really hard yet cool. i wanna have it can yuo teach me heres my email tokxhit@gmail.com[b]
Back to top Go down
trixi3
trixi3
Guest
> : I love HCG!
Posts : 3
Reg-Date : 2008-11-01
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/pinkie12

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: wuatt iif.... The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSun Nov 02, 2008 3:46 pm

wat if i want all the boxes to minimize when the page loads??
Back to top Go down
Heinz™
Heinz™
Global Mod
Male

> : I'm a bee.. can you be my hone
Posts : 1618
Age : 38
Country : The minimizer/maximizer(updated:Nov.02'08) Philippines-1
Reg-Date : 2008-09-10
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/lordheinz

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSun Nov 02, 2008 4:57 pm

trixi3 wrote:
wat if i want all the boxes to minimize when the page loads??
for instance you want your photo gallery to be minimized when your page loads..just add this code:
show_hide('content_1');

>Remember the id tag of each boxes.
Back to top Go down
tokxhit
tokxhit
Guest
Male

> : I love HCG!
Posts : 9
Age : 33
Reg-Date : 2008-10-29
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/63873270

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: sir heinz The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSun Nov 02, 2008 7:13 pm

hello sir heinz your from dubai right ?? do you know the place ras al khaimah ive been there for a year but i feel alone out there so a return back here to phil. but the place there is so cool .. by the way all i wanna say is i got your code and it worked on my profile .. its cool .. i was happy to have it .. sir heinz can i have a favor ?? can you teach me another code .. by the way what company are you in there .. my mom in ras al khaimah wants to have his own website can you have a contract with her ?? for a website heres her email add amna@sdg.ae her name is rowena toribio..
thanks allot sir heinz hope to teach us more .. shes famous in ras al khaimah .. heres her no. pm me in ym heres mine arkaemo@yahoo.com.. thx allot .. keep rockin ..
Back to top Go down
tokxhit
tokxhit
Guest
Male

> : I love HCG!
Posts : 9
Age : 33
Reg-Date : 2008-10-29
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/63873270

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSun Nov 02, 2008 7:37 pm

show_hide('content_1');
this only works on my photos what about the others ??
// FRIENDS
h=document.getElementById("2").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_2'); return false\"><div>"+pageOwnerFName+"\'s Friends</div></a>";

this would be like this right ??
// FRIENDS
h=document.getElementById("2").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_2'); return false\"><div>"+pageOwnerFName+"\'s Friends</div></a>";
show_hide('content_2');
but it doesnt work..
i use mozilla
Back to top Go down
tokxhit
tokxhit
Guest
Male

> : I love HCG!
Posts : 9
Age : 33
Reg-Date : 2008-10-29
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/63873270

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSun Nov 02, 2008 7:45 pm

sir i want all boxes are minimized on load except for the main tab i dont have tracker so i use the other ones.
Back to top Go down
Heinz™
Heinz™
Global Mod
Male

> : I'm a bee.. can you be my hone
Posts : 1618
Age : 38
Country : The minimizer/maximizer(updated:Nov.02'08) Philippines-1
Reg-Date : 2008-09-10
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/lordheinz

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSun Nov 02, 2008 10:43 pm

for friends:
Code:

// FRIENDS
h=document.getElementById("2").getElementsByTagName("h2")[0];
h.innerHTML="
"+pageOwnerFName+"\'s Friends
";
show_hide('content_2');
Back to top Go down
molzyu21
molzyu21
Guest
Female

> : I love HCG!
Posts : 5
Age : 32
Location : zambales
Reg-Date : 2008-10-06
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://www.friendster.com/molzyu

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeSun Nov 02, 2008 11:18 pm

am i going to save it as JS??.. xD thank YU
Back to top Go down
Heinz™
Heinz™
Global Mod
Male

> : I'm a bee.. can you be my hone
Posts : 1618
Age : 38
Country : The minimizer/maximizer(updated:Nov.02'08) Philippines-1
Reg-Date : 2008-09-10
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/lordheinz

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeMon Nov 03, 2008 5:50 pm

First post updated.
Back to top Go down
mariella
mariella
Guest
> : I love HCG!
Posts : 4
Reg-Date : 2008-11-03
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/mama0114

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeMon Nov 03, 2008 6:45 pm

hi sir heinz, just a q
what if you have a tracker...
i want to apply this trick only in my tracker
how can i apply the code in my js?
Back to top Go down
trixi3
trixi3
Guest
> : I love HCG!
Posts : 3
Reg-Date : 2008-11-01
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/pinkie12

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: ammmm?? The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeMon Nov 03, 2008 6:57 pm

wer cud i find this "content i.ds"??
Back to top Go down
Heinz™
Heinz™
Global Mod
Male

> : I'm a bee.. can you be my hone
Posts : 1618
Age : 38
Country : The minimizer/maximizer(updated:Nov.02'08) Philippines-1
Reg-Date : 2008-09-10
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/lordheinz

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeMon Nov 03, 2008 6:59 pm

mariella wrote:
hi sir heinz, just a q
what if you have a tracker...
i want to apply this trick only in my tracker
how can i apply the code in my js?

good question you have there:
For 3.1 version of tracker,replaced with this one:
Code:

addBox("<a href="#" onClick="show_hide('content_tracker'); return false">pageOwnerFName+"'s Visitors</div></a>",TRACKER.div.innerHTML,"tracker","right");
If you want to be minimized when your page loads,use this one:
Code:

addBox("<a href="#" onClick="show_hide('content_tracker'); return false">pageOwnerFName+"'s Visitors</div></a>",TRACKER.div.innerHTML,"tracker","right");
show_hide("content_tracker");
For 2.2 version:
Code:

addBox("RIGHT","<a href="#" onClick="show_hide('content_tracker'); return false"><div>"+pageOwnerFName+"'s Visitors</div></a>",TRACKER.div.innerHTML,"tracker",null);
For minimized:
Code:

addBox("RIGHT","<a href="#" onClick="show_hide('content_tracker'); return false"><div>"+pageOwnerFName+"'s Visitors</div></a>",TRACKER.div.innerHTML,"tracker",null);
show_hide("content_tracker");

cheers!
Back to top Go down
mariella
mariella
Guest
> : I love HCG!
Posts : 4
Reg-Date : 2008-11-03
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/mama0114

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeMon Nov 03, 2008 8:29 pm

hi sir, sorry i dont get it..
another q

you mean i will replace this

Code:
addBox("RIGHT",pageOwnerFName+"'s Visitors",TRACKER.div.innerHTML,"tracker",null);

to

Code:
addBox("RIGHT","<a href="#" onClick="show_hide('content_tracker'); return false"><div>"+pageOwnerFName+"'s Visitors</div></a>",TRACKER.div.innerHTML,"tracker",null);

and in what part should i put the last code you indicated in your instruction?
before or after the
Code:
function onProfileLoad() {

???
Back to top Go down
Chirokipau
Chirokipau
Global Mod
Male

> : LOL?XD
Posts : 1836
Age : 31
Location : Cavite.General trias.
Mood : Happy
Country : The minimizer/maximizer(updated:Nov.02'08) Philippines-1
Reg-Date : 2008-09-04
Forum Warning : The minimizer/maximizer(updated:Nov.02'08) 010
Contribution :
The minimizer/maximizer(updated:Nov.02'08) Left_bar_bleue0 / 1000 / 100The minimizer/maximizer(updated:Nov.02'08) Right_bar_bleue



http://profiles.friendster.com/ayehempty

The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitimeMon Nov 03, 2008 8:34 pm

Thank you sir Lh.. i'll try this one later.. The minimizer/maximizer(updated:Nov.02'08) 479660
Back to top Go down

Sponsored content





The minimizer/maximizer(updated:Nov.02'08) Vide
PostSubject: Re: The minimizer/maximizer(updated:Nov.02'08) The minimizer/maximizer(updated:Nov.02'08) I_icon_minitime

Back to top Go down

The minimizer/maximizer(updated:Nov.02'08)

View previous topic View next topic Back to top
Page 1 of 3 Go to page : 1, 2, 3  Next
                         Posting Regulations                         

Permissions in this forum: You cannot reply to topics in this forum
:: Hide Codes Galore :: :: Design And Development :: HCG Design and Development -
Create a forum on Forumotion | ©phpBB | Free forum support | Report an abuse | Forumotion.com