• Hello,

    This plugin doesn’t seem to be filtering any of my activity feed. I am using the latest version of the plugin. I have it configured to pretty much only show what users physically type in (like a social media site), but everything shows up in the feed. Any ideas on what I can do to get this to function with my site?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Varun Dubey

    (@vapvarun)

    Hello @nathanielbessent, Try to debug issue via keeping BuddyPress and BuddyPress Activity Filter active and deactivate rest of plugin.

    Same issue as Nathaniel – disabling all other plugins is not an option.

    Same issue as above, and disabling all other plugins is not an option.

    FYI I did deactivate all other plugins on staging site and it still doesn’t work

    Not working for me either.

    It partially works on member profile pages with the dropdown, but only some (not all) of the options are hidden (like I hide topics and replies though they still show up).

    The site wide activity page doesn’t change no matter what settings.

    WordPress 4.95, BuddyPress 2.9.4, BuddyPress Activity Filter 1.0.4

    Dear all,

    I’m having the same issues! I’m using Youzer which has a built in functionality to limit the visibility of most activity items, but not for all. Hence I thought this plugin might be the perfect fit. Unfortunately, it doesn’t work at all for me. @vapvarun, any idea what might be causing the issue?

    Thanks so much in advance!

    Kind regards, Philip

    By the way, I’m now back to filtering via the functions and the code below, which works fine. Still, if you have any idea how to make your plugin work, let me know ??

    function my_filter_activity( $loop ) {
     
        $loop['per_page'] = 10;
        $loop['action'] = 'new_forum_post, new_blog_comment, new_forum_topic, activity_update, new_job_listing, bbp_topic_create, bbp_reply_create, new_webinar_post, new_webinar_comment,';
        
        return $loop;
    }
    add_filter( 'bp_after_has_activities_parse_args', 'my_filter_activity' );
    

    Kind regards, Philip

    • This reply was modified 6 years, 2 months ago by Strothi.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘BuddyPress Activity Filter is not working’ is closed to new replies.