BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25068

    Hi Frank,
    Thank you for reporting the issue.

    The issues are caused by BuddyPress 12.0 routing change and not the new WordPress or theme.

    If you enable BP Classic, all the above issues will be resolved . @ravisharma is working on adapting plugin to new routing structure of BuddyPress 12.0 and we hope to have update in near future that won’t need BP classic plugin to work.

    Please try installing and using BP classic and let me know if that works or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25068
    Brajesh Singh on in reply to: Buddy blog pro #52141

    Hi Eric,
    Thank you for your patience.
    I am sorry to keep it delaying. It will be available by day end tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25068
    Brajesh Singh on in reply to: Password to groups #52138

    Hi Axel,
    Thank you for your question.
    I am sorry, there are no ready made solutions currently achieve it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25068

    Hi,
    Thank you for confirming.
    yes, It works with BuddyBoss platform and is supported. In case you find any issue with it, we will support.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25068

    Hi,
    Welcome to BuddyDev support forums.

    This plugin is not supported for BuddyBoss platform. It may work(You can access the settings from Dashboard->Settings->BuddyPress Activity Rate Limiter) but we haven’t tested it for BuddyBoss.

    Here is a list of all BuddyBoss supported premium plugins
    https://buddydev.com/plugins/category/buddyboss-platform-premium-plugins/

    For future clarification, all our BuddyBoss supported plugins will have a “Supports:” section in the plugin download/version information section on single plugin page and It specifies BuddyBoss platform.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25068
    Brajesh Singh on in reply to: WordPress Restrict Email Domains #52124

    Hi Jordan,
    Thank you for purchasing from us.

    The plugin does not have its own login page. It integrates with default WordPress login page as well as login page provided by BuddyPress, BuddyBoss, WooCommerce, UserWP, User Registration, Ultimate Member, WP Members, Elementor Essentials addon login, Login/Signup Popup plugin and others.

    You can use any of the existing custom login plugin and let us know. We can test and ensure that the restrictions work with them.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25068

    Hi Gisela,
    Thank you for the question.

    Please put this in your bp-custom.php

    
    
    // Disable BP registration
    add_filter( 'bp_get_signup_allowed', function () {
    	return false;
    } );
    
    // map register url.
    add_filter( 'bp_get_signup_page', function ( $url ) {
    
    	if ( function_exists( 'wc_get_page_permalink' ) ) {
    		return wc_get_page_permalink( 'myaccount' );
    	}
    
    	return $url;
    } );
    
    

    This should disable BuddyPress registration page and redirect to WooCommerce My account page for registration.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25068

    Hi Fab,
    I am sorry, the plugin is not aware are of country field and treats it like a text field. That’s why the single value is working.

    At the moment, I am unable to suggest any workaround for this.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25068

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25068

    Hi,
    Thank you for the reply.

    No issues with purchasing. We are happy to share a copy of the plugin with you. I have shared a copy via google drive and also sent you a mail with basic API details. Please check for the same.

    We will be happy if it can be utilized for your purpose. If you need any further assistance about the API/implementation, Please feel free to reach us.

    Thank you
    Brajesh