@olafnekeman
10 years, 6 months ago
never mind, got it working. the code is:
$myfield = xprofile_get_field_data( 'Beschikbare Dagen', $user_ID, $multi_format = 'comma' ); $data = xprofile_format_profile_field('checkbox', $myfield); echo $data;
Thanks for your input!!!! i’ve got it working now! for anyone who’s having trouble with the same issue, here the code:
<?php if( bp_get_group_id() == 5){ if ( xprofile_get_field_data( 'Jouw 06', $user_ID ) ) : echo xprofile_get_field_data( 'Jouw 06', $user_ID ); endif; }