Skip to content

Tag Archives: activity

New BuddyPress plugin: BP Lotsa Feeds

28-Sep-10

I’ve been working on a project recently with Kevin Prentiss and the other fine folks at Red Rover. Kevin is a big believer in the power of feeds, and I’m a big believer in the power of BuddyPress’s activity component, and together we realized that BuddyPress’s RSS support for its rich activity content is a [...]

BP Lotsa Feeds

28-Sep-10

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 Networkwide comments by an individual member (/members/username/activity/comments/feed) Networkwide blog posts by an individual member (/members/username/activity/blogposts/feed) Activity updates by [...]

New BuddyPress plugin: BP External Activity

25-May-10

On the CUNY Academic Commons we have a MediaWiki installation running parallel to our WordPress/BuddyPress installation. In the past I had hacked together an inelegant and constantly breaking solution for importing wiki edit notifications into the BP activity stream. I’ve just written a small plugin called BP External Activity which solves the problem by using [...]

BP External Activity

25-May-10

BP External Activity allows admins to import data from an arbitrary RSS feed into their BuddyPress sitewide activity stream. For example, you might use the plugin to add activity items for edits on a MediaWiki installation. The plugin imports RSS feeds every hour. You may find that you need to decrease your Simplepie cache time [...]

Adding an “email to members” checkbox to the BuddyPress group activity stream

06-May-10

During the recent upgrade from BuddyPress 1.1.x to BuddyPress 1.2.x, and the subsequent move away from group wires to interactive group activity streams, one thing that some users on the CUNY Academic Commons missed was the “Notify members by email” checkbox of the old wire. This morning I wrote a bit of code to add [...]

New BuddyPress plugin: BP Import Blog Activity

02-Mar-10

I wrote a BuddyPress plugin today that is very ugly. It imports activity into BuddyPress from blog posts and comments that occurred before you had BuddyPress installed. It’s ugly because it’s sloppily coded and extremely inefficient and likely to hit PHP memory limits every time you run it. But it does the job, so I [...]

New BuddyPress plugin: BP MPO Activity Filter

09-Feb-10

In the past I and others have experienced some problems with the way that More Privacy Options for WPMu interacts with BuddyPress – or, to be more exact, with the way that the two don’t recognize each other. Blogs marked as private via MPO were getting plastered all over the public activity streams. In the [...]

BP MPO Activity Filter

09-Feb-10

More Privacy Options is a plugin for WPMu that allows blog owners to fine-tune their blog’s privacy settings, expanding on the default privacy settings offered in the WP core. Putting this plugin together with BuddyPress has been problematic, however, because BuddyPress is not built to recognize the new privacy settings defined by MPO. As a [...]

New BuddyPress plugin: BP Include Non-Member Comments

07-Feb-10

I wrote a plugin this afternoon that solves a small but potentially annoying limitation of BuddyPress: its inability to show comments from non-members in the sitewide activity stream. In a streak of extreme creativity, I dubbed the plugin “BP Include Non-Member Comments”. Read more about it, and download it for your own use, here.

BP Include Non-Member Comments

07-Feb-10

By default, BuddyPress does not include comments from non-members (or non-logged-in users more generally) in the sitewide activity stream. This plugin records activity items for those comments. The plugin has been tested on version 1.1.3 of BP, as well as the 1.2 release candidate. If you want to use the plugin for 1.1.3 or lower, [...]