[quote=asn585][color=red]To ALL !.[/color]
Analyze the given sibling command :
for left = controlpanel_1_1
for right = friends_2_2
THEN :
the sidebox command :
if (insert == "TOP") {
tb.parentNode.insertBefore(obj,tb);
}
else if (insert == "DOWN") {
Like this , You need to have ;
addBox("RIGHT","Syam's Chat Box",cboxchat,"cboxchat1","friends_2_2"","DOWN");
[color=blue]You want to put it down ; your sibling will be like this ; [/color]
if (insert == "DOWN") {
tb.parentNode.insertBefore(obj,tb);
}
else if (insert == "TOP") {
[color=red]And VICE VERSA : [/color]
I made it as simple tutorial / tips only : 2 things are important !. Check the codes and Analyze the Combination of ALL Codes [color=red]NOT [/color] only copy and paste .
Also : important !. The latest final code now , NOT all JS add-ons are applicable like for example for the IE users, Merlin code will not work now from the latest Final JS pattern of codes. My add-ons are ALL working until now because it is ADDED to the Main Friendster Server since long time ago that's why DO NOT base a code from the given preview only because maybe the preview are made since a long time and NOT affected by the latest Friendster update !. Hope it will help.....

[/quote]
[b]You don't need to put the positions [u][i]if you use those in wvm [/i][/u]because the functions commands to where it will be placed[/b] [i][b]Test it yourself if you have those in your wvm & try putting "down" for the placement if it will work...It won't because in wvm's addbox function doesn't have those "up"/"down" and for the siblings...they automatically goes left/right depending on the sibling you used...[/b][/i]
The positiong for "up"/"down" is applicable if you use admainsideBox Function, because the command is inside the script for that...
Last edited by mickyriora (2007-10-18 17:55:09)