-
Boone Gorges replied to the topic Buddypress Activity does not delete/refresh when a bbpress topic is deleted in the forum How-to & Troubleshooting 8 years, 2 months ago
I was able to reproduce the problem described here, and I’ve opened a ticket to track it at https://bbpress.trac.wordpress.org/ticket/2992.
@ico33 Perhaps you could test the patch on that ticket, to see if it solves your problem. If so, leaving a comment on that bbPress ticket would be a great way to help.
-
Boone Gorges updated the PHP version support page, on the BuddyPress Codex 8 years, 4 months ago
BP supports the latest versions of PHP
BuddyPress supports all stable versions of PHP officially supported by the PHP project.
For the best security and performance, site admins are strongly encouraged to […]
-
Boone Gorges updated the Navigation API page, on the BuddyPress Codex 8 years, 4 months ago
BuddyPress’s Navigation API (BP 2.6+) provides an interface for developers to modify BP’s nav menus in group and user contexts.
Examples
Changing the position of the user’s Notifications nav […]
-
Boone Gorges updated the Version 2.5.3 page, on the BuddyPress Codex 8 years, 4 months ago
Version 2.5.3 is a BuddyPress maintenance and security release.
For Version 2.5.3, the database version (bp_db_version in wp_options) was 10469, and the Trac revision was r10802. Read the full ticket log […]
-
Boone Gorges wrote a new post on the site BuddyPress.org 8 years, 6 months ago
BuddyPress 2.5.3 is now available. This is a maintenance and security release, and is a recommended upgrade for all BuddyPress installations.
This release addresses a security issue that could allow an attacker […]
-
Boone Gorges wrote a new post on the site BuddyPress.org 9 years ago
BuddyPress 2.3.5 is now available.
This is a security release for all previous versions. All BuddyPress installations are strongly encouraged to upgrade immediately.
BuddyPress versions 2.3.4 and earlier are […]
-
Boone Gorges updated the Version 2.3.5 page, on the BuddyPress Codex 9 years ago
Version 2.3.5 is a BuddyPress security release.
For Version 2.3.5, the database version (_bp_db_version in wp_options) was 10071, and the Trac revision was 10331. Read the full ticket log here.
Fixes
* […]
-
Boone Gorges replied to the topic Filtering Activity Loop in the forum Creating & Extending 9 years ago
The hook that is the closest to the metal, so to speak, is
bp_activity_after_save
. So your callback would be something like:
add_action('bp_activity_after_save', 'where_activity_from', 10, 3);
function where_activity_from( $activity ) {
bp_activity_add_meta( $activity->id, '_source_blog', get_current_blog_id() );
}
This ought to cover any…[Read more]
-
Boone Gorges updated the WordPress version compatibility page, on the BuddyPress Codex 9 years, 3 months ago
BuddyPress shines brightest when run on the newest available version of WordPress – we optimize for the latest and greatest. For this reason, the BuddyPress team strongly recommends that all WordPress […]
-
Boone Gorges commented on the post, BuddyPress 2.3.2, on the site BuddyPress.org 9 years, 5 months ago
Thank you for letting us know, Nico. This was due to a problem in the deployment of the release. It’s been fixed in the 2.3.2 release, so if you redownload, it’ll be fixed for you. A 2.3.2.1 release is coming up […]
-
Boone Gorges started the topic in the forum Miscellaneous 9 years, 5 months ago
BuddyPress 2.3.2 is now available. This is a highly recommended update for all BP installations. Read all about it: https://buddypress.org/2015/06/buddypress-2-3-2/
-
Boone Gorges wrote a new post on the site BuddyPress.org 9 years, 5 months ago
BuddyPress 2.3.2 is now available. This is an important maintainance and security release for the 2.3 series, and all BuddyPress installations are recommended to upgrade as soon as possible.
BuddyPress 2.3.0 […]
-
Boone Gorges updated the Version 2.3.2 page, on the BuddyPress Codex 9 years, 5 months ago
Version 2.3.2 is a BuddyPress security and maintenance release.
For Version 2.3.2, the database version (_bp_db_version in wp_options) was 9951, and the Trac revision was 9952. Read the full ticket log […]
-
Boone Gorges updated the Installing BuddyPress in a symlinked environment page, on the BuddyPress Codex 9 years, 5 months ago
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 […]
-
Boone Gorges replied to the topic Warning: call_user_func_array() expects parameter 1 to be a valid callback in the forum Installing BuddyPress 9 years, 7 months ago
> should I replace on with off?
Yes, and then restart Apache to see the effects. It’s dangerous to have this running on a production site.
As for your specific issue: check your wp-config.php file to see if you have defined the constant
NOBLOGREDIRECT
. It probably looks something likedefine( 'NOBLOGREDIRECT', true );
. If you see it there,…[Read more] -
Boone Gorges updated the Member Types page, on the BuddyPress Codex 9 years, 11 months ago
BuddyPress 2.2 introduced the concept of member types. This functionality is outlined below.
Registering member types
BuddyPress itself does not register any member types. Plugins and themes can register […]
-
Boone Gorges updated the BP PHPDoc Inline Documentation page, on the BuddyPress Codex 10 years ago
Introduction
BuddyPress strives for the most complete internal documentation possible. When contributing patches to BuddyPress, you are highly encouraged to document your code using our standards. We also […]
-
Boone Gorges wrote a new post on the site BuddyPress.org 10 years, 2 months ago
-
Boone Gorges updated the Version 2.1 page, on the BuddyPress Codex 10 years, 2 months ago
Version 2.1 is a major BuddyPress feature release that introduces X, Y, and Z. This document is still under construction and does not yet fully reflect the 2.1 release.
For Version 2.1, the database version […]
-
Boone Gorges commented on the post, BuddyPress 2.1 Release Candidate, on the site BuddyPress.org 10 years, 2 months ago
Slava – We have had some technical difficulties with the GlotPress sync. However, this should now be resolved – please check translate.wordpress.org after about 1600UTC today and the new strings should be there. […]
- Load More
@boonebgorges
Active 1 year, 3 months ago