@webdevmatt
Not recently active
-
Matthew Holt started the forum topic Using bp_activity_add() to update an activity in the group How-To and Troubleshooting: 14 years, 1 month ago
When using bp_activity_add() to update an activity, I am having a bit of a challenge. I have tried two approaches: 1. create an array of the elements needed to update, with a known activity id and pass them to bp_activity_add() eg.
$activity=array('id'=>533,'hide_sitewide' => true,'content'=>'test 1', 'action'=>'test test');…
[Read more]