Show All “Mentions” Activity in the Main “Personal” Activity Stream
-
I have read multiple threads on removing the Mentions tab, but this also removes all of the activity within the mentions tab. I want to remove the mentions tab, but have all of the activity items which would normally appear under “Mentions” to show in “Personal”.
Removing mentions is simple enough using:
add_filter( 'bp_activity_do_mentions', '__return_false' );
I have also tried to remove all of the hooks and functions related to mentions as shown in this post:
https://buddypress.org/support/topic/mentions-is-confusing-to-members/How can I get the mentions stream to transfer over to personal activity stream so all activity is under 1 sub tab?
thx
- The topic ‘Show All “Mentions” Activity in the Main “Personal” Activity Stream’ is closed to new replies.