mentalblock27 wrote:
@ slashedkite maybe we can?.for ex. media box on top of photo gallery box something like that?
But you can set where you want the box to appear..
yes i think you can.. with the moving boxes by feruzz.. not so sure though.. correct me if im wrong.



thanx for sharing xave!

Perfect
![]()
Last edited by john_619619 (2008-01-19 16:36:06)
-Offline- |
hahaha see it now.. refreshed couple of times.. ![]()
Last edited by ducheszv (2008-01-19 14:03:27)



how to position the addbox? (e.g. WVMCBOX V2) 
Last edited by john_619619 (2008-01-19 16:36:58)
-Offline- |


how to position the addbox? (e.g. WVMCBOX V2) 
-Offline- |

If you're using feruzz's WVMCBOX I guess you have something like this:
addNewBox.init("Visitors Info","<div id=\""+seeboks+"\" align=\"center\">"+WVMCBOX.div+"</div>","wvmcbox",/friends/i,null);Edit the /friends/i
Basically, understand the function addNewBox in his code 

ok,,after that,,what's next?
like this?
centerBox("/friends/i","10","DOWN",null); 
Last edited by john_619619 (2008-01-19 17:41:44)
-Offline- |

^
edit friends/i , where you want it to appear.I don't think you need to edit the position as you put the sibling will follow.As quoted below it's for fs boxes.
This script will make your Friendster Profile Boxes in One Column
example if you want it to appear below media box:Just the bold part needs editing.
addNewBox.init("Visitors Info","<div id=\""+seeboks+"\" align=\"center\">"+WVMCBOX.div+"</div>","wvmcbox",/scrapbook/i,"below");
@xavierkym
thanks for finally sharing the code. 
Last edited by mickyriora (2008-01-19 21:31:23)
-Offline- |

Thanks 4 sharing this ![]()


great job
thanks

Actually you can rearrange all the boxes.
But it needs trial and error method.
Anyway, I'm done creating only one function for it.. But still in beta Version.. 

Will addboxes move too??

-Offline- |

If you use the addBox function.. There is a simple trick so that it will also move to the center..
First get your box id.. for example: custombox_69
Adjust it using CSS.
#custombox_69 {
position: relative;
left: 160px!important;
overflow: auto;
width: 490px
}

nice layout!!!..
but your code does't work on my profile...

-Offline- |

nice xav... keep it up...


-Offline- |

nyahaha nice!
-Offline- |

mickyriora wrote:
^
edit friends/i , where you want it to appear.I don't think you need to edit the position as you put the sibling will follow.As quoted below it's for fs boxes.This script will make your Friendster Profile Boxes in One Column
example if you want it to appear below media box:Just the bold part needs editing.
addNewBox.init("Visitors Info","<div id=\""+seeboks+"\" align=\"center\">"+WVMCBOX.div+"</div>","wvmcbox",/scrapbook/i,"below");
@xavierkym
thanks for finally sharing the code.
thanks for the reply but the box doesn't follow
xavierkym wrote:
If you use the addBox function.. There is a simple trick so that it will also move to the center..
First get your box id.. for example: custombox_69
Adjust it using CSS.![]()
Code:
#custombox_69 { position: relative; left: 160px!important; overflow: auto; width: 490px }
woohoo
tenx xavierkym
now i know!!
addNewBox.init("Visitors Info","<div id=\""+seeboks+"\" align=\"center\">"+WVMCBOX.div+"</div>","wvmcbox",/scrapbook/i,"below");
#wvmcbox {
position: relative;
left: 160px!important;
overflow: auto;
width: 490px
}
-Offline- |

wow nyz one
thanks for sharin..
labiit:)
-Offline- |