Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi !

    It seems to be broken again on version 1.3.8.
    I digged into it and think I found the origin; In bp-activity-privacy-integrations.php, lines 71 & 84 shouldn’t be commented:

    add_filter('bp_profile_activity_visibility_levels_filter', 'bp_get_profile_follow_activity_visibility_levels', 10, 1);

    add_filter('bp_groups_activity_visibility_levels_filter', 'bp_get_groups_follow_activity_visibility_levels', 10, 1);

    They are commented out on release 1.3.8, with added comment :
    // @TODO this code should be removed since the privacy levers are managed from admins

    … Which holds true for the two previous functions (activity privacy), but doesn’t for visibility checks.

    Kindly tell me if I completely missed the point, but without this hard-coded change I wasn’t able to get bp-followers and your plugin working together.

    Cheers !

Viewing 1 replies (of 1 total)