Plugin / BuddyPress Groupblog

Description

Description

Requires BuddyPress 1.7+ and PHP 5.3+.

The BuddyPress Groupblog plugin extends the group functionality by enabling each group to have a single blog associated with it. Group members are automatically added to the blog and will have blog roles as set by the groupblog admin settings.

Features:

  • P2 integration and frontend posting.
  • Admin can set Template specific groupblogs.
  • Allow group admins choose the desired template page themselves.
  • Full blog theme integration. The included bp-groupblog theme mimics the group pages.
  • Automated blog registration at group creation stage.
  • Bypass default blog validation to allow dashes, underscores, numeral only and minimum character count.
  • Blog privacy settings are initially inherited from group privacy settings.
  • Group members are automatically added to the blog.
  • Blog roles match group roles as set by the group admin.
  • Solid error checking that the blog follows validation.
  • Group admin tab to access the group-blog settings.
  • Blog themes will have the ability to pull in group info and create a theme that could resemble the group exactly.
  • Leaving the group will downgrade the member role to ‘subscriber’.
  • Allow the group admin to select one of his/her existing blogs.
  • A new ajax backend.
    Known Issues:

  • In order for Group Avatars to show on blogs please adjust the bp-core-avatars.php file. I realize this is a nono, but I don’t see another way. Patches and ideas are welcome. For know adjust the last two functions for plugins/buddypress/bp-core/bp-core-avatars.php to the following:

    /**

    • bp_core_avatar_upload_path()
    • Returns the absolute upload path for the WP installation
    • @global object $current_blog Current blog information
    • @uses wp_upload_dir To get upload directory info
    • @return string Absolute path to WP upload directory
      */
      function bp_core_avatar_upload_path() {
      global $current_blog;

      // Get upload directory information from current site
      $upload_dir = wp_upload_dir();

      // If multisite, and current blog does not match root blog, make adjustments
      if ( bp_core_is_multisite() && BP_ROOT_BLOG != $current_blog->blog_id )
      $upload_dir[‘basedir’] = WP_CONTENT_DIR . ‘/uploads/’;

      return apply_filters( ‘bp_core_avatar_upload_path’, $upload_dir[‘basedir’] );
      }

    /**

    • bp_core_avatar_url()
    • Returns the raw base URL for root site upload location
    • @global object $current_blog Current blog information
    • @uses wp_upload_dir To get upload directory info
    • @return string Full URL to current upload location
      */
      function bp_core_avatar_url() {
      global $current_blog;

      // Get upload directory information from current site
      $upload_dir = wp_upload_dir();

      // If multisite, and current blog does not match root blog, make adjustments
      if ( bp_core_is_multisite() && BP_ROOT_BLOG != $current_blog->blog_id )
      $upload_dir[‘baseurl’] = WP_CONTENT_URL . ‘/uploads’;

      return apply_filters( ‘bp_core_avatar_url’, $upload_dir[‘baseurl’] );
      }

Ratings

3.1
10 reviews

Rating breakdown

Details Information

Version

1.9.1

First Released

19 Aug, 2009

Total Downloads

59,377

Wordpress Version

3.6 or higher

Tested up to:

5.0.7

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.