@partytrotter
Not recently active
-
bp-help replied to the topic How to add Profile Search Field to Member Directory results in the forum How-to & Troubleshooting 11 years, 7 months ago
@partytrotter
See lines 61 through 69 in members-loop.php
Between the opening and closing php tags you add code. For example:
echo bp_member_profile_data('field=City');
The instructions are commented between those lines as well.
Just remember for it to show up you need to create a profile field in the dashboard named “City” and it is case…[Read more]