[quote=lordheinz]how about when you apply to a certain addbox buddy...?[/quote]
not only main boxes, it also can be use for addBoxes
see on the Demo, Lorem Ipsum box is spawn from addBox function
here example :
addBox (type,head,htm,[b]id[/b],sibling)
[quote]addBox("RIGHT","my addBox Header",code,"[b]moo[/b]",null);[/quote]
and code to apply effect for addBoxes
[quote]//apply effect for addBox here
var slideVariable = new Fx.Slide( item.getElement( '[b]#content_moo[/b]' ), { duration: 500 } );
item.getElement( '.[b]moo h2[/b]' ).addEvent( 'click', function(){ slideVariable.toggle(); } );[/quote]
to apply other box at sidebar/main column i'll update my first post. i'm forget about other boxes like fan of, groups, blog and review,
my demo profile dont have that boxes