#1669 closed task (blessed) (fixed)
Use BuddyPress group extension API to integrate forums into groups
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Extend - BuddyPress | Keywords: | |
Cc: | mercijavier@…, jmdodd@…, stephen@… |
Description
Master ticket for work going into the BuddyPress Group Extension for bbPress 2.1.
Change History (35)
#4
@
13 years ago
(In [3575]) Add functions and settings for BuddyPress group forums and Akismet extensions. Add checks to these settings to only show them when relevant. Do not load new Forums component if BuddyPress forums are already active. See #1669.
#5
@
13 years ago
(In [3654]) BuddyPress Group Forum Integration:
- BuddyPress group/forum sync functions
- Add forum/topic row actions
- Group create/edit helper methods
- Forum create/edit handlers
- See #1669
#6
@
13 years ago
(In [3667]) Remove BuddyPress group forum styling from bbp-twentyten theme. We'll be relying on default styling for 2.1. See #1669.
#7
@
13 years ago
(In [3669]) First pass at forum trash/untrash/delete actions and functions for BuddyPress group forums. See #1669.
#14
@
13 years ago
(In [3721]) Filter links to user subscriptions and favorites, and return them to their BuddyPress profile equivalents. See #1669.
#15
@
13 years ago
(In [3723]) In BuddyPress group forum extension, use raw forum slug option to avoid including the forum prefix. See #1669.
#16
@
13 years ago
(In [3746]) Next pass at BuddyPress Group Fourms integration:
- Filter forms to prevent fields from appearing
- Output new field data where needed on above forms
- Better integration with group create and edit screens
- Tweak forum/group ID functions to return arrays when needed
- Flesh out display_forums() method
- See #1669
#20
@
13 years ago
(In [3791]) Introduce bbp_get_config_location() function to look for previous BuddyPress integration. See #1669.
#23
@
13 years ago
- Milestone changed from 2.1 to 2.2
Punt to 2.2. A lot of work has gone into this for 1.1 already, which will make transitioning things over easier in BuddyPress 1.7/bbPress 2.2.
#26
@
12 years ago
(In [4266]) BuddyPress:
- Remove advanced group forum admin UI; go with feature parity of existing bbPress 1.1 installations for a v1.
- Remove support for multiple forums/groups combinations. Assume the first item in the array is the only one.
- Adds some canonical redirection to group forum content.
- Maps forum content links to group forums when needed.
- Add support for editing of topics and replies within group forums.
- Some more to do here, but closing in on completeness.
- Huge props jmdodd,
- Fixes #1906.
- See #1669.
#30
@
12 years ago
I don't get any errors on screen if I run the 'Repair BuddyPress Group Forum relationships' tool on a site without BuddyPress though if WP_DEBUG is enabled I get the expected WP DB Database Errors:
WordPress database error: [Table 'wpdev.wptrunk_groups_groupmeta' doesn't exist] UPDATE `wptrunk_groups_groupmeta` SET `meta_value` = '311' WHERE `meta_key` = 'forum_id' AND `meta_value` = '0'; WordPress database error: [Table 'wpdev.wptrunk_groups_groupmeta' doesn't exist] UPDATE `wptrunk_groups_groupmeta` SET `meta_value` = '339' WHERE `meta_key` = 'forum_id' AND `meta_value` = '0'; ...
Can (or should) a check if BuddyPress is enabled be made to hide this tool if BuddyPress is not enabled?
(Like the check 'Forum settings for BuddyPress' in bbPress Settings here)
#32
@
12 years ago
- Resolution set to fixed
- Status changed from new to closed
Closing this; it's finally *done.*
New tickets should be open for specific issues.
(In [3565]) Update the BuddyPress group extension with working create/edit screens. @todo Saving. See #1669.