Hey,
can you please help me with setting this up? I want to show an activity feed that shows only activity of the kind "updates" (status, posts, etc). I have already been able to restrict the feed from showing posts of non-friends.
I saw this on buddypress but could you help me in getting a function or filter that I could add to the customiser to get this to work?
https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/
also found this but want to know if this doesn't mess up recording of BP activities necessary for WPLMS functions.
https://buddypress.org/support/topic/updates-only-in-activity-stream/
Please follow this tip by buddypress :
https://codex.buddypress.org/plugindev/add-custom-filters-to-loops-and-enjoy-them-within-your-plugin/
this is the hook you are looking for :
add_filter(
'bp_ajax_querystring'
,
array
(
$this
,
'activity_querystring_filter'
), 12, 2 );
}
I have no idea how to do this. Isn't there a function I can add to the WPLMS customiser plugin that does the job? Would the tip in the second link I posted in the OP work?
Provide some time to check if its possible or not .
Hey Alex,
any news regarding this feature?
Hi we were busy with theme update 3.9.9 and wplms 4.0 , please provide some more time to do this.