-
John James Jacoby updated the Version 1.5.3 page, on the BuddyPress Codex 11 years, 10 months ago
On January 10, 2012, BuddyPress 1.5.3 was released to the public. This is a maintenance update.
For Version 1.5.3, the database version (bp-db-version in wp_options) changed to 3820, and the Trac revision was […]
-
John James Jacoby updated the Version 1.5.3.1 page, on the BuddyPress Codex 11 years, 10 months ago
On January 10, 2012, BuddyPress 1.5.3.1 was released to the public. This is a maintenance update.
For Version 1.5.3.1, the database version (bp-db-version in wp_options) was 3820, and the Trac revision was […]
-
John James Jacoby updated the Version 1.5 page, on the BuddyPress Codex 11 years, 10 months ago
Version 1.5 is a major BuddyPress feature release. Code-named “Lombardi” after the first pizzeria in the United States (with a wink and a nod toward the Wisconsin roots of several members of the BP dev team), […]
-
John James Jacoby updated the Plugin Compatibility page, on the BuddyPress Codex 11 years, 10 months ago
This list is a community volunteer effort to check compatibility of the majority of publicly available BuddyPress plugins against BuddyPress 1.5. Even if a plugin is marked as not fully working, most plugins will […]
-
John James Jacoby updated the BP-Default Theme page, on the BuddyPress Codex 11 years, 10 months ago
-
John James Jacoby updated the bp_core_add_nav_default() page, on the BuddyPress Codex 11 years, 10 months ago
Deprecated
This function is deprecated in BuddyPress 1.1. Please refer to bp_core_new_nav_item() going forward.Description
Set a default action for a nav item, when a sub nav item has not yet been […] -
John James Jacoby updated the bp_core_add_subnav_item() page, on the BuddyPress Codex 11 years, 10 months ago
Deprecated
This function is deprecated in BuddyPress 1.1. Please refer to bp_core_new_subnav_item() going forward.Description
Adds a navigation item to the sub navigation array used in BuddyPress […] -
John James Jacoby updated the Deprecated page, on the BuddyPress Codex 11 years, 10 months ago
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 […]
-
John James Jacoby updated the Developer Docs page, on the BuddyPress Codex 11 years, 10 months ago
The developer docs are here to help you, as a developer understand how BuddyPress works and can be extended upon.
So far we have custom loops documented, which is important for theme developers who want to […]
-
John James Jacoby updated the functions.php page, on the BuddyPress Codex 11 years, 10 months ago
You’ve probably heard a lot of talk about a theme’s functions.php file on the BuddyPress forums or WordPress forums.
So what is it?
functions.php is a file in your theme’s folder where you can add a bunch of […] -
John James Jacoby updated the Hiding the Toolbar page, on the BuddyPress Codex 11 years, 10 months ago
To hide the BuddyPress admin bar all together, simply place this code in bp-custom.php.
Note: This will hide the BuddyPress admin bar from the administration area also. This turns it completely off.
-
John James Jacoby updated the Modifying the Toolbar page, on the BuddyPress Codex 11 years, 10 months ago
Note: Modifying the Admin Bar requires a basic understanding of WordPress Hooks,Actions and Filters. If you aren’t familiar with these items, you can find more information on the WordPress Plugin API page.
The […]
-
John James Jacoby updated the Embeds page, on the BuddyPress Codex 11 years, 10 months ago
In BuddyPress 1.5, we have integrated WordPress’ native Embeds functionality.
So now it’s ridiculously easy to embed videos, images, and other content into your Activity Stream, Group Forum, and Private Message […]
-
John James Jacoby updated the Changing Internal Configuration Settings page, on the BuddyPress Codex 11 years, 10 months ago
There are many internal configuration settings that can be changed by adding a configuration definition line to your wp-content/plugins/bp-custom.php file. Here’s a list of the current setting that can be […]
-
John James Jacoby updated the Customizing Labels, Messages, and URLs page, on the BuddyPress Codex 11 years, 10 months ago
-
John James Jacoby updated the bp-custom.php page, on the BuddyPress Codex 11 years, 10 months ago
You’ve probably heard a lot of talk about a bp-custom.php file on the BuddyPress forums or WordPress forums.
So what is it?
bp-custom.php is a file that resides in your WordPress ‘plugins’ folder where you can […] -
John James Jacoby updated the Removing an item from the user menu page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: BP 1.6 and probably previous too !
in: functions.phpThis will remove a menu item from top right Toolbar user menu
! the example given below removes only the forum favorite item -
John James Jacoby updated the Remove random visit menu from admin bar page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: all
in: functions.php -
John James Jacoby updated the Remove or replace the SWA post exerpt trailing part page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: BP 1.6.3
in: bp-custom.phpTo replace the trailing part with yours, remove the ‘xxx’ and add your own ‘tadaaaaa’ !
-
John James Jacoby updated the Redirect BP group to forum tab rather than activity tab page, on the BuddyPress Codex 11 years, 10 months ago
Usage
version: BP 1.5 and above
in: functions.php - Load More
@johnjamesjacoby
Active 3 weeks, 2 days ago