In order to have ALL the couple mutual fields I wanted marked as mutual (some of them were not selectable on the "mutual couple field" block) I changed a line in the \inc\classes\BxDolProfileFields.php as follows:
$this -> aCoupleMutual = array( 'NickName', 'Password', 'Email', 'Country', 'City', 'Headline', 'DescriptionMe', 'LookingFor', 'Tags', 'I_M' );
I didn't mark anything in the "mutual couple field" block. But somehow, on couple's profile, the age shows only for the first person and not for the second. I checked in the php file mentioned above, in the block and even in the system fields table in the DB - nowhere is mentioned "age" or "dateofbirth" as a mutual couple field.
any idea why it is not showing??