Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2263 closed enhancement (fixed)

BuddyPress 1.7 Group Forum enhancement (3 out of 3) : Group Admin UI

Reported by: imath's profile imath Owned by:
Milestone: 2.3 Priority: normal
Severity: normal Version: trunk
Component: Extend - BuddyPress Keywords: has-patch commit
Cc:

Description

In this third ticket, i think it can be interesting (in next or in a future release) that bbPress could be in the Group Admin UI introduced in BuddyPress 1.7.
You'll find an image that shows the metabox the diff attached to this ticket creates.

Attachments (3)

bbpress-group-admin-ui.png (17.0 KB) - added by imath 12 years ago.
2263.diff (6.2 KB) - added by imath 12 years ago.
2263.02.patch (2.9 KB) - added by boonebgorges 12 years ago.

Download all attachments as: .zip

Change History (6)

@imath
12 years ago

#1 @johnjamesjacoby
12 years ago

  • Keywords commit added; 2nd-opinion removed
  • Milestone changed from Awaiting Review to 2.3

With a patch, we can likely fit this into 2.3. Thanks!

#2 @johnjamesjacoby
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4815]) BuddyPress Group Forum Enhancements:

  • When deleting a Group, also remove the forum connection. Fixes #2261.
  • When disabling a Group's Forum, also remove the forum connection. Fixes #2262.
  • Allow editing of a Group's Forum via the Group Admin UI. Fixes #2263.
  • Props imath.

#3 @boonebgorges
12 years ago

imath's patch doesn't do it quite right. The BP_Group_Extension API has admin_screen() and admin_screen_save() methods that are designed to do some of the legwork. I'm attaching a patch that is functionally identical to imath's, but that uses the API methods, as per best practices.

Note: See TracTickets for help on using tickets.