BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24623

    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: 24623
    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: 24623

    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: 24623

    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: 24623

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 24623

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 24623

    Hi Fab,
    Welcome to BuddyDev support.

    Are you using our xprofile custom field types plugin? If yes, you will need to use the 2 letter country code.

    Here is the list of country codes.
    https://github.com/buddydev/bp-xprofile-custom-field-types/blob/master/src/field-types/class-field-type-country.php#L221

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24623
    Brajesh Singh on in reply to: Buddyblog Pro – GDPR #51963

    Hi Eric,
    Thank you for the post.

    BuddyBlog Pro does not create/manage content types. We do allow creating content but the same content can be created via other means(backend).

    For example, a post can be created using BuddyBlog pro or Dashboard->Posts section. If you have GDPR support for your content type(e.g post), that is more than sufficient.

    Speciafically, with BuddyBlog we do not manage creation or content type(post type), we provide a way to add entries to these post types. Our assumption has been that the code providing support for custom content type will handle the personal data export for that type. We are providing just one of the methods of creating content for that specific type.

    As of data erasure, when you delete a user’s account, WordPress will provide you a way to delete the associated content(post type).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24623
    Brajesh Singh on in reply to: Attempting to subscribe again but PAYPAL sucks #51931

    Hi Kelly,
    Thank you for using our plugins in past.

    You have the right to have your opinion on PayPal or our technical skills. But your opinion is just your opinion for us. When we started using it in 2009, It was the only one viable solution. Yes, there are better solutions for last few years but we do not plan to use stripe currently. We are evaluating a merchant of records that can handle taxes on our behalf.

    I am sorry for your experience. We have always ensured access to our products if we received any message about such issue facing payment or any reason a member is unable to pay. We haven’t received any message from your end till now. We are here and will be glad to provide access if you wish so.

    If your last message is aimed as some kind of warning, Please feel free to copy any of our plugin you want to do so. All our plugins are opensource and GPL licensed and we do not restrict people from using any no. of times, selling or do whatever they please. The updates and support is what we require payment.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24623

    Hi,
    I am sorry, at the moment we lack the time to look further into it. I wish we could help but we are a small team and the time is limited, so we won’t be able to invest any further into it.

    Regards
    Brajesh