-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
@erotmil Awesome! I’m happy the issue is resolved 👌
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
@jaymzwayne Thanks for your feedback I’ll try to figure out why there’s such an issue between Legacy wigdets and the BP Attachments Add-on.
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
The Pages tab of the BuddyPress settings has been replaced by the URLs one where you can customize all BP URLs slugs, Directories, registration/activate pages are now manged from there. See:
https://github.com/buddypress/buddypress/blob/master/docs/user/administration/settings/urls.mdIf you need to add some of these pages to…[Read more]
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
Here is how you can get involved with documentation:
https://github.com/buddypress/buddypress/tree/master/docs/contributor/documentationYou and everyone are very welcome to contribute.
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
Hi @chuchy10 thanks for your feedback I’ll look at it. I believe you can use the regular Menu Administration in the meantime.
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
@erotmil this is a public forum, do not share access to your site. I never ask to log in to a user site, and I’ll never log in to edit a user site. I just deleted the access you shared in your previous reply.
Your custom page is out of BuddyPress scope. The only thing that has changed since 11.4.0 that could possibly interfere imho is the fact…[Read more]
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
@erotmil I just tested:
When I click on the “calendar request” button, I reach this page
https://yoursite.url/calendar-request/and the form below button is about requesting a calendar.When I click on the “website request” button, I reach this page
https://yoursite.url/website-request/and the form below button is about requesting a…[Read more] -
Mathieu Viet replied to the topic new update crashed my sites in the forum How-to & Troubleshooting 1 year, 10 months ago
Hi @beachcalsix
Thanks for your feedback, can you share the fatal error traced in your error_log file ? We performed many tests before releasing this upgrade and never encountered such an error (fatal).
-
Mathieu Viet replied to the topic Member Nav Menu Items for WP6 FSE in the forum Installing BuddyPress 1 year, 10 months ago
Hi,
It’s on our todo list. Not available at the moment but probably at next major version.
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
@erotmil you can turn WP_DEBUG to false. Deprecated notices need to be addressed, but they are not responsible for the bug.
BP Classic can be activated before or after BuddyPress 12.0.0. In 11.4.0 we suggested to activate it so that the 12.0.0 migration task is short circuited, but it can be done after, it will simply revert the 12.0.0 migration…[Read more]
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
About documentation: I agree with you. Writing what we need to do is nice. It would be even greater if you could take another step: contribute to it 😅.
We’ve tried to get contributors to help us twice to update https://codex.buddypress.org unfortunately we were not able to get enough people to help us.
For this particular r…[Read more]
-
Mathieu Viet replied to the topic New version 12.0.0 Bug in the forum How-to & Troubleshooting 1 year, 10 months ago
Hello, thanks for your feedback and happy you found the way to solve the issue 👌
-
Mathieu Viet replied to the topic All widgets removed after update in the forum How-to & Troubleshooting 1 year, 10 months ago
Awesome ! Thanks for confirming 👍
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
Hi @dangbird
Many thanks to @vapvarun for working on it from the Reign theme 😍. I’m confident it should fix your issue with 12.0 in a near future.
1) we only add this cover image on the member’s profile page or into an activity when a member has changed their avatar or cover image
2 & 2b) I believe it’s something your activ…[Read more] -
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
Hi @priyam1234 about ACF, the thing is we don’t use a UI to edit BP directory pages. As anyway we never used the content of the
pagepost type for BuddyPress content, now we’ve migrated to abuddypresspost type we’re not generating the corresponding UI in WP Admin. I’m going to look at it to see how we can integrate ACF with our new way of deal…[Read more] -
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
Hi @erotmil thanks for sharing this code. I don’t see anything particular that would conflict on the server side. Since your issue is about button visibility I wonder if the fact we’re not including BuddyPress template pack styles and scripts everywhere on the site but only in BuddyPress generated pages could be the reason why you’re not seein…[Read more]
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
Hi @erotmil Sorry to read about this issue, I’m not sure to understand what the custom code is doing. As you’re talking about widgets I guess it may contain some
<?php dynamic_sidebar( 'name_widget_zone' ); ?>. Have you checked your error_log to see if there were some errors? About BP Classic, it contains the BP Legacy widgets, they are…[Read more] -
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
Hi @dangbird
Thanks for your feedback, in version 11.4.0 we’ve (exceptionally) introduced a feature to display notifications only to admins to inform them about the massive change coming into 12.0.0. See https://buddypress.trac.wordpress.org/ticket/9007
This feature we called “Admin notifications” is temporarily overriding the notifications for…[Read more]
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 10 months ago
Thanks a lot for your feedback 😍. I’m happy to read you succeeded in troubleshooting issues on your side. We always try to imagine what could go wrong when we update our code but at the same time, we need to go forward. This release is very important as we’ve tried to explain as much as we could, it’s a starting point: fully…[Read more]
-
Mathieu Viet replied to the topic All widgets removed after update in the forum How-to & Troubleshooting 1 year, 10 months ago
Hi @jane-blonde
As we informed into an Admin notification after the 11.4.0 upgrade and at each 12.0.0 pre-releases. So it’s not an issue.
We’ve moved Legacy widgets into the BP Classic back compatibility add-on. Since version 9.0.0 we’ve transformed these legacy widgets as block widgets.
- Load More
@imath
Active 9 months, 2 weeks ago