Opened 15 years ago
Closed 14 years ago
#2264 closed defect (bug) (fixed)
Group Forums: Edit Details: forum_desc not updating in bbpress forum table
Reported by: | nuprn1 | Owned by: | |
---|---|---|---|
Milestone: | 1.2.6 | Priority: | major |
Severity: | Version: | ||
Component: | Forums | Keywords: | has-patch |
Cc: |
Description
Create a new group forum and forum_desc is inserted into the bbPress forum tables.
Edit the group detail description and nothing is updated on the bbPress side.
Expected behavior is to update both set of tables.
Attachments (1)
Change History (7)
#2
@
15 years ago
- Milestone changed from 1.3 to 1.2.5
Hi JJJ,
could you please fix this issue in BP 1.2.5 as I am using the Plugin "BP Forums Extras" and this bug seems to be limiting the full use of that plugin.
http://buddypress.org/community/groups/buddypress-group-forum-extras/
Many thanks,
#3
@
15 years ago
- Keywords has-patch added
I've attached a rough patch. By default the slug is not updated, as it's not updated in the groups table either. Automatically changing the slug whenever you edit group details is bad for SEO, and for bookmarks. However, I did add a filter to allow you to edit the slug.
@nuprn1, @3sixty, @erich73
If this you need soon, the action hook 'groups_details_updated' would easily allow you to update everything you need.
#5
@
15 years ago
- Milestone changed from 1.2.5 to 1.2.6
- Resolution fixed deleted
- Status changed from closed to reopened
re-opening as the bug still exists in wp3.0/bp1.2.5.2
updated the group settings via normal buddypress means
verified wp_bb_forums in phpmyadmin the forum row information not syncing
This issue goes beyond forum_desc - when you change a group name, there is no change in the forum_slug or forum_name in wp_bb_forums.