Skip to:
Content
Pages
Categories
Search
Top
Bottom
Codex Home

Blogs Loop

Published on April 29th, 2009 by Andy Peatling

NOTE: This will only work with an installation of BuddyPress and WordPress MU or WordPress with multisite enabled. The site blogs loop can be used to output a list of blogs that have been created on your installation. Standard Loop Accepted Parameters The bp_has_blogs() function will accept a number of parameters that will manipulate the […]

Groups Loop

Published on April 29th, 2009 by Andy Peatling

The site groups loop can be used to output a list of groups created on your site. Standard Loop Accepted Parameters The bp_has_groups() function will accept a number of parameters that will manipulate the data being returned. type optional Defines the type of groups to return. Accepted arguments: active, newest, popular, random, alphabetical, most-forum-topics, most-forum-posts […]

Members Loop

Published on April 28th, 2009 by Andy Peatling

The site members loop can be used to output a list of users that are registered on your site. Standard Loop Accepted Parameters The bp_has_members() function will accept a number of parameters that will manipulate the data being returned. type optional Defines the type of users to return. Accepted arguments: active, newest, popular, online, alphabetical, […]

Activity Loop

Published on April 28th, 2009 by Andy Peatling

The activity loop can be used to output a list of sitewide, member or member’s friends activity. Standard Loop Accepted Parameters The bp_has_activities() function will accept a number of parameters that will manipulate the data being returned. scope optional Pre-defined filtering of the activity stream. Show only activity for the scope you pass (based on […]

Customizing Labels, Messages, and URLs

Published on April 8th, 2009 by Lance Willett

Do you want to change various labels and messages in BuddyPress, but don’t want to hack the core files to do so? This page explains how to use a language translation file to customize BuddyPress labels, messages, and URL slugs. Note: This is not intended for full language translations. If you intend BuddyPress to be […]

Core

Published on January 20th, 2009 by Andy Peatling

bp-core.php bp_core_render_notice bp_core_clear_cache bp-core/bp-core-activation.php activate_header bp_activation_extras bp-core/bp-core-adminbar.php bp_adminbar_logo bp_adminbar_menus bp-core/bp-core-ajaxhandler.php wp_ajax_[post action] bp-core/bp-core-avatars.php bp_core_render_avatar_cropper bp_core_avatar_save (removed since BP 1.2) bp_core_render_avatar_upload_form bp_core_delete_avatar bp-core/bp-core-settings.php bp_notification_settings bp-core/bp-core-signup.php signup_header signup_blogform signup_extra_fields signup_hidden_fields signup_finished preprocess_signup_form bp-core/bp-core-templatetags.php bp_styles bp_custom_profile_boxes bp_custom_profile_sidebar_boxes bp-core/directories/bp-core-directory-members.php bp_core_directory_members_content bp_core_directory_members_sidebar

Improving Performance

Published on December 18th, 2008 by Andy Peatling

Due to the highly dynamic nature of social networks, without caching BuddyPress will add extra load on your server. Thankfully, there are lots of options for increasing the performance of your server that take very little time to set up. Reduce Database Hits With many different content objects on each page, BuddyPress needs to pull […]

Developer Resources

Published on September 26th, 2008 by Andy Peatling

The developer docs are here to help you understand how BuddyPress works and how you can extend it. The guides in this section do make the assumption of a certain level of competence with PHP and the inner workings of BuddyPress & WordPress, that said the guides are written in an as easy to follow […]

Skip to toolbar