Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • olafnekeman
    Participant

    @olafnekeman

    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;
    

    olafnekeman
    Participant

    @olafnekeman

    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; 
    }
    
    
Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar