How to Clean Out the BuddyPress Activity Stream

When creating a BuddyPress site you will probably do lots of testing before officially launching. If you’ve filled up your activity stream with test comments, you’ll want to dump it before opening the site to your community. There are a couple of ways to do this.

Option 1: Empty the Activity table in your database.

This option involves getting into your database. Find the wp_bp_activity table and empty it.

Option 2: Empty all Activity entries in the Dashboard.

Another way to delete your activity stream items is to navigate to Dashboard >> Activity. Check all of the items you want to remove and then use the dropdown to select “Delete Permanently“. If you want to show more items, pull down the Screen Options tab and increase the number of activity entries displayed on the page. Please note that this is only available in BuddyPress 1.6+.

This option may be easier for you if you’re not comfortable with phpmyadmin or don’t have access to your database. If you need to delete thousands of entries you may want to use the first option, since it will be only one click.

Featured Plugin - WordPress Newsletter Plugin

Now there's no need to pay for a third party service to sign up, manage and send beautiful email newsletters to your subscriber base - this plugin has got the lot.
Find out more

Featured Plugin - WordPress Wiki Plugin

To get a wiki up and running you used to need to install Mediawiki and toil away for days configuring it... not any more! This plugin gives you *all* the functionality you want from a wiki, in WordPress!!!
Find out more

Featured Plugin - WordPress Appointments Plugin

Take, set and manage appointments and client bookings without having to leave WordPress. Appointments+ makes it easy.
Find out more

Featured Plugin - WordPress Infinite SEO Plugin

Fully integrated with the SEOMoz API, complete with automatic links, sitemaps and SEO optimization of your WordPress setup - this is the only plugin you need to help you rank your site number 1 on Google - nothing else compares.
Find out more

Featured Plugin - WordPress Membership Site Plugin

If you're thinking about starting a paid, or just private, membership site then this is truly the plugin you've been looking for. Easy to use, massively configurable and ready to go out of the box!
Find out more

Featured Plugin - WordPress Pop-Up Chat Plugin

No javascript required, no third part chat engine, just fully featured chat right in your own database on your own WP sites - couldn't be easier.
Find out more

Featured Plugin - WordPress Q&A Site Plugin

It's now incredibly easy to start your own Q&A site using nothing more than WordPress - The Q&A plugin simply and brilliantly transforms any site, or page, into a perfect support or Q&A environment.
Find out more

Featured Plugin - WordPress Ecommerce Shopping Cart Plugin

Out of all the WordPress ecommerce plugins available, MarketPress has got to be the winner - easy to configure, powerful functionality, multiple gateways and more. A simply brilliant plugin!
Find out more

Featured Plugin - WordPress Google Maps Plugin

Simply insert google maps into posts, sidebars and pages - show directions, streetview, provide image overlays and do it all from a simple button and comprehensive widget.
Find out more

Comments (2)

  1. One of the issues I discovered with the activity feed is that even if someone is a tagged spammer, they still have their data appear in the activity feed. Unless you purge the feed, it’s still there forever.

    I wrote a plugin a year and a half or so ago which processes the ‘make_spam_blog’ action. When triggered, it purges the activity feed of those events. Simple enough, but absolutely essential to ensure that “real” content is preserved while the spam is eliminated. (I really need to start publishing these plugins for others.)

Participate