Opened 15 years ago
Closed 15 years ago
#664 closed defect (bug) (no action required)
Deleting a blog doesn't delete recent blog posts or activity originating from that blog
Reported by: | burtadsit | Owned by: | burtadsit |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
See: http://buddypress.org/forums/topic.php?id=2112
The site admin wanted the blog deleted and the recent blog posts and site activity. They don't point to anything after the blog is deleted but should be removed for the sake of completeness.
I looked around and found that deleting a blog removes the blog from bp_user_blogs, the activity associated with creating the blog and it clears the cache.
The only way to remove the recent posts and activity was to delete the user. I didn't want to recommend that they jump in and start editing records with phpmyadmin.
I assigned this to me. I'll come back when I have time with a patch.
Don't know how I missed it but the trunk does exactly that. Never mind.