Followers Fix
-
Ok, got many questions about this, so posting as a thread of its own for anyone new un-happy users…
Open the plugin CORE file (yes)
includes/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 arrayAnd The
bp_get_option('bp_ap_profile_activity_privacy_levels')
does not even exists anymore.When this fail, the levels are only “default levels”, without following level, when saving. And the activity fallbacks to “ANYONE” (not default privacy level setting)
/ There is still a lot to fix with this plugin
- The topic ‘Followers Fix’ is closed to new replies.