• Hi,

    is there anyway to show the member’s following activity?
    It seems that ‘scope=following’ isn’t working at all.

    I’ve tried with this code, but I’m getting strange behaviours on the scope filter!

    $user_id = bp_loggedin_user_id();
    if ( bp_has_activities( 'user_id='.$user_id.'&scope=following' ) ) :
      while ( bp_activities() ) : bp_the_activity();
        if ( bp_get_activity_type() == 'new_blog_post') :
          locate_template( array( 'activity/entry.php' ), true, false );
        endif;
      endwhile;
    endif; ?>

    Any help?

    https://www.ads-software.com/extend/plugins/buddypress-followers/

  • The topic ‘[Plugin: BuddyPress Followers] Show "Following" entries of logged_in_user_id() on scope bp’ is closed to new replies.