-
Mathieu Viet replied to the topic Error in buddypress code bp-menu bp-logout-nav in the forum How-to & Troubleshooting 1 year, 11 months ago
I believe you’re looking in the wrong direction: if clicking on Notifications or Messages from the top left admin panel is logging you out, it’s not a WP Nav Menu.
Have you tried clicking on these links being in WP Admin?
-
Mathieu Viet replied to the topic Error in buddypress code bp-menu bp-logout-nav in the forum How-to & Troubleshooting 1 year, 11 months ago
It was not logging you out with version 11.4.0 of BuddyPress?
Can you rollback to 11.4.0 keeping BP Classic active to see if that solves the issue?
Elementor’s reply is amazing, considering the price you pay for support, the fact we can’t test on our side because it’s a premium plugin and they can test on their side as Buddy…[Read more]
-
tuongkinhtkccom's profile was updated 1 year, 11 months ago
-
Tower's profile was updated 1 year, 11 months ago
-
nikan's profile was updated 1 year, 11 months ago
-
Alan Billingsley's profile was updated 1 year, 11 months ago
-
maivietconstruction's profile was updated 1 year, 11 months ago
-
Mathieu Viet replied to the topic v12 removed bbcode buttons on reply box in the forum How-to & Troubleshooting 1 year, 11 months ago
Awesome, thanks a lot for your feedback 👌
-
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 11 months ago
Slug constants were deprecated in version 1.5 of BuddyPress (more than 10 years ago). We decided to remove them from BuddyPress 12.0.0 as it’s now very easy to customize slugs.
Your error is interesting, if you look at it, you’ll see the theme
kleonow generates this error while it wasn’t when BP Classic wasn’t active. It meanskleois…[Read more] -
Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 11 months ago
Hi @cheesy2k
Sorry to read about this issue. It’s difficult to figure it out. We made an important change in 12.0.0 & although we communicated a lot there might be some third party BP plugins not ready yet for 12.0.0. That’s why we anticipated building this backcompat addon:
If you haven’t tried to ac…[Read more]
-
Gdzie sprzedać piękne zimowe kamizelki ratunkowe – Wolkaonline's profile was updated 1 year, 11 months ago
-
Mathieu Viet replied to the topic Slugs with -2 after update in the forum Installing BuddyPress 1 year, 11 months ago
Ok, I understand you don’t want to take the time to fix the issue. It’s really difficult to understand each other. Sorry to read my help is so annoying. You probably customized, the base prefix for your tables if the table is not called
wp_posts, it’s probably due to the custom table prefix you defined into your wp_config.php file. The code I’ve…[Read more] -
Mathieu Viet replied to the topic how to edit register page for buddypress? in the forum Creating & Extending 1 year, 11 months ago
Here’s a way to disable BuddyPress signup feature:
[Read more]
function disable_bp_signups() {
add_filter( 'bp_get_signup_allowed', '__return_false' );
remove_filter( 'register_url', 'bp_get_signup_page' );
remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );
remove_filter( 'wp_signup_location', 'bp_blogs_creation_location' );
remove_filter(… -
Mathieu Viet replied to the topic How To Delete Register Page in the forum Installing BuddyPress 1 year, 11 months ago
Here’s a way to disable BuddyPress signup feature:
[Read more]
function disable_bp_signups() {
add_filter( 'bp_get_signup_allowed', '__return_false' );
remove_filter( 'register_url', 'bp_get_signup_page' );
remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );
remove_filter( 'wp_signup_location', 'bp_blogs_creation_location' );
remove_filter(… -
threemoversfresno's profile was updated 1 year, 11 months ago
-
Mathieu Viet replied to the topic Slugs with -2 after update in the forum Installing BuddyPress 1 year, 11 months ago
Have you tried to temporarily add this code to the functions.php of your active theme?
remove_filter( 'wp_unique_post_slug', 'bp_core_set_unique_directory_page_slug', 10, 6 );And then did you go to the URLs tab of the BuddyPress settings and try to customize slugs again?
If so, using your tool to administrate your site’s database (eg:…[Read more]
-
poolvillapattaya's profile was updated 1 year, 11 months ago
-
bmbagheri's profile was updated 1 year, 11 months ago
-
Mathieu Viet replied to the topic Slugs with -2 after update in the forum Installing BuddyPress 1 year, 11 months ago
So you’re using BP version 12.0 on a regular site (not a multisite config), you activated, then deactivated BP Classic because it was no more needed. And now when you go into the URLs tab of the BuddyPress settings and tries to customize slugs, it adds a
-2suffix.Is it happening when these slugs are default BuddyPress ones only (eg:
activity,me…[Read more] -
Mathieu Viet replied to the topic Error in buddypress code bp-menu bp-logout-nav in the forum How-to & Troubleshooting 1 year, 11 months ago
Hi,
I just tested and I wasn’t able to reproduce, sorry. I don’t think it’s a BuddyPress problem. Have you tried to temporarily deactivate all plugins except BuddyPress to see if the issue was still there?
If so, maybe you can try to activate the BP Classic backwards compatibility plugin in case there’s a 3rd party BP plugin playing into this area.
- Load More