@deshmukh
Active 7 years, 2 months ago
-
Henry Wright replied to the topic Modify the activity loop in the forum How-to & Troubleshooting 9 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_comments
parameter will help you here. You’ll need to changethreaded
tostream
(see b)Refs:
a)…[Read more]