Controller-Class for BuddyPressRead
activity_get_activities() : array
intpages: number of pages to display (default unset)
intoffset: number of entries per page (default 10 if pages is set, otherwise unset)
intlimit: number of maximum results (default 0 for unlimited)
Stringsort: sort ASC or DESC (default DESC)
Stringcomments: 'stream' for within stream display, 'threaded' for below each activity item (default unset)
Intuserid: userID to filter on, comma-separated for more than one ID (default unset)
Stringcomponent: object to filter on e.g. groups, profile, status, friends (default unset)
Stringtype: action to filter on e.g. activity_update, profile_updated (default unset)
intitemid: object ID to filter on e.g. a group_id or forum_id or blog_id etc. (default unset)
intsecondaryitemid: secondary object ID to filter on e.g. a post_id (default unset)
arrayactivities: an array containing the activitiesfriends_get_friends() : array
Stringusername: the username you want information from (required)
arrayfriends: array with the friends the user gotfriends_get_friendship_request() : array
Stringusername: the username you want information from (required)
arrayfriends: an array containing friends with some mor infofriends_get_friendship_status() : string
Stringusername: the username you want information from (required)
Stringfriendname: the name of the possible friend (required)
stringfriendshipstatus: 'is_friend', 'not_friends' or 'pending'groupforum_get_forum() : array
intforumid: the forumid you are searching for (if not set, forumslug is searched; forumid or forumslug required)
Stringforumslug: the slug to search for (just used if forumid is not set; forumid or forumslug required)
arrayforums: the group forum with metainfogroupforum_get_forum_by_group() : array
intgroupid: the groupid you are searching for (if not set, groupslug is searched; groupid or groupslug required)
Stringgroupslug: the slug to search for (just used if groupid is not set; groupid or groupslug required)
arrayforums: the group forum for the groupgroupforum_get_forum_topics() : array
intforumid: the forumid you are searching for (if not set, forumid is searched; forumid or forumslug required)
Stringforumslug: the forumslug to search for (just used if forumid is not set; forumid or forumslug required)
intpage: the page number you want to display (default 1)
intper_page: the number of results you want per page (default 15)
Stringtype: newest, popular, unreplied, tag (default newest)
Stringtagname: just used if type = tag
booleandetailed: true for detailed view (default false)
arraytopics: all the group forum topics foundgroupforum_get_topic_posts() : array
inttopicid: the topicid you are searching for (if not set, topicslug is searched; topicid or topicslug required)
Stringtopicslug: the slug to search for (just used if topicid is not set; topicid or topicslugs required)
intpage: the page number you want to display (default 1)
intper_page: the number of results you want per page (default 15)
Stringorder: desc for descending or asc for ascending (default asc)
arrayposts: all the group forum posts foundgroups_check_user_has_invite_to_group() : boolean
Stringusername: the username you want information from (required)
intgroupid: the groupid you are searching for (if not set, groupslug is searched; groupid or groupslug required)
Stringgroupslug: the slug to search for (just used if groupid is not set; groupid or groupslug required)
Stringtype: sent to check for sent invites, all to check for all
booleanis_invited: true if invited, else falsegroups_check_user_membership_request_to_group() : boolean
Stringusername: the username you want information from (required)
intgroupid: the groupid you are searching for (if not set, groupslug is searched; groupid or groupslug required)
Stringgroupslug: the slug to search for (just used if groupid is not set; groupid or groupslug required)
booleanmembership_requested: true if requested, else falsegroups_get_group_admins() : array
intgroupid: the groupid you are searching for (if not set, groupslug is searched; groupid or groupslug required)
Stringgroupslug: the slug to search for (just used if groupid is not set; groupid or groupslug required)
arraygroup_admins: array containing the adminsgroups_get_group_members() : array
intgroupid: the groupid you are searching for (if not set, groupslug is searched; groupid or groupslug required)
Stringgroupslug: the slug to search for (just used if groupid is not set; groupid or groupslug required)
intlimit: maximum members displayed
arraygroup_members: group members with some more infogroups_get_group_mods() : array
intgroupid: the groupid you are searching for (if not set, groupslug is searched; groupid or groupslug required)
Stringgroupslug: the slug to search for (just used if groupid is not set; groupid or groupslug required)
arraygroup_mods: array containing the modsgroups_get_groups() : array
Stringusername: the username you want information from (default => all groups)
Booleanshow_hidden: Show hidden groups to non-admins (default: false)
Stringtype: active, newest, alphabetical, random, popular, most-forum-topics or most-forum-posts (default active)
intpage: The page to return if limiting per page (default 1)
intper_page: The number of results to return per page (default 20)
arraygroups: array with meta infosnotifications_get_notifications() : array
arraynotifications: the notifications as a linkprofile_get_profile() : array
Stringusername: the username you want information from (required)
arrayprofilefields: an array containing the profilefieldssettings_get_settings() : object
objectsettings: an object full of the settingssitewideforum_get_all_forums() : array
intparentid: all children of the given id (default 0 = all)
arrayforums: all sitewide forumssitewideforum_get_forum() : array
intforumid: the forumid you are searching for (if not set, forumslug is searched; forumid or forumslug required)
Stringforumslug: the slug to search for (just used if forumid is not set; forumid or forumslug required)
arrayforums: sitewide forum with some infossitewideforum_get_forum_topics() : array
intforumid: the forumid you are searching for (if not set, forumslug is searched; forumid or forumslug required)
Stringforumslug: the slug to search for (just used if forumid is not set; forumid or forumslug required)
booleandisplay_content: set this to true if you want the content to be displayed too (default false)
arrayforums->topics: array of sitewide forums with the topics in itsitewideforum_get_topic_replies() : array
inttopicid: the topicid you are searching for (if not set, topicslug is searched; topicid or topicsslug required)
Stringtopicslug: the slug to search for (just used if topicid is not set; topicid or topicslug required)
booleandisplay_content: set this to true if you want the content to be displayed too (default false)
arraytopics->replies: an array containing the replies