Group Blog
-
Just installed the bp-groupblog plugin in version 1.1.3. Sweet!
I had to add this to the top of bp-groupblog.php though:
/*** Make sure BuddyPress is loaded ********************************/
if ( !function_exists( 'bp_core_install' ) ) {
require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
if ( is_plugin_active( 'buddypress/bp-loader.php' ) )
require_once ( WP_PLUGIN_DIR . '/buddypress/bp-loader.php' );
else {
return;
}
}
/*******************************************************************/I may have had an older version of the plugin…
I started this thread to keep track of my experiences with this plugin, post comments and ask questions. There are several other threads about this plugin out there, but they’re getting a bit confusing.
Is it possible to use the group blog as a replacement for the group wire? Any downsides?
Is it possible to add a quick posting field on top of the group’s main page, so the group blog becomes a more Twitter-like microblogging tool? Has anyone done that?
Would using the group blog in combination with FeedWordpress syndication work? Mix external RSS feeds with group posts?
Would it be possible to let group members enter those external RSS feeds?
Going to try these things…
Will this plugin be updated for version 1.2?
- The topic ‘Group Blog’ is closed to new replies.