-
David Cavins updated the Releases page, on the BuddyPress Codex 6 days, 14 hours 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 […]
-
David Cavins updated the Version 14.5.0 page, on the BuddyPress Codex 6 days, 16 hours ago
Versions 11.6.0, 12.7.0, and 14.5.0 are all BuddyPress security releases. They were released on July 7, 2026. Two security fixes were addressed in each version. 14.5.0 also includes many code improvements. For […]
-
David Cavins updated the Version 12.7.0 page, on the BuddyPress Codex 6 days, 16 hours ago
Versions 11.6.0, 12.7.0, and 14.5.0 are all BuddyPress security releases. They were released on July 7, 2026. Two security fixes were introduced. For Version 12.7.0, the database version […]
-
David Cavins updated the Version 11.6.0 page, on the BuddyPress Codex 6 days, 16 hours ago
Versions 11.6.0, 12.7.0, and 14.5.0 are all BuddyPress security releases. They were released on July 7, 2026. Two security fixes were introduced. For Version 11.6.0, the database version […]
-
John James Jacoby wrote a new post on the site BuddyPress.org 6 days, 17 hours ago
BuddyPress 14.5, 12.7, 11.6BuddyPress 14.5.0, 12.7.0, and 11.6.0 are now available. These are security and maintenance releases that include two security fixes, along with a […]
-
Witomir Łękowski started the topic Off-topic: quick thank you in the forum Miscellaneous 1 week, 5 days ago
Just wanted to say thanks to this community — BuddyPress helped me a lot when building a membership site for a local car service (I run a small blog about it: blog). Appreciate all the help here over the years!
-
Civil Craft started the topic About Civil Craft in the forum Installing BuddyPress 1 week, 6 days ago
We are a risk solution specialist in our field of civil construction and ground maintenance. We work with dynamic organizations that require smart service excellence that minimizes risk and reduces costs.
Our core strength lies in the experience, skill and commitment of our staff. Clients welcome our hands-on approach to engineering and our…[Read more] -
Mike Witt replied to the topic How to hide or replace Gravatar text on profile in the forum Creating & Extending 2 weeks, 2 days ago
I am by no means a BuddyPress expert, but on our sites we’ve changed the text you see when you click on “Change Profile Photo” by overriding the file change-avatar.php. In other words, I’ve made a copy of that file, changed the text to say what I want, and then put that file in wp-content/themes/MY_CHILD_DIR/buddypress/members/single/profile.…[Read more]
-
Fred Kurtz started the topic What Is the Best Office Scanner Machine for High-Volume Scanning? in the forum Installing BuddyPress 2 weeks, 6 days ago
Last month our office faced a mountain of paperwork after a busy client event. Everyone expected the process to take days until a teammate brought in an office scanner machine that transformed stacks of documents into organized digital files within hours. The surprise was not just the speed but the accuracy that saved us from endless manual…[Read more]
-
Indigetal WebCraft started the topic Fix `bp_is_site_home()` to ignore query strings – Ticket #9330 in the forum Requests & Feedback 1 month, 1 week ago
This is a public awareness announcement of enhancement request ticket #9330, which can be found here and already includes a patch.
Many BuddyPress communities set a directory (Activity, Members, Groups, etc.) as the WordPress homepage. That is a supported, common setup. However, once the homepage URL carries *any* query string – such as a…[Read more]
-
Indigetal WebCraft started the topic in the forum Installing BuddyPress 1 month, 1 week ago
This is a public awareness announcement for enhancement request #9329. The original ticket can be found here and includes a patch.
BuddyPress already invites extensions to register custom emails through bp_email_get_schema() and that path works well for subject/body content and is how core itself adds emails on upgrade. However, the matching…[Read more]
-
Indigetal WebCraft replied to the topic Add `privacy` column to `bp_activity` for per-item visibility control in the forum Requests & Feedback 1 month, 1 week ago
Bumping this topic and the ticket in the trac system with further context.
So, hide_sitewide already covers one visibility case well: “keep an item off the sitewide stream.” However, many community sites and extensions need a separate, per-activity audience value, such as friends-only updates, logged-in-only posts, author-only notes,…[Read more]
-
John N replied to the topic Problem when deleting terms in the forum How-to & Troubleshooting 1 month, 4 weeks ago
Good question — and sorry for the confusion, I actually meant Apache MPM Event, not Worker.
The reason I switched from Prefork was that it was spawning a very large number of Apache processes, which eventually caused the server to run out of resources and crash repeatedly.
After switching to MPM Event, things have been much more stable. As p…[Read more]
-
John N replied to the topic Problem when deleting terms in the forum How-to & Troubleshooting 2 months ago
…or if PHP-FPM is allowing some kind of invalid or unintended output that previous PHP configurations did not expose?
-
John N replied to the topic Problem when deleting terms in the forum How-to & Troubleshooting 2 months ago
As I mentioned, I’m not entirely sure when the issue first appeared. I’m the one associating it with the growing number of terms, but I don’t actually have anything concrete to support that assumption.
It could just as well be related to the changes I made to the server setup — switching from Apache MPM Prefork with PHP 8.3 to Apache MPM Worker…[Read more]
-
John N replied to the topic Problem when deleting terms in the forum How-to & Troubleshooting 2 months, 1 week ago
Thanks. This is what we could find out:
Payload:
action
delete-tag
taxonomy
category
tag_ID
950
_wpnonce
ac946b4d8fBelow response first an empty line and then one line with the number 1.
When creating a term there are nothing at all. The term is created but it looks like it is just working.
-
John N replied to the topic Problem when deleting terms in the forum How-to & Troubleshooting 2 months, 1 week ago
Hi again,
Since I’m not finding anything in any logs or debug logs, I’ve reached the limit of what I can figure out with my current level of knowledge. It would be greatly appreciated if a BuddyPress developer could take a closer look at this issue and hopefully help identify a solution.
I’m speculating here, but creating and deleting terms…[Read more]
-
John N replied to the topic Problem when deleting terms in the forum How-to & Troubleshooting 2 months, 2 weeks ago
Thanks for your suggestion.
I have enabled debug logging, but I’m not seeing anything that seems related to this issue, neither in wp-admin nor in the debug.log.
The only thing that appears is the following deprecated notice:
[27-Apr-2026 16:56:19 UTC] PHP Deprecated: The function bp_core_get_user_domain is deprecated since version 12.0.0! U…[Read more]
-
John N started the topic Problem when deleting terms in the forum How-to & Troubleshooting 2 months, 2 weeks ago
Hi,
I’ve run into an issue that appears to be caused by BuddyPress when deleting terms (categories, tags, and custom taxonomies) in WordPress admin.
When I delete a term in wp-admin (for example a category or a custom taxonomy term), I get the following error message:
“An error occurred while processing your request. Please try again lat…[Read more]
-
Civil Engineering Notes started the topic Found an issue at buddypress/bp-members/classes/class-bp-members-admin.php in the forum How-to & Troubleshooting 2 months, 3 weeks ago
after i installed the buddypress plugin in my local server, i get an error message at the user page. although currently i have solved it, but it needed to be fixed in the original code.
here is the error-
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in…[Read more] - Load More