[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-groups/ -> bp-groups-screens.php (summary)

BuddyPress Groups Screen Functions Screen functions are the controllers of BuddyPress. They will execute when their specific URL is caught. They will first save or manipulate data using business functions, then pass on the user to a template file.

File Size: 1163 lines (40 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 19 functions

  groups_directory_groups_setup()
  groups_screen_my_groups()
  groups_screen_group_invites()
  groups_screen_group_home()
  groups_screen_group_members()
  groups_screen_group_invite()
  groups_remove_group_invite()
  groups_screen_group_request_membership()
  groups_screen_group_activity()
  groups_screen_group_activity_permalink()
  groups_screen_group_admin()
  groups_screen_group_admin_edit_details()
  groups_screen_group_admin_settings()
  groups_screen_group_admin_avatar()
  groups_screen_group_admin_cover_image()
  groups_screen_group_admin_manage_members()
  groups_screen_group_admin_requests()
  groups_screen_group_admin_delete_group()
  groups_screen_notification_settings()

Functions
Functions that are not part of a class:

groups_directory_groups_setup()   X-Ref
Handle the display of the Groups directory index.

since: 1.0.0

groups_screen_my_groups()   X-Ref
Handle the loading of the My Groups page.

since: 1.0.0

groups_screen_group_invites()   X-Ref
Handle the loading of a user's Groups > Invites page.

since: 1.0.0

groups_screen_group_home()   X-Ref
Handle the loading of a single group's page.

since: 1.0.0

groups_screen_group_members()   X-Ref
Handle the display of a group's Members page.

since: 1.0.0

groups_screen_group_invite()   X-Ref
Handle the display of a group's Send Invites page.

since: 1.0.0

groups_remove_group_invite()   X-Ref
Process group invitation removal requests.

Note that this function is only used when JS is disabled. Normally, clicking
Remove Invite removes the invitation via AJAX.

since: 2.0.0

groups_screen_group_request_membership()   X-Ref
Handle the display of a group's Request Membership page.

since: 1.0.0

groups_screen_group_activity()   X-Ref
Handle the loading of a single group's activity.

since: 2.4.0

groups_screen_group_activity_permalink()   X-Ref
Handle the display of a single group activity item.

since: 1.2.0

groups_screen_group_admin()   X-Ref
Handle the display of a group's Admin pages.

since: 1.0.0

groups_screen_group_admin_edit_details()   X-Ref
Handle the display of a group's admin/edit-details page.

since: 1.0.0

groups_screen_group_admin_settings()   X-Ref
Handle the display of a group's admin/group-settings page.

since: 1.0.0

groups_screen_group_admin_avatar()   X-Ref
Handle the display of a group's Change Avatar page.

since: 1.0.0

groups_screen_group_admin_cover_image()   X-Ref
Handle the display of a group's Change cover image page.

since: 2.4.0

groups_screen_group_admin_manage_members()   X-Ref
This function handles actions related to member management on the group admin.

since: 1.0.0

groups_screen_group_admin_requests()   X-Ref
Handle the display of Admin > Membership Requests.

since: 1.0.0

groups_screen_group_admin_delete_group()   X-Ref
Handle the display of the Delete Group page.

since: 1.0.0

groups_screen_notification_settings()   X-Ref
Render the group settings fields on the Notification Settings page.

since: 1.0.0



Generated: Sun Apr 1 01:00:58 2018 Cross-referenced by PHPXref 0.7.1