3
By the way I've solved the bug of the truncation while updating profiles. It was in the file /friendfinder/members/index.php. There search for all expression similar to:
le="color: #000000"><?php <input type=text name=name maxlength=50 value=".$name.">
and replace with
le="color: #000000"><?php <input type=text name=name maxlength=50 value="".$name."">
As you can see the problem was in the ""