Skip to:
Content
Pages
Categories
Search
Top
Bottom
Codex Home

Add Meta Box to Admin Extended User Profile

Published on April 16th, 2014 by modemlooper

BuddyPress 2.0 allows admins to edit user profile fields from the Dashboard>>Users>>Edit User page. This extended profile page offers the ability to add your own settings for a user. This page gives a simple example of how to add the meta boxes to the extended profile page. What you add to the meta box can […]

Notifications

Published on April 16th, 2014 by Bowe

The notifications component was added to BuddyPress 1.9 and works identically to the previous core notifications functionality, but now separates everything into it’s own component. This page will give you a quick overview of it’s functionality. Functionality Overview Notifications are a central aspect of the user experience on a BuddyPress site. By default new notifications are displayed […]

Using bp_parse_args() to filter BuddyPress template loops

Published on April 16th, 2014 by r-a-y

Prologue In the past, it has been extremely difficult to filter any BuddyPress template loop. For example, let’s say I wanted all activity loops to show the last five entries instead of the default of 20. It was possible, but basically you’d either have to requery the activity loop to grab the last five entries […]

Manage User Signups

Published on April 16th, 2014 by @mercime

We are currently working on a documentation reboot, here’s the new home of the best accurate docs (WIP). You’re very welcome to contribute to it. Updated documentation for this section is available here. There are times when prospective members cannot log in after trying to activate their accounts. BuddyPress has got you covered with a […]

Edit User Profiles Admin Screen

Published on April 16th, 2014 by @mercime

BuddyPress added an “Extended Profile” tab into the Dashboard > Users interface. Just hover over the member’s username and click on the Extended Profiles link to get the xProfiles Admin Screen.

Version 2.0

Published on April 16th, 2014 by Trisha Salas

Version 2.0 is a major BuddyPress feature release that introduces several new Administrative features, a number of new APIs and a slew of “under the hood” enhancements that include significant gains in performance via caching and streamlined queries. For Version 2.0, the database version (_bp_db_version in wp_options) was 7892, and the Trac revision was 8279. […]

Installing BuddyPress in a symlinked environment

Published on February 26th, 2014 by Boone Gorges

If you use symbolic links (symlinks) for your WordPress plugin environment, you may need to do some additional configuration to ensure that BuddyPress assets are loaded correctly. If you find that CSS and Javascript assets are not being loaded correctly (the <link> tags are in the page source, but the paths are incorrect), try putting […]

WordPress Blogs

Published on December 11th, 2013 by Ben Hansen

Some of the most powerful features of BuddyPress relate to how it enhances your multisite network. Creating a network allows your members to start their own full-powered public or private WordPress blogs. Members can track new posts and comments from public blogs across the network of sites as they are posted in the sitewide activity […]

BP Theme Compatibility and the WordPress Default Themes

Published on December 5th, 2013 by @mercime

BuddyPress is compatible with all of the WordPress Default Themes. This section will provide you with step-by-step tutorials to make all your BuddyPress pages conform with the layout you want using child themes.

Twenty Twelve Theme

Published on December 5th, 2013 by @mercime

A. One column Layout 1. Create a child theme of the Twenty Twelve theme. 2. Create a new file in your new child theme folder and name it buddypress.php. 3. Copy over the content of Twenty Twelve’s full-width.php file into the new buddypress.php file. 4. The buddypress class is generated in the body tag automatically […]

Skip to toolbar