-
Author
-
April 8, 2017 at 10:35 #157975
Vinz85
ParticipantHi dear i have this problem …
If an user write me, then i ask at his message, but i see always the ” Activity update ” on my profile too.
I don’t want the activity on every profile, because it’s like a duplicate.Please help me …
See the attach
April 18, 2017 at 16:35 #158793Radu
ModeratorHello, Please add this codefunction my_bp_activities_include_activity_types( $retval ) { // only allow the following activity types to be shown $retval['action'] = array( 'activity_update', //'activity_comment', 'new_blog_post', 'new_blog_comment', 'friendship_created', 'created_group', ); return $retval; } add_filter( 'bp_after_has_activities_parse_args', 'my_bp_activities_include_activity_types' );To wp-content/themes/kleo-child/functions.php NOTE : Child theme needs to be installed and activated. That's all Cheers R. -
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic.