Hi Earl,
Thank you for reporting the issue. This is currently by design.You will need to add the following to your bp-custom.php to disable it.
// disables MediaPress gallery linking for activity. add_action( 'bp_include', function () { if ( ! function_exists( 'mpp_filter_activity_permalink' ) ) { return; } $priority = has_filter( 'bp_activity_get_permalink', 'mpp_filter_activity_permalink' ); if ( false !== $priority ) { remove_filter( 'bp_activity_get_permalink', 'mpp_filter_activity_permalink', $priority ); } } );
Please let me know if it worked for you or not?
Regards
Brajesh
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
This topic is: not resolved