MediaCore BuddyPress

Whenever someone uploads a new video, this plugin will add the latest to the site-wide activity stream. It depends on the MediaCore plugin for Wordpre

Author:Allan Haggett (profile at wordpress.org)
WordPress version required:WordPress
WordPress version tested:WordPress
Plugin version:1.0
Added to WordPress repository:16-10-2012
Last updated:16-10-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://mediacore.com
Total downloads:698
plugin download
Click to start download

In conjunction with the standard MediaCore plugin (http://wordpress.org/extend/plugins/mediacore/), when someone publishes a new video to your MediaCore site, the activity is noted in your site-wide activity feed. If the email address of the MediaCore publisher matches a WordPress user, the activity is linked to the user.

This plugin used to allow admins to import data from arbitrary RSS feeds into their BuddyPress site-wide activity stream. It has been forked, fixed and customized to suit the needs of MediaCore.

You may find that you need to decrease your Simplepie cache time to make it work:

add_filter( 'wp_feed_cache_transient_lifetime', create_function('$a', 'return 600;') );

reduces the RSS cache to ten minutes, for example. Put that in your bp-custom.php file if you are having problems with the plugin.