Skip to:
Content
Pages
Categories
Search
Top
Bottom
Codex Home

bp_activity_set_action()

Published on December 1st, 2014 by Mathieu Viet

bp_activity_set_action() is used to set activity actions. bp_activity_set_action() should only be invoked through the ‘bp_register_activity_actions’ action. Usage Parameters $component_id The unique string ID of the component the activity action is attached to. Possible values can be one of the BuddyPress optional components or an optional component the plugin is creating : ‘activity’ ‘blogs’ ‘friends’ ‘groups’ […]

Group Extension API (legacy)

Published on July 16th, 2013 by Boone Gorges

Archived file. Good only up to BP 1.7 version Note: This guide is for use with versions of BuddyPress older than 1.8. In BP 1.8, the group extension API was rewritten. Plugins written as described below should continue to work, but for new projects you are highly encouraged to use the 1.8+ methods described on […]

Upgrading a 1.0 Theme to 1.1

Published on September 30th, 2009 by Andy Peatling

Archived file. Good up to BP 1.1 Starting at version 1.1, BuddyPress themes are simply WordPress themes with extra template files. The separation between a WordPress (old bphome) and BuddyPress (old bpmember) theme has been removed. All theme files are contained in the same theme and one theme design applies to the site as a […]

Deprecated

Published on September 2nd, 2009 by John James Jacoby

The following functions are considered deprecated as of BuddyPress 1.1. They will still work, but have been replaced by newer, more powerful functions. In the future, codex documentation will link current and deprecated functions together so you can see the differences and understand how to migrate from one to the other.

Skip to toolbar