#2613 closed defect (bug) (fixed)
[patch] Deleting a Group: bbPress information is not removed
Reported by: | nuprn1 | Owned by: | DJPaul |
---|---|---|---|
Milestone: | 1.2.6 | Priority: | major |
Severity: | Version: | ||
Component: | Forums | Keywords: | has-patch, tested |
Cc: |
Description
When deleting a group from BuddyPress - all the associated data in the bb_ tables not removed (forum, topics, meta, etc).
could piggyback on the bbPress function bb_delete_forum( $forum_id ) - only drawback is moving topics if needed.
Attachments (2)
Change History (10)
#4
@
14 years ago
- Summary changed from Deleting a Group: bbPress information is not removed to [patch] Deleting a Group: bbPress information is not removed
Added [patch] to title
#6
@
14 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
I was thinking about this last night and realised that if a group had a forum, but it was disabled some point after group creation, and then the group was deleted, the forum database wouldn't get cleaned up.
confirmed, on it.