BuddyBoss Home – Web Support Forums General BuddyPress (general issues) Buddypress fields – member loop

Viewing 1 post (of 1 total)
  • Question

    #40465
    @benisben

    Hi.

    I’m using the Boss theme for my social network.
    I ‘ve custom the member-loop.php so that some fields appear on each profile.

    <?php if ( bp_get_member_profile_data( 'field=Country' ) ) : ?>
         <?php echo bp_member_profile_data( 'field=Country' ); ?>
     <?php endif; ?>

    What I need is every fields to be a link.
    For example, for the link ” Country ” when someone click on the field on member loop, it only shows
    the people from this country. ( see the example – when we click on ” France “, I’d like it to show only user that have ” France ” as Country field )

    I’m using multiselector field.

Viewing 1 post (of 1 total)
  • The question ‘Buddypress fields – member loop’ is closed to new replies.