-
Boone Gorges started the topic BuddyPress 4.2.0 in the forum Miscellaneous 9 hours, 55 minutes ago
BuddyPress 4.2.0 is now available: https://buddypress.org/2019/02/buddypress-4-2-0-maintenance-and-security-release/
-
Boone Gorges wrote a new post, BuddyPress 4.2.0 Maintenance and Security Release, on the site BuddyPress.org 9 hours, 56 minutes ago
BuddyPress 4.2.0 is now available. This is a security and maintenance release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.
The 4.2.0 release addresses two security […]
-
Boone Gorges updated the Version 4.2.0 page, on the BuddyPress Codex 10 hours, 30 minutes ago
Version 4.2.0 is a BuddyPress maintenance and security release. It was released on December 5, 2018. 4 bugs were fixed and 2 security issues were addressed.
For version 4.2.0, the database version […]
-
Boone Gorges wrote a new post, BuddyPress 4.1.0 maintenance release, on the site BuddyPress.org 2 months, 2 weeks ago
Immediately available is BuddyPress 4.1.0. This maintenance release fixes 3 bugs related to last week’s 4.0.0 release, and is a recommended upgrade for all BuddyPress installations.
For complete details on the […]
-
Boone Gorges updated the Releases page, on the BuddyPress Codex 2 months, 2 weeks ago
The following are the various versions of BuddyPress, listed chronologically from the oldest to newest, along with the Change Log information on new features and improvements in each version.
N.B from version 1.5 […] -
Boone Gorges updated the Version 4.1.0 page, on the BuddyPress Codex 2 months, 2 weeks ago
Version 4.1.0 is a BuddyPress maintenance release. It was released on December 5, 2018. 3 bugs were fixed.
For version 4.1.0, the database version (bp_db_version in wp_options) was 11105, and the Trac revision […]
-
Boone Gorges updated the Prelaunch Checklist page, on the BuddyPress Codex 2 months, 2 weeks ago
Releasing BuddyPress to the world is a big deal, and takes quite a few manual steps to ensure safe & comfortable updates & upgrades are had by all. Below are the steps release leads go through with each & every […]
-
Boone Gorges started the topic BuddyPress 4.0.0 "Pequod" in the forum Miscellaneous 2 months, 3 weeks ago
BuddyPress 4.0.0 “Pequod” is now available! https://buddypress.org/2018/11/buddypress-4-0-0-pequod/
-
Boone Gorges wrote a new post, BuddyPress 4.0.0 “Pequod”, on the site BuddyPress.org 2 months, 3 weeks ago
BuddyPress 4.0.0 “Pequod” is now available!
A focus on data privacy and control
BuddyPress boasts a proud history of letting community members and managers control their data, independent of third-party, […] -
Boone Gorges updated the Version 4.0.0 page, on the BuddyPress Codex 2 months, 3 weeks ago
Version 4.0.0 is a major BuddyPress feature release.
For Version 4.0, the database version (_bp_db_version in wp_options) was 11105, and the Trac revision was 12300. To read the full list of features, fixes, […]
-
Boone Gorges wrote a new post, BuddyPress 4.0.0 Release Candidate 1, on the site BuddyPress.org 3 months ago
BP 4.0.0 Release Candidate 1 is now available. This package contains the code that we think we’ll ship as BuddyPress 4.0.0 later in November. If you build BuddyPress plugins or themes, you’re encouraged to give […]
-
Boone Gorges updated the Version numbering page, on the BuddyPress Codex 3 months ago
Beginning with version 3.0.0, BuddyPress releases are numbered according to a slightly modified version of Semantic Versioning (SemVer).
As in SemVer, BuddyPress version numbers follow the MAJOR.MINOR.PATCH […]
-
Boone Gorges replied to the topic Desactive / Remove last_activity metadata on user_meta in the forum How-to & Troubleshooting 8 months, 3 weeks ago
The simplest way to disable, at the moment, is to squelch the
update_user_meta()
call. Untested, but something like this should work:
add_filter( 'update_user_metadata', function( $should_update, $object_id, $meta_key ) {
if ( 'last_activity' === $meta_key ) {
return false;
}return $should_update;
}, 10, 3 );
I’ve opened…[Read more]
-
Boone Gorges wrote a new post, BuddyPress 2.9.3 Security and Maintenance Release, on the site BuddyPress.org 1 year ago
BuddyPress 2.9.3 is now available. This is a security and maintenance release. We strongly encourage all BuddyPress sites to upgrade as soon as possible.
The 2.9.3 release addresses two security issues: […]
-
Boone Gorges replied to the topic Group. Custom page in the forum How-to & Troubleshooting 1 year, 2 months ago
I’m afraid I haven’t ever used any of the available group chat plugins for BuddyPress, but a web search shows that a number are available: https://duckduckgo.com/?q=buddypress+group+chat&t=ffab&ia=web
-
Boone Gorges replied to the topic Custom Member Profile Fields in the forum Creating & Extending 1 year, 2 months ago
There should be nothing additional required – no registration or enqueuing.
It looks like I made a typo in my original comment – I doubled the
/buddypress/
path. Here’s the proper destintation in your theme:
wp-content/themes/your-theme/buddypress/members/single/profile/profile-loop.php
Sorry about that!
-
Boone Gorges replied to the topic Dont want buddypress registration and activity page in the forum How-to & Troubleshooting 1 year, 2 months ago
Excellent! Good luck with your project 🙂
-
Boone Gorges replied to the topic Custom Member Profile Fields in the forum Creating & Extending 1 year, 2 months ago
If you need to do extensive customization to the appearance of the user profile, I’d recommend overriding BP’s templates in your child theme. For example, you can copy the file
wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/profile/profile-loop.php
towp-content/themes/your-theme/buddypress/buddypress/members/single/…
[Read more] -
Boone Gorges replied to the topic Kindly help! Buddypress plugin leads to error 508 in the forum Installing BuddyPress 1 year, 2 months ago
508 usually means that the hosting provider has put a limit on the resources available to your account. See https://stackoverflow.com/questions/20040307/how-to-fix-the-508-resource-limit-is-reached-error-in-wordpress. BuddyPress does generally require more resources (RAM, MySQL I/O) than a standard WP installation. I’d suggest reaching out to your…[Read more]
-
Boone Gorges replied to the topic Delete a notice to all users in the forum How-to & Troubleshooting 1 year, 2 months ago
Applying https://buddypress.trac.wordpress.org/changeset/11750 should fix the problem. Note that this change is in bp-messages/bp-messages-template.php, *not* notices-loop.php. There should be no need to reapply these changes after BuddyPress 3.0, where the fix will become part of the BP release.
- Load More
@boonebgorges
active 9 hours, 52 minutes ago