Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

#2122 closed defect (bug) (fixed)

bbPress does not set BP group enable_forum on creation

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

Description

During group creation (BBP_Forums_Group_Extension::create_screen_save()), bbPress is not setting the group's enable_forum flag. As a result, the group forum is being properly created and associated with the group from the bbPress end, but BP doesn't know to show the Forums tab in the group navigation.

edit_screen_save() does it correctly.

Patch attached.

Attachments (1)

2122.patch (537 bytes) - added by boonebgorges 12 years ago.

Download all attachments as: .zip

Change History (3)

@boonebgorges
12 years ago

#1 @johnjamesjacoby
12 years ago

  • Milestone changed from Awaiting Review to 2.3

Nice catch. Moving to 2.3.

#2 @johnjamesjacoby
12 years ago

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

(In [4613]) Introduce toggle_group_forum() method to handle saving of enable_forum group setting. Fixes issue with setting not being saved when creating a new group. Props boonebgorges. Fixes #2122.

Note: See TracTickets for help on using tickets.