Disable bbPress Forum Actions BuddyPress Activity recording
If you are looking for a way to disable activity recording of various bbPress forum actions, there is no setting to allow it. There is a simple way to do it though. You can put the following code in your bp-custom.php /** * Dummy class to disable bbPress forums activity recording. */ class BBP_BuddyPress_Activity { …