Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Add profile info to the group page within the bp_group_the_member loop

For arguments sake, I’ve deleted the Nickname one and tried with another. Here’s my code incase I’m being a complete thicko
`

  • <a href="”>

    <!


    >

    <?php
    $account_type= xprofile_get_field_data( ‘Account Type’,bp_get_member_user_id());
    if ($account_type== ‘Standard’) {
    echo ‘standard’;
    } else {
    echo ‘premium’;
    };
    ?>

    <?php $Street= xprofile_get_field_data( "Street");
    echo $Street;
    ?>

    <!


    >

     

`

The only thing that displays on the custom field front is the account_type of either Standard or Premium.

Skip to toolbar