Friend Requests Shortcode?!
-
Hi all,
is there a shortcode for the list of open incoming friend requests (usually located under the URL mydomain.com/members/memberX/friends/requests/)? Or how can I mimic it? I want to display the list somewhere else as a small widget.
I found that the page is build somewhere around the template file buddypress\members\single\friends.php in which again the requests list is displayed:
bp_get_template_part( 'members/single/friends/requests' );
I just cant figure out where exactly the whole story starts and where things are setup (list of members to display etc)?
Can you please hint me to it? Thanks!
- You must be logged in to reply to this topic.