[quote=chinitaice]Thanks for re-posting this [b]lordheinz[/b]
Just have a quick
what's the code for adding a box? Coz I'm using marfi's addbox generator and as you said its not compatible and it's really NOT so I just deleted those codes. Please advise how can I addboxes. MANY THANKS
[/quote]
refer to your addbox fuction..i have as example in my post in adding sidebars try to analyzed it:
heres the clue..
in adding sidebars with the code that you want...
first...
var [color=red]nameofcode[/color]=<div align='center' id='[color=red]idofcode[/color]>[color=blue]your whole code[/color]";
addBox("RIGHT/LEFT","[color=red]name or header[/color],nameofcode,"code_div",[b]sibling[/b]);
ok remember to check your available siblings..see it in your addbox function
Available siblings
left side (mainbar)
"0" = controlpanel
"1" = photos
"13" = blogs
"12" = reviews
"6" = moreabout
"18" = publiccomments
"10" = scrapbook
right side (sidebar)
"15" = meettrail
"2" = friends
"14" = ads
"7" = fan
"8" = groups
null=will append last
try to change the [b]"[/b] into [b]'[/b] in all the codes that you want to add
see for this sample:
[quote]var tprof2="<div align='center' id='prof'><strong><center> See who's on Friendster</strong><p> Search over 50 million profiles</p><p> Enter name or email:</p><form action='http://www.friendster.com/usersearch.php' target='_blank' method='get' name='usersearchform'><input type='hidden' name='search' value='1'><input type='hidden' name='sf' value='0'> <center><input type='text' name='usearch' maxlength='200' style='color:#ffffff;font-weight:normal;font-family:lucida console;border:#ffffff 1px solid;background:transparent;margin: 0 5px 0 0; width: 165px;'><span class='searchButton'><br> <input class='middlealign' type='submit' name='cont' value='Search' style='background:transparent;border:1px #ffffff solid;color:#ffffff;font-weight:bold;font-family:tahoma;font-size:10px;'></center></span></form><br><center>With User Search, you can enter an email address, first name or full name to find matching profiles across all of Friendster. If a first name search returns too many results, you can limit the results by changing the search settings below the text entry box.</font>";
addBox("RIGHT","See Whos on friendster",tprof2,"tprof2",null);[/quote]