by Boone Gorges on WordPress.org
BP Lotsa Feeds adds a whole bunch of RSS feeds to your installation of BuddyPress. The following feeds are included with BP Lotsa Feeds (followed by the URL pattern where the feeds can be found):
INDIVIDUAL MEMBERS
INDIVIDUAL GROUPS
FORUMS
You can make any of these feeds inaccessible by defining the corresponding DISABLE constant in plugins/bp-custom.php or wp-config.php, e.g.
define( ‘BPLF_DISABLE_GROUP_UPDATES_FEED’, true )
See bp-lotsa-feeds.php for the proper constant names.
Hooks and filters are in place so that you can add custom feeds and feed templates.
Follow the plugin’s development at http://github.com/boonebgorges/bp-lotsa-feeds