So far the only method I have found to control activity stream entries is to work of bp_get_activity_type() having found the activity type – in this instance it’s joined_group you can simply wrap the loop that’s in /activity/entry.php with something like:
if ( 'joined_group' !== bp_get_activity_type()) :
this now means that the activity loop will only output an entry as long as it’s not of type joined_group.
It’s a bit of a crude approach and others may have a better solution.
ahhh information overload….lol. Can you break that down slightly more me I’m kinda new to this whole thing. Possibly and example of the code.
you’ll need to search back a bit – as a number of examples have been posted about “unset”-ing the activity items
I have searched a lot, I googled and I tried searching here, and I can’t figure anything out.