This BP-Searchfriends plugin will populate a list of your buddypress network friends with the following criteria:
- Search by Friend's Display Name
- Search by Friend's Email
- Search by Friend's Nicename
- Search by Friend's Username
The quickest method for installing this search Friend plugin is:
- Visit Plugins -> Add New Plugin in the WordPress dashboard
- Search for "BP SearchFriends" plugin from the wordpress plugins repository
- Click on "Install Now" link.
- Finally click "Activate Plugin".
Once the plugin is installed and activated, start integrating the plugin in your buddypress template file or wordpress page.
- To integrate within wordpress page use the short code : [BP_SearchFriends]
- To integrate within buddypress template file, use the template tag : <?php echo do_shortcode('[BP_SearchFriends]'); ?>