I'm trying to show profile fields with checkboxes and drop-downs in the members directory loop.
Example: Next to each member in the directory I want to show the Gender they selected
This code works for text fields:
echo xprofile_get_field_data('Full Name', bp_get_member_user_id());
BUT how do I echo profile fields for drop-downs or checkboxes (unserialized data)?
