Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to display profile fields on the Group – Members list page

  • @mitenis

    Participant

    Folks how are you,
    I have some custom profile fields for my users and I want to display that information in the list of members for each group. So when you go to Groups > Group1 > Members, in the list where it shows the avatar, link and time since last active I want to display the data from certain profile fields.

    I can do this on the member’s page, but I can’t get it to work on the list for individual groups. In other words, in the ‘members/mempers-header.php’ template using <?php if ( $data = bp_get_profile_field_data( ‘field=Field Name’ ) ) : ?><div class=”profile_fields”>Field Name: <span><?php echo $data ?></span></div><?php endif ?> displays the field. If I use this in the ‘groups/single/members.php’ it doesn’t work.

    Any advice will be greatly appreciated.

  • The topic ‘How to display profile fields on the Group – Members list page’ is closed to new replies.
Skip to toolbar