@mlao
Active 8 years, 5 months ago
-
Henry Wright replied to the topic How to make activity Stream not showing profile or profile pictures updates? in the forum How-to & Troubleshooting 8 years, 6 months ago
Sorry for the delay in getting back to you. So it looks like we will need to add our actions instead of removing them. Here’s where the fun part begins. You’ll need to find a list of all the action types you want in your stream and add them to the following snippet:
add_filter( 'bp_after_has_activities_parse_args', function( $retval ) {…
[Read more]