- This topic has 0 replies, 1 contibutor, and was last updated 9 years, 6 months ago by .
Viewing 1 post (of 1 total)
Question
Viewing 1 post (of 1 total)
- The question ‘Buddypress fields – member loop’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › General › BuddyPress (general issues) › Buddypress fields – member loop
Tagged: buddypress boss fields
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.