Functions |
Description |
---|---|
bp_group_invite_user_link() |
Output the group invite member profile link. |
bp_group_invite_user_remove_invite_url() |
Output cancel invite url for displayed member group invite in loop. |
bp_group_invites() |
Display group invite loop. |
bp_group_is_activity_permalink() |
Determine whether the current page is a group activity permalink. |
bp_group_is_admin() |
Determine whether the current user is the admin of the current group. |
bp_group_is_forum_enabled() |
Determine whether forums are enabled for a group. |
bp_group_is_invited() |
Check whether the current user has an outstanding invite to the current group in the loop. |
bp_group_is_member() |
Check if current user is member of a group. |
bp_group_is_member_allowed_posting() |
Check if current user is allowed to post in a group. |
bp_group_is_mod() |
Determine whether the current user is a mod of the current group. |
bp_group_is_public() |
Output whether the current group in the loop is public. |
bp_group_is_user_banned() |
Check if a user is banned from a group. |
bp_group_is_visible() |
Is the group accessible to the currently logged-in user? Despite the name of the function, it has historically checked whether a user has access to a group. |
bp_group_join_button() |
Output button to join a group. |
bp_group_last_active() |
Output the ‘last active’ string for the current group in the loop. |
bp_group_layout_default_format() |
Default layout option for the groups listing |
bp_group_leave_confirm_link() |
Output the URL for confirming a request to leave a group. |
bp_group_leave_reject_link() |
Output the URL for rejecting a request to leave a group. |
bp_group_link() |
Output an HTML-formatted link for the current group in the loop. |
bp_group_list_admins() |
Output markup listing group admins. |
bp_group_list_mods() |
Output markup listing group mod. |
bp_group_list_parents() |
Output markup listing group parents. |
bp_group_member_admin_pagination() |
Output group member pagination for admin. |
bp_group_member_avatar() |
Output the group member avatar while in the groups members loop. |
bp_group_member_avatar_mini() |
Output the group member avatar while in the groups members loop. |
bp_group_member_avatar_thumb() |
Output the group member avatar while in the groups members loop. |
bp_group_member_ban_link() |
Output a URL for banning a member from a group. |
bp_group_member_count() |
Output the “x members” count string for a group. |
bp_group_member_css_class() |
Output group member class ‘banned-user’ for banned members. |
bp_group_member_demote_link() |
Output a URL for demoting a user to member. |
bp_group_member_domain() |
Output the current group member profile url in the loop. |
bp_group_member_id() |
Output the current group member id in the loop. |
bp_group_member_is_banned() |
Output if current group member is banned. |
bp_group_member_is_friend() |
Output connection status between current member and displayed member in group (pending/connected/not connected). |
bp_group_member_joined_since() |
Output the joined date for the current member in the group member loop. |
bp_group_member_link() |
Output an anchor tag of the group member profile url with link of displayed name. |
bp_group_member_name() |
Output the group member displayed name. |
bp_group_member_needs_pagination() |
Check if total group member count is greater than set pagination limit. |
bp_group_member_pagination() |
Output HTML group member pagination. |
bp_group_member_pagination_count() |
Output total number of group member pages and total number of group members. |
bp_group_member_promote_admin_link() |
Output a URL for promoting a user to admin. |
bp_group_member_promote_mod_link() |
Output a URL for promoting a user to moderator. |
bp_group_member_remove_link() |
Output a URL for removing a member from a group. |
bp_group_member_section_title() |
Output the group members section header while in the groups members loop. |
bp_group_member_unban_link() |
Output a URL for unbanning a member from a group. |
bp_group_members() |
Check if there is another member in the loop to display. |
bp_group_membership_requests() |
Get the total number of group membership requests. |
bp_group_messages_accept_new_member() |
Add new message to group thread if new member joined the group. |
bp_group_messages_admin_banned_member() |
Add new message to group thread when someone from the group ban. |
bp_group_messages_banned_member() |
Add new message to group thread when someone from the group ban. |