-
bigflannel started the forum topic Requesting quote for work for custom code on buddypress followers plugin in the group Third Party Components & Plugins 13 years, 2 months ago
I am looking for two pieces of code (PHP) to use in my themes alongside the bp_follow plugin.
https://buddypress.org/community/groups/buddypress-followers
I need the code for listing the activity of the users […]
-
bigflannel started the forum topic Requesting quote for work for custom code on bp_follow in the group BuddyPress Followers 13 years, 2 months ago
I am looking for two pieces of code (PHP) to use in my themes alongside the bp_follow plugin.
I need the code for listing the activity of the users a user is following and the code to place a follow button […]
-
bigflannel replied to the forum topic Listing activity of followers in the group BuddyPress Followers 13 years, 2 months ago
This is my code for the loop:
global $bp;
$com = array(“user_id” = $bp-loggedin_user-id,
“per_page” = ‘7’);if ( bp_has_activities( $com ) ) :
I have tried adding “scope” = […]
-
bigflannel started the forum topic Listing activity of followers in the group BuddyPress Followers 13 years, 2 months ago
Hi All
I am trying to list the activity of users a user is following. I just can’t work it out. It must be possible as it happens on the activity page.
Any advice on how to filter on this greatly […]
-
bigflannel joined the group BuddyPress Followers 13 years, 2 months ago
@bigflannel
Active 1 month ago