Skip to:
Content
Pages
Categories
Search
Top
Bottom
Codex Home

Activity dropdown filters in templates

Published on December 1st, 2014 by Mathieu Viet

Activity dropdown filters are used in order to let a user filter the activity stream in three main contexts: the activity directory, the single member activity page and the single group activity page. Version 2.1 of BuddyPress introduced the template tag bp_activity_show_filters() to dynamically generate the options of the activity dropdown filters. While the BP […]

Theme Compatibility – Customizing

Published on February 6th, 2013 by modemlooper

BuddyPress 1.7 has built-in theme support. All required elements such as front-end editing are included. This means that all functionality will work, even when a theme has no specific BuddyPress templates or code included with it. To customize BuddyPress: The directory wp-content/plugins/buddypress/bp-templates/bp-legacy/ contains the directories buddypress, css and js, and the file buddypress-functions.php. buddypress contains […]

Template Tag Reference

Published on June 12th, 2009 by Andy Peatling

This page is currently undergoing review and updating. References marked with ? have been reviewed for current accuracy. General Template Tags bp_get_loggedin_user_nav() Deprecated Uses the $bp->bp_nav global to render out the navigation within a BuddyPress install. Each component adds to this navigation array within its own [component_name]_setup_nav() function.This navigation array is the top level navigation, […]

Skip to toolbar