Changeset 12547 for trunk/src/bp-core/deprecated/1.2.php
- Timestamp:
- 01/29/2020 09:43:16 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/deprecated/1.2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/1.2.php
r11447 r12547 23 23 24 24 $defaults = array( 25 'max' => false, // Maximum number of results to return26 'page' => 1, // page 1 without a per_page will result in no pagination.27 'per_page' => false, // results per page28 'sort' => 'DESC', // sort ASC or DESC29 'display_comments' => false, // false for no comments. 'stream' for within stream display, 'threaded' for below each activity item25 'max' => false, // Maximum number of results to return. 26 'page' => 1, // Page 1 without a per_page will result in no pagination. 27 'per_page' => false, // Results per page. 28 'sort' => 'DESC', // Sort ASC or DESC. 29 'display_comments' => false, // False for no comments. 'stream' for within stream display, 'threaded' for below each activity item. 30 30 31 'search_terms' => false, // Pass search terms as a string32 'show_hidden' => false,// Show activity items that are hidden site-wide?31 'search_terms' => false, // Pass search terms as a string. 32 'show_hidden' => false, // Show activity items that are hidden site-wide? 33 33 34 34 /** 35 35 * Pass filters as an array: 36 36 * array( 37 * 'user_id' => false, // user_id to filter on38 * 'object' => false, // object to filter on e.g. groups, profile, status, friends39 * 'action' => false, // action to filter on e.g. new_wire_post, new_forum_post, profile_updated40 * 'primary_id' => false, // object ID to filter on e.g. a group_id or forum_id or blog_id etc.41 * 'secondary_id' => false, // secondary object ID to filter on e.g. a post_id37 * 'user_id' => false, // user_id to filter on. 38 * 'object' => false, // Object to filter on e.g. groups, profile, status, friends. 39 * 'action' => false, // Action to filter on e.g. new_wire_post, new_forum_post, profile_updated. 40 * 'primary_id' => false, // Object ID to filter on e.g. a group_id or forum_id or blog_id etc. 41 * 'secondary_id' => false, // Secondary object ID to filter on e.g. a post_id. 42 42 * ); 43 43 */
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)