Changeset 2343 for trunk/bp-activity.php
- Timestamp:
- 01/18/2010 08:00:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r2331 r2343 396 396 * 'user_id' => false, // user_id to filter on 397 397 * 'object' => false, // object to filter on e.g. groups, profile, status, friends 398 * 'action' => false, // action to filter on e.g. new_wire_post, new_forum_post,profile_updated398 * 'action' => false, // action to filter on e.g. new_wire_post, profile_updated 399 399 * 'primary_id' => false, // object ID to filter on e.g. a group_id or forum_id or blog_id etc. 400 400 * 'secondary_id' => false, // secondary object ID to filter on e.g. a post_id … … 438 438 439 439 'user_id' => $bp->loggedin_user->id, // Optional: The user to record the activity for, can be false if this activity is not for a user. 440 'item_id' => false, // Optional: The ID of the specific item being recorded, e.g. a blog_id , or wire_post_id440 'item_id' => false, // Optional: The ID of the specific item being recorded, e.g. a blog_id 441 441 'secondary_item_id' => false, // Optional: A second ID used to further filter e.g. a comment_id 442 442 'recorded_time' => time(), // The time that this activity was recorded
Note: See TracChangeset
for help on using the changeset viewer.