@deshmukh
Active 8 years, 2 months ago
-
Henry Wright replied to the topic Modify the activity loop in the forum How-to & Troubleshooting 10 years, 9 months ago
Hi @deshmukh
You can add items to the activity stream using
bp_activity_add(). You’d write a custom function and hook it to the relevant action which fires when a group message has been posted (see a)
Thedisplay_commentsparameter will help you here. You’ll need to changethreadedtostream(see b)Refs:
a)…[Read more]