Note: These are the notes for a presentation I gave at Minnebar on Saturday, November 21, 2009.
Definitions
BuddyPress is a plugin for WordPress MU (Multi-User) that basically allows you to install and customize your own personal version of Facebook and/or Ning. WordPress MU is amazing software that lets users set up their own websites on your domain. WordPress is the best content management system in the world (that I have used so far).
Things BuddyPress Does Out-of-the-Box:
- Allows users to set up and control their own profiles (with photos!)
- Allows users to set up and control their own WordPress installations.
- Admin delegates access as desired.
- Allows users to create groups and forums. These can be public, private, or invitation-only.
- Users control which forums and groups they are part of.
- Users control notification settings (i.e. whether or not they receive emails for group posts, etc.)
- “Friending” other users (like Facebook)
- Built-in email messaging system (like Facebook)
- Status message updates (like Facebook)
- Template tags for displaying members, site-wide activity, user status messages, lists of user blogs, etc.
- Adds new widgets to play with! (Ex: “Who’s online avatars”, “Welcome Message”, “Site-wide activity”, “recent site-wide posts”, “Recently active member avatars”)
Other Cool Stuff:
- Plugins use the WordPress plugin system, so pretty much anything you can do with WordPress, you can do with BuddyPress.
- Same core as WordPress MU (PHP/MySQL)
- It is open-source.
- A full-time Automattic staffer, Andy Peatling, runs the project.
- Child themes are possible (and recommended). This means that when BuddyPress updates its core files, you will have less updating to do.
- WIDGETS power a lot of the functionality!
Resources
How to build a child theme in BuddyPress
BuddyPress Template Tags
Creating a custom page in BuddyPress using only code (advanced)
Creating Communities in BuddyPress (presentation at Wordcamp NYC on 11/14/2009 by Lisa Sabin Wilson)
TestBP.org (Give BuddyPress a test drive!)
Sites using BuddyPress
BuddyPress FAQ
More posts from themightymo.com
My WordPress Maintenance Process
A few quick things: My WordPress Maintenance Process Demo, Part 1 Transcript: You’ll see immediately after logging in, you see the 11 updates needed as well as some messages. I’m just gonna quickly read. It looks like this. I don’t need to worry about. Are you enjoying Monster Insights? Not really <laugh>. What’s to enjoy…
How to style FacetWP checkbox hierarchy results using jQuery
I recently invested many hours trying to target and style a FacetWP taxonomy facet that uses hierarchy for display. It should be noted that you can use straight up CSS for some styling (and should use css wherever possible), but sometimes you need javascript to target parent elements and such. I thought I’d document the…
How to fix SpinupWP ballooning disk space issue
A site we host on Digital Ocean recently went down. It took me a lot of troubleshooting and digging before realizing that the issue was that our disk space was maxed out on Digital Ocean. The site in question needs ~20gb of space, so our 50gb server should be plenty. But alas, there it was…