Disable Activity streams, keep mentions for BBPress
-
Hello,
I am running the latest versions of BBPress, BuddyPress, and WordPress. I am using the below code to use BuddyPress mentions for BBPress./*Add Mentions to BBPress*/ function custom_bbpress_maybe_load_mentions_scripts( $retval = false ) { if ( function_exists( 'bbpress' ) && is_bbpress() ) { $retval = true; } return $retval; } add_filter( 'bp_activity_maybe_load_mentions_scripts', 'custom_bbpress_maybe_load_mentions_scripts' );
I do not need to use the Activity streams, is there a way to disable the Activity streams but still keep the mentions functionality that BuddyPress provides?
Thanks.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.