-
Mathieu Viet replied to the topic PROBLEM REINSTALLING BUDDYPRESS in the forum Installing BuddyPress 11 months ago
Hi @beoogo
Sorry to read about your issue. If you get a blank page that’s probably due to a fatal error. Your host should give you access to the error log of your site to find the issue. My guess is one of your plugin is using a deprecated function. If you’re trying to activate version 12.0.0 of BuddyPress, you can try to first activate the BP Cla…[Read more]
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months ago
What you describe is the typical behavior you get when you try to reach the registration page while you already logged in. Did you make sure to log out before trying to reach this page ?
-
Mathieu Viet replied to the topic member profile-error 404 in the forum How-to & Troubleshooting 11 months ago
Hi,
Try to go to WP Admin > Permalinks and simply click on the save button to refresh your permalink settings
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months ago
Hi @clipcash
I have no idea, I’ve just searched our entire codebase and we’re not using such an error message. That’s probably a message generated by another plugin.
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months ago
Hi @lmstearn
To me it’s a bbPress issue. I believe there’s already one on bbPress Trac.
The workaround I posted here: https://gist.github.com/imath/24fdfa1b8625477e93c0daa0d90b2a44 is the way to go imho.
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months ago
I agree BuddyX is a great looking theme, it’s available on the Theme directory and actively maintained by great developers (who are contributing back to BuddyPress). We wrote a post on it on this website. Our BP Block Theme will also be available on the Theme directory and we’ll probably look at a way to feature nice BP Themes from end-users…[Read more]
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months ago
I’ve just tested BuddyPress v12.0.0 with or without BP Classic and I wasn’t able to reproduce your issue. To me everything works fine, if you can clone your site on a local/staging environment, I advise you to disable all plugins but BuddyPress and BP Classic and use a bundled WordPress theme to see if the issue is still there…[Read more]
-
Mathieu Viet replied to the topic bp_get_the_profile_field_edit_value is not returning extended field values in the forum How-to & Troubleshooting 11 months ago
Hello, you are using a fork of BuddyPress. Our code have diverged. Please contact this fork support. We cannot reply for them.
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months ago
Thanks a lot for your feedback I’ll check this asap 👌
Hi @epgb101
Thanks a lot for your feedback. I agree we need to improve the front-end design. As I’ve explained here, we are very ambitious trying to integrate with any themes. In next major version (14.0.0, because 13 is a hard number), we’ll carry on on this road but we wi…[Read more]
-
Mathieu Viet replied to the topic bp_init | get displayed user in the forum How-to & Troubleshooting 11 months ago
Hi @wojciechr
Since BuddyPress 12.0.0, we’ve delayed the moment when the displayed user is set to comply with the WP Rewrite API. You now need to wait for
bp_parse_query
to get it. I advise you to use a later priority than default one (eg:20
).The other option is to download and activate the BP Classic plugin. It will bring backward c…[Read more]
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months ago
Hello @perchenet
Thanks a lot for the screenshot you shared with us. I guess you are using the Classic Widget plugin (or a filter to carry on using WP Legacy widgets UI). If you were using the Block Widgets interface that replaced it during WordPress 5.8, you’d be able to also set the title from the BP Block Widget Inspector.
I believe you h…[Read more]
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months ago
Hi @perchenet
Just to be sure we are talking about the same things:
– The Active/Online members legacy widgets were removed from BuddyPress 12.0.0 and moved into the BP Classic add-on as they were deprecated since 10.0.0 (following their migration as block widgets in version 9.0.
– The Active/Online members block widgets are available in 12.0.0…[Read more] -
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months ago
Hi @tdakanalis
Thanks for your feedback. Short answer is: you can’t anymore. In BP 12.0.0, we’ve delayed the moment when BuddyPress objects are fully set to the time when WordPress parses a query in order to comply with the WP Rewrite API.
We’ve faced the issue you’re talking about because group extensions are loaded way too early. We haven’t…[Read more]
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months ago
Hi @priyam1234
I’m not sure to understand what you’re trying to do, but if you need to force the BP Directories metabox to be shown in the Nav Menus Admin Screen, you can try that:
[Read more]
function priyam1234_hidden_meta_boxes( $hidden, $screen ) {
if ( isset( $screen->id ) && 'nav-menus' === $screen->id ) {
$hidden = array_diff( $hidden, array(… -
Mathieu Viet replied to the topic How To Delete Register Page in the forum Installing BuddyPress 11 months, 1 week ago
Hello @bermudastream
The fact this snippet is not working on your config is amazing to me, as I’ve tested it on my development env.
If you haven’t done so, could you add the code into a
bp-custom.php
file? See https://codex.buddypress.org/themes/bp-custom-php/ for more info about this file. -
Mathieu Viet updated the WordPress version compatibility page, on the BuddyPress Codex 11 months, 1 week ago
We are currently working on a documentation reboot, here’s the new home of the best accurate docs (WIP). You’re very welcome to contribute to it. Updated documentation for following section is available […]
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months, 1 week ago
Hi @meghraaj,
We are using the REST API endpoint internally to manage group members and it works as expected. I’ve just tested the
CREATE
endpoint successfully in a similar way than the one we’re explaining here: https://developer.buddypress.org/bp-rest-api/reference/user-groups/group-membership/#add-a-specific-member-into-a-groupI wasn’t able…[Read more]
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 11 months, 1 week ago
Hi @legiosmoke
I’ve just test Astra with BuddyPress 12.0, it works as expected, images are not disappearing, here’s a proof of it:
-
Mathieu Viet updated the Alternative Registration Workflows page, on the BuddyPress Codex 11 months, 1 week ago
We are currently working on a documentation reboot, here’s the new home of the best accurate docs (WIP). You’re very welcome to contribute to it. Updated documentation for this section is available here. By […]
-
Mathieu Viet updated the Manage User Signups page, on the BuddyPress Codex 11 months, 1 week ago
We are currently working on a documentation reboot, here’s the new home of the best accurate docs (WIP). You’re very welcome to contribute to it. Updated documentation for this section is available […]
- Load More
@imath
Active 4 weeks, 1 day ago