-
Mathieu Viet replied to the topic Say Hi to BuddyPress 11.0.0 "La Scala" in the forum Miscellaneous 2 years, 8 months ago
Hello @munklefish
Have you tried deactivating all plugins except BuddyPress and activating a WordPress default theme like Twenty Twenty-Three to be sure it’s a BuddyPress issue?
If so, what’s your setup?
WordPress Multisite or not? WordPress version?
If Multisite how BuddyPress has been activated? Network wide, on a specific site of the net…[Read more] -
Mathieu Viet replied to the topic Group admin & mod not able to delete group activity posts and comments in the forum How-to & Troubleshooting 2 years, 8 months ago
Hi try to replace:
if( bp_current_user_can( 'bp_moderate' ) || groups_is_user_mod( bp_loggedin_user_id(), $group_id ) )With:
if( bp_current_user_can( 'bp_moderate' ) || groups_is_user_mod( bp_loggedin_user_id(), $group_id ) || groups_is_user_admin( bp_loggedin_user_id(), $group_id ) ) -
Mathieu Viet replied to the topic PHP Fatal error: Uncaught ValueError in the forum How-to & Troubleshooting 2 years, 8 months ago
Thanks for your report. I agree, we should check the needed placeholders are in place inside the translated string.
-
Mathieu Viet replied to the topic Errors with PHP 8.2 compatibility in the forum How-to & Troubleshooting 2 years, 8 months ago
Thanks for your report, it will be fixed in 12.0 version: https://buddypress.trac.wordpress.org/ticket/8820
-
Mathieu Viet replied to the topic Say Hi to BuddyPress 11.0.0 "La Scala" in the forum Miscellaneous 2 years, 8 months ago
Hi!
@adhamahmed: A better place to ask about this is: https://bbpress.org/forums/
@mpcd108: interesting, we don’t include such a view, what would be the benefit of it? Being able to see the awaiting requests to be able to withdraw some?
-
Mathieu Viet replied to the topic Say Hi to BuddyPress 11.0.0 "La Scala" in the forum Miscellaneous 2 years, 9 months ago
Hi @yoshibot
Your error log file says
bp_get_deprecated_functions_versions()is not available. This function was introduced in version 11.0.0 of BuddyPress. I’ve just tested BuddyPress 11.0.0 using WordPress regular and multisite configs and I confirm when I try to login everything behaves as expected. I can reproduce your error.When I look at…[Read more]
-
Mathieu Viet replied to the topic Say Hi to BuddyPress 11.0.0 "La Scala" in the forum Miscellaneous 2 years, 9 months ago
Hi @jakobuz
This is really weird, because:
–sprintf()is not used at line 233 in https://buddypress.trac.wordpress.org/browser/tags/11.0.0/src/bp-blogs/bp-blogs-activity.php#L233. Have you edited this file?
– “3 arguments are required, 2 given”: 3 arguments were required in BuddyPress 10.6.0 and below but only for multisite configs. Are you…[Read more] -
Mathieu Viet replied to the topic Say Hi to BuddyPress 11.0.0 "La Scala" in the forum Miscellaneous 2 years, 9 months ago
Hi @fantamily
Thanks a lot for your feedback. The issue is actually caused by some custom code wrongly using the
bp_get_send_message_button_argsfilter. Instead of returning an empty array to disable the private button on members profile header, this custom code retunsfalse.That being said. We should be more cautious about this potential wrong…[Read more]
-
Mathieu Viet replied to the topic Say Hi to BuddyPress 11.0.0 "La Scala" in the forum Miscellaneous 2 years, 9 months ago
Hi @yoshibot,
Here’s the link to download previous version of BuddyPress: https://downloads.wordpress.org/plugin/buddypress.10.6.0.zip
FWIW, I can’t reproduce the issue you shared about notifications. For me everything works as expected, see:

-
Mathieu Viet replied to the topic Say Hi to BuddyPress 11.0.0 "La Scala" in the forum Miscellaneous 2 years, 9 months ago
Hi @drivezone, @fantamily & @yoshibot
Thanks a lot for your feedbacks. We’re going to investigate about the issues you reported.
-
Mathieu Viet replied to the topic Say Hi to BuddyPress 11.0.0 "La Scala" in the forum Miscellaneous 2 years, 9 months ago
Thanks for your report, this issue seems to be caused by this plugin https://github.com/projectestac/wordpress-invite-anyone/ It hooks to
bp_core_install_emailsto run the functionass_install_emailsthat does not exist see: https://github.com/projectestac/wordpress-invite-anyone/blob/master/by-email/by-email.php#L1710 -
Mathieu Viet wrote a new post on the site BuddyPress France 2 years, 9 months ago
BuddyPress 11.0.0 « La Scala »
Heureuse nouvelle année et meilleurs voeux pour Twenty Twenty-Three 🥳 L’équipe de développement du cœur de BuddyPress BuddyPress 11.0.0 « La Scal […] -
Mathieu Viet started the topic Say Hi to BuddyPress 11.0.0 "La Scala" in the forum Miscellaneous 2 years, 9 months ago
Hello everyone,
Happy new year to everyone from the BuddyPress core team, let’s start it with upgrading to 11.0.0. Thanks in advance 🤝.
-
Mathieu Viet wrote a new post on the site BuddyPress.org 2 years, 9 months ago
BuddyPress 11.0.0 "La Scala"
Happy new year & best wishes for Twenty Twenty-Three 🥳 The BuddyPress Core Team BuddyPress 11.0.0 “La Scala” is now available for download from t […] -
Mathieu Viet replied to the topic BuddyPress 10.6.0 Maintenance Release in the forum Miscellaneous 2 years, 10 months ago
Hi @michaelabf
I just tested & everything behaves as expected for me. Have you tried without any other plugins activated than BuddyPress?
-
Mathieu Viet wrote a new post on the site BuddyPress France 2 years, 10 months ago
BuddyPress 11.0.0 RC1La première version candidate de la version 11.0.0 de BuddyPress est disponible ! Testons là ! La mise à disposition de cette “Version Ca […]
-
Mathieu Viet replied to the topic PHP 8.1 deprecation warnings in the forum Requests & Feedback 2 years, 10 months ago
Hi,
Thanks for your feedback. We got it and it will be fixed in next major version. See https://buddypress.trac.wordpress.org/changeset/13311/
-
Mathieu Viet replied to the topic Spam on BP support pages – contact with mods in the forum Requests & Feedback 2 years, 10 months ago
Hi!
How can I help you?
-
Mathieu Viet started the topic BuddyPress 11.0.0 Release Candidate in the forum Miscellaneous 2 years, 10 months ago
Hello,
Please help us fine tune 11.0.0 testing its release candidate!
-
Mathieu Viet wrote a new post on the site BuddyPress.org 2 years, 10 months ago
BuddyPress 11.0.0 Release CandidateThe first release candidate for BuddyPress 11.0.0 is now available! Let’s test it! “Release Candidate” means that we think the new version […]
- Load More
@imath
Active 9 months, 2 weeks ago