• Hello, @megainfo
    1. Please integrate this plugin with BuddyPress because it important and must be present by default with BuddyPress.
    2. Does not work with the plugin BuddyPress Follow, the post show for everyone.
    3. (Example 1) If a plugin published post in activity stream, such as plugin BuddyPress Like: if member was liked in a post in activity stream and this plugin was published that liked to post in activity stream, the privacy for this post review for everyone.
    4. (Example 2) comment on the activity: When I comment on the activity or the image it shows For everyone.

Viewing 1 replies (of 1 total)
  • Jonas Lundman

    (@jonas-lundman)

    Hi
    Fix:

    bp-activity-privacy-integrations.php

    uncomment:

    add_filter('bp_profile_activity_privacy_levels_filter', 'bp_get_profile__follow_activity_privacy_levels', 10, 1);

    and

    add_filter('bp_groups_activity_privacy_levels_filter', 'bp_get_profile__follow_groups_privacy_levels', 10, 1);

    OR copy this filtering to your own theme functions.php. However, it seems like this plugin has an sleepeing author for the moment, updates to “override” core changes will propably fix this anyway.

    The problem is that the author didnt calculate:

    $groups_activity_privacy_levels [] CAN NOT be fetched from the admin array

    And The bp_get_option('bp_ap_profile_activity_privacy_levels') does not even exists anymore.

    This “mixed up” issues, reflects other bugs as well, unf.

    / Hope it helps.

    When this fail, the levels are only default levels, without fallowing level, when saving.

Viewing 1 replies (of 1 total)
  • The topic ‘I have some important request’ is closed to new replies.