WPIntell

Source evidence

activity filter option

BP Activity Share · review · 2017-08-01T11:41:00+00:00

praisesentiment
mediumseverity
0.5relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 5 stars
Anonymous User 15484660 unresolved
Hi, Thanks for you’re plugin, I use this function to remove some activities update function bpfr_activity_types( $retval ) { // comment line to disable optiopns $retval['action'] = array( 'activity_comment', 'activity_update', 'created_group', 'friendship_created', 'joined_group', 'last_activity', //'new_avatar', 'new_blog_comment', 'new_blog_post', //'new_member', 'updated_profile' ); return $retval; } add_filter( 'bp_after_has_activities_parse_args', 'bpfr_activity_types' ); but all shared activities disappears, to show shared activities it’s necessary to add ‘bp_activity_share’ to the function, it’s the plugin option. like that function bpfr_activity_types( $retval ) { // comment line to disable optiopns $retval['action'] = array( 'activity_comment', 'activity_update', 'created_group', 'friendship_created', 'joined_group', 'last_activity', //'new_avatar', 'new_blog_comment', 'new_blog_post', //'new_member', 'updated_profile' 'bp_activity_share' ); return $retval; } add_filter( 'bp_after_has_activities_parse_args', 'bpfr_activity_types' ); Hi @vidjaylee, Thank you very much for giving 5-star ratings to this plugin and this code, it’ll definitely help others in the community. 🙂

Comments

1 shown
Sanket Parmar 2017-08-05T07:46:00+00:00

Hi @vidjaylee, Thank you very much for giving 5-star ratings to this plugin and this code, it’ll definitely help others in the community. 🙂