global $bp;
$com = array(“user_id” => $bp->loggedin_user->id,
“per_page” => ’7′);
if ( bp_has_activities( $com ) ) :
I have tried adding “scope” => ‘following’ to the arguments for the loop. But this does not seem correct. I have tried a whole range of words. I can’t work out how the ‘following’ button on a profile page filters and or amends the activity loop to be the activity of the users a user follows.