Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Mathieu Viet

    Mathieu Viet replied to the topic Error in buddypress code bp-menu bp-logout-nav in the forum How-to & Troubleshooting 1 year, 9 months ago

    Ouch, it will probably generate a fatal, but maybe we’ll get more information to trace which plugin is using this deprecated function.

  • Profile picture of Binh88 - Trang Chủ Tải App Binh88 Club Chính Thức 2024

    Binh88 – Trang Chủ Tải App Binh88 Club Chính Thức 2024's profile was updated 1 year, 9 months ago

    Binh88 - Trang Chủ Tải App Binh88 Club Chính Thức 2024

    @binh88app

    View Profile
  • Profile picture of Mathieu Viet

    Mathieu Viet replied to the topic Error in buddypress code bp-menu bp-logout-nav in the forum How-to & Troubleshooting 1 year, 9 months ago

    This last one is more helpful. Are you sure BP Classic is active? Because if active BuddyPress shouldn’t add this depreciation notice.

    What happens if you add this code to your wp-config.php?
    define( 'BP_IGNORE_DEPRECATED', true );

  • Profile picture of Mathieu Viet

    Mathieu Viet replied to the topic Error in buddypress code bp-menu bp-logout-nav in the forum How-to & Troubleshooting 1 year, 9 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?

  • Profile picture of Mathieu Viet

    Mathieu Viet replied to the topic Error in buddypress code bp-menu bp-logout-nav in the forum How-to & Troubleshooting 1 year, 9 months ago

    @fasirathore

    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]

  • Profile picture of Tường Kính TKC

    tuongkinhtkccom's profile was updated 1 year, 9 months ago

    tuongkinhtkccom

    @tuongkinhtkccom

    View Profile
  • Profile picture of Tower

    Tower's profile was updated 1 year, 9 months ago

    Tower

    @towersbet

    View Profile
  • Profile picture of nikan

    nikan's profile was updated 1 year, 9 months ago

    nikan

    @nikanlouster

    View Profile
  • Profile picture of Alan Billingsley

    Alan Billingsley's profile was updated 1 year, 9 months ago

    Alan Billingsley

    @bathroomremodeling1

    View Profile
  • Profile picture of MAI VIET CONSTRUCTION

    maivietconstruction's profile was updated 1 year, 9 months ago

    maivietconstruction

    @maivietconstruction

    View Profile
  • Profile picture of Mathieu Viet

    Mathieu Viet replied to the topic v12 removed bbcode buttons on reply box in the forum How-to & Troubleshooting 1 year, 9 months ago

    Awesome, thanks a lot for your feedback 👌

  • Profile picture of Mathieu Viet

    Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 9 months ago

    @cheesy2k

    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 kleo now generates this error while it wasn’t when BP Classic wasn’t active. It means kleo is…[Read more]

  • Profile picture of Mathieu Viet

    Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous 1 year, 9 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:

    BP Classic

    If you haven’t tried to ac…[Read more]

  • Profile picture of Gdzie sprzedać piękne zimowe kamizelki ratunkowe - Wolkaonline

    Gdzie sprzedać piękne zimowe kamizelki ratunkowe – Wolkaonline's profile was updated 1 year, 9 months ago

    Gdzie sprzedać piękne zimowe kamizelki ratunkowe - Wolkaonline

    @leedongordon

    View Profile
  • Profile picture of Mathieu Viet

    Mathieu Viet replied to the topic Slugs with -2 after update in the forum Installing BuddyPress 1 year, 9 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]

  • Profile picture of Mathieu Viet

    Mathieu Viet replied to the topic how to edit register page for buddypress? in the forum Installing BuddyPress 1 year, 9 months ago

    Here’s a way to disable BuddyPress signup feature:


    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(…
    [Read more]

  • Profile picture of Mathieu Viet

    Mathieu Viet replied to the topic How To Delete Register Page in the forum Installing BuddyPress 1 year, 9 months ago

    Here’s a way to disable BuddyPress signup feature:


    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(…
    [Read more]

  • Profile picture of Three Movers Fresno

    threemoversfresno's profile was updated 1 year, 9 months ago

    threemoversfresno

    @threemoversfresno

    View Profile
  • Profile picture of Mathieu Viet

    Mathieu Viet replied to the topic Slugs with -2 after update in the forum Installing BuddyPress 1 year, 9 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]

  • Profile picture of Poolvillapattaya

    poolvillapattaya's profile was updated 1 year, 9 months ago

    poolvillapattaya

    @poolvillapattaya

    View Profile
  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In