Description
The BP Group Sites plugin enables the creation of a many-to-many relationship between BuddyPress Groups and WordPress Sites. This is useful when you have a BuddyPress network in which you want, for example, many groups to comment simultaneously on sites which they share access to.
The plugin is designed to work with CommentPress Core “documents” (which are themselves complete sub-sites) so that there can be many reading groups for each document and many documents for each reading group.
This plugin was developed for The Readers’ Thoreau where it enables multiple reading groups to collectively discuss the works of Henry David Thoreau.
Requirements
This plugin requires a minimum of WordPress 4.9 and BuddyPress 2.0.
BuddyPress 12.x
This plugin has not yet been tested with the new BP Rewrites API in BuddyPress 12.x. It is therefore recommended to remain on BuddyPress 11.4 or install the BP Classic plugin until compatibility has been written and tested.
Plugin Development
This plugin is in active development. For feature requests and bug reports (or if you’re a plugin author and want to contribute) please visit the plugin’s GitHub repository.
Installation
- Extract the plugin archive
- Upload plugin files to your
/wp-content/plugins/
directory - Network activate the plugin through the ‘Plugins’ menu in WordPress Multisite Network Admin
By default, this plugin will use internal templates for the BuddyPress pages that it creates. The default can be found in the “assets/templates/bpgsites” directory. If you want to override these templates, copy the enclosing directory to your theme’s root directory so that your template files live in “your-theme-dir/bpgsites”. An alternative set of templates is provided in “assets/templates” for the Twenty Sixteen theme, so if you are using that theme, copy these files to “your-theme-dir/bpgsites” instead.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“BP Group Sites” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “BP Group Sites” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.3.3
- Codestyle improvements
0.3.2
- Warn about lack of compatibility with BuddyPress 12.x.
0.3.1
- Code audit and compatibility check.
0.3
- Code audit and compatibility check.
0.2.9
- Implement compatibility with CommentPress AJAX comment editing.
0.2.8
- Fix notice regarding empty query.
- Enable alternative method for deprecated “delete_blog” action.
0.2.7
- Fix listing of possible Group Sites in Group admin.
0.2.6
- Provide templates for the Twenty Sixteen theme.
0.2.5
- Restore BuddyPress activity stream filtering.
0.2.4
- Fix inconsistency in group selection when comment form is moved.
0.2.3
- Refine appearance on WordPress plugin repo.
0.2.2
- Use cookie to store state of comment filters in CommentPress Core.
0.2.1
- Comment authors can edit own comments.
- Introduce widget listing group sites.
0.2
- Add “read with” invitation functionality.
0.1
Initial commit.