BuddyPress

Exciting news for all you BuddyPress fans out there that have been waiting patiently on BuddyPress 1.1 to be released. The latest release includes many core improvements, and now has the ability for a 1 click install of bbpress.

BuddyPress Logo

BuddyPress releases 1.1 of their famous WPMU Plugin

Some of the changes are quoted from buddypress.org below.

  • One click internal bbPress forum integration allowing you to set up group forums in less than a minute.
  • An awesome group extension API allowing developers to easily extend groups and add completely new features.
  • A global forum directory (example) allowing you to easily browse public facing forum posts regardless of the group they are attached to.
  • Completely re-written theme handling. One theme now controls all of your installation. No hidden HTML, everything is in the template ready for you to skin.
  • Easily create themes that are upgraded automatically when BuddyPress is updated.
  • Total site admin control of all content within an installation. Edit user?s profiles, update avatars, mark users as spammers, manage all groups, delete site activity entries.
  • Activity streams everywhere. Activity streams can be filtered allowing for feature specific activity streams or adding an activity stream to your custom plugin.
  • A new status updates feature is included in BuddyPress 1.1. Actions and filters are included to allow plugin developers to hook into any external service.

To use BuddyPress, you first need to download the BuddyPress 1.1 Plugin and WPMU.

{ 0 comments }

BuddyPress LogoBuddyPress, which is a WordPress MU plugin, that adds a social network to your blog, is planning on releasing version 1.1. With the new release, the way the themes are structured are going to be greatly changed. The new release will adopt a parent / child architecture.

The current layout, as you may know, involves two separate themes. One for your landing page (blog), known as bphome, and the other theme for the members side, known as bpmember. With the new release, you’ll be using a parent / child theme structure.

The new layout, will require you two store both themes in the /themes folder. The parent theme is labeled bp-sn-framework and the child is bp-default.

If you wan’t to checkout the new plugin before it’s released, and get a feel for the new theme structure, checkout the latest svn with the following.

svn co http://svn.buddypress.org/trunk

If you don’t want all the SVN files to be downloaded, run the following.

svn export http://svn.buddypress.org/trunk

{ 0 comments }