

@portuniecho
if (!attachOnLoadHandler(function(){centerBoxes()})) window.onload = function(){centerBoxes()};
function centerBoxes() {
fixBox("0",null); //Cpanel
fixBox("1",null); //Photos
fixBox("13",null); //Blogs
fixBox("12",null); //Reviews
fixBox("6",null); //MoreAbout
fixBox("18",null); // Comments
fixBox("10",null); //Media Box
centerBox("2","13","DOWN",null); //Friends below Blogs
centerBox("7","10","UP",null); //Fanof above Media Box
centerBox("8","18","DOWN",null); //Groups below Comments
centerBox("15","0","UP",null); //Mettrail above CPanel
}
function fixBox(boxID,set) {
//by xavierkym
//set "CUSTOM" | null
//if "CUSTOM" set your settings in the function below
/* Available default boxID
RIGHT BOXES
0 = controlpanel
1 = photos
13 = blogs
12 = reviews
6 = moreabout
18 = publiccomments
10 = scrapbook
*/
var box;
box = parent.document.getElementById(boxID);
if (set == null) {
box.style.position = "relative";
box.style.overflow = "auto";
box.style.overflowX = "hidden";
box.style.left = "160px";
box.style.width = "490px";
}
else if (set == "CUSTOM") {
box.style.position = "relative";
box.style.overflow = "hidden";
box.style.left = "160px";
box.style.width = "490px";
}
}
function centerBox(boxID,sibling,insert,set) {
//by xavierkym
//insert "UP" | "DOWN"
//set default is = null
/* Available default boxID
RIGHT BOXES
15 = meettrail
2 = friends
14 = googleads
7 = fan
8 = groups
Available default sibling
LEFT BOXES
0 = controlpanel
1 = photos
13 = blogs
12 = reviews
6 = moreabout
18 = publiccomments
10 = scrapbook
*/
var baseID; var cNode; var module; var box;
baseID = document.getElementById(sibling);
cNode = baseID.parentNode;
module = document.getElementById(boxID);
box = parent.document.getElementById(boxID);
if (set == null) {
box.style.position = "relative";
box.style.overflow = "auto";
box.style.overflowX = "hidden";
box.style.left = "160px";
box.style.width = "490px";
}
if (insert == "UP") {
cNode.parentNode.insertBefore(module,cNode);
}
else if (insert == "DOWN") {
cNode.appendChild(module);
}
}-Offline- |

luk bro,,
dats it,,
i olready put ur ready made code tu mu hide.txt.. 

. | 
^ whats wrong with that? 
-Offline- |

i dunno,,dats why im tellin u,,da codes dat u gave to me,,is lyk dat..

. | 
that is one column 
-Offline- |

yah,,one column,,one column control panel box,, 

. | 
you must have this
Controlpanel
Photos
Blogs
Reviews
More About
Testimonials
Mediabox
Meetrail
Friends
Fan
Groups
fixBox("0",null); //Cpanel
fixBox("1",null); //Photos
fixBox("13",null); //Blogs
fixBox("12",null); //Reviews
fixBox("6",null); //MoreAbout
fixBox("18",null); // Comments
fixBox("10",null); //Media Box
centerBox("2","13","DOWN",null); //Friends below Blogs
centerBox("7","10","UP",null); //Fanof above Media Box
centerBox("8","18","DOWN",null); //Groups below Comments
centerBox("15","0","UP",null); //Mettrail above CPanel
-Offline- |
remove the hide codes in your CSS.. the hide friends, hide groups 



really??
. .well see wat happen??
http://profiles.friendster.com/59363512 

. | how can i use this code??
i dont really have idea about java
will i copy it all and uplaod it as .js or .txt??
i done it but the box just overlapped
what should i do??

-Offline- |

actually, this trickis cool!
-Offline- |

Nice Scripts, sir
![]()


@topic starter can u give one whole code that example only....


ahm...question:
is it possible to resize the boxes without affecting the size of the other boxes?
for u sir!!
-Offline- |

@xavierkym why when i use ur code its just overlapped??

-Offline- |

Im using this!
if (!attachOnLoadHandler(function(){centerBoxes()})) window.onload = function(){centerBoxes()};
function centerBoxes() {
fixBox("0",null); //Cpanel
fixBox("1",null); //Photos
fixBox("13",null); //Blogs
fixBox("12",null); //Reviews
fixBox("6",null); //MoreAbout
fixBox("18",null); // Comments
fixBox("10",null); //Media Box
centerBox("2","13","DOWN",null); //Friends below Blogs
centerBox("7","10","UP",null); //Fanof above Media Box
centerBox("8","18","DOWN",null); //Groups below Comments
centerBox("15","0","UP",null); //Mettrail above CPanel
}
function fixBox(boxID,set) {
//by xavierkym
//set "CUSTOM" | null
//if "CUSTOM" set your settings in the function below
/* Available default boxID
RIGHT BOXES
0 = controlpanel
1 = photos
13 = blogs
12 = reviews
6 = moreabout
18 = publiccomments
10 = scrapbook
*/
var box;
box = parent.document.getElementById(boxID);
if (set == null) {
box.style.position = "relative";
box.style.overflow = "auto";
box.style.overflowX = "hidden";
box.style.left = "160px";
box.style.width = "490px";
}
else if (set == "CUSTOM") {
box.style.position = "relative";
box.style.overflow = "hidden";
box.style.left = "160px";
box.style.width = "490px";
}
}
function centerBox(boxID,sibling,insert,set) {
//by xavierkym
//insert "UP" | "DOWN"
//set default is = null
/* Available default boxID
RIGHT BOXES
15 = meettrail
2 = friends
14 = googleads
7 = fan
8 = groups
Available default sibling
LEFT BOXES
0 = controlpanel
1 = photos
13 = blogs
12 = reviews
6 = moreabout
18 = publiccomments
10 = scrapbook
*/
var baseID; var cNode; var module; var box;
baseID = document.getElementById(sibling);
cNode = baseID.parentNode;
module = document.getElementById(boxID);
box = parent.document.getElementById(boxID);
if (set == null) {
box.style.position = "relative";
box.style.overflow = "auto";
box.style.overflowX = "hidden";
box.style.left = "160px";
box.style.width = "490px";
}
if (insert == "UP") {
cNode.parentNode.insertBefore(module,cNode);
}
else if (insert == "DOWN") {
cNode.appendChild(module);
}
}-Offline- |

nice,
thx for shring dude.

-Offline- |