W
I try to get this infos (gender,birthday,location ) , but without success
$oProfile = BxDolProfile::getInstance($iProfileId); $aProfileInfo = $oProfile->getInfo(); $aProfileGender = $aProfileInfo['gender'];
How can i do?