BuddyPress Group Organizer

About

Easily organize your BuddyPress groups with drag and drop simplicity.

Also known as the BP Group Organizer, this plugin adds a page to your BuddyPress admin menu letting you easily drag and drop your groups around, or create new groups just by filling out a single form. No more paging through the group creation screen over and over again when setting up a new BuddyPress site!

API for Developers

Actions for extending the Organizer

bp_group_organizer_display_new_group_options

Hook this action to display custom options when creating new groups in the Organizer.

bp_group_organizer_display_group_options

Hook this action to display custom options when creating new groups in the Organizer.

Parameters:

  • $group – object of group being edited in the Organizer
bp_group_organizer_save_new_group_options

Hook this action to save custom options when users create new groups in the Organizer.

Parameters:

  • $group_id – ID of newly-created group
bp_group_organizer_save_group_options

Hook this action to save custom options when users save changes in the Organizer.

Parameters:

  • $group – array of POSTed group options
  • $group_reference – BP_Groups_Group object of the group being saved