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 | 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)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Nice catch. Moving to 2.3.