Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: two notifications when a user comments on post #23677

    Hi,
    Do you mean localize to your language? If yes, then you can.

    If you are running multilingual site, then no.

    P{lease do note that the above plugin does not add any notification. It lists the relevant activities. Also, if you are using a Activity wall plugin(not the default BuddyPress Activity), It may not work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] French translation does not works #23676

    Hi Thierry,
    The correct file is bp-ajax-registration-fr_FR.mo and it should be in your wp-content/languages/plugins/ directory.

    Please give it a try.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Carsten,
    Thank you for using the plugin.

    It seems to me that both the images are same.

    Please do note that the count in the tab bar shows the Unique visit count(ho many people visited) and not how many times.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Philip,
    Thank you for using the plugin.
    Will it work if you can exclude the pages redirect by member types pro? That is the simplest thing.

    It is possible to count login but that will need a lot more customisation. Specially keeping track of the number of login after profile became incomplete.

    Please let me know if skipping member type reidirected page will work?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: FB like activity list + BP Reshare plugin #23658

    Hi Vivek,
    Please allow us to check it tomorrow and get back to you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Daria,
    Please put this code in your bp-custom.php

    
    
    add_action( 'bp_template_redirect', function () {
    
    	// Do not lock if user is logged in or we are not on members directory.
    	if ( ! bp_is_members_directory() || is_user_logged_in() ) {
    		return;
    	}
    
    	// If PMPro does not exist or the directory is not locked, return.
    	if ( ! function_exists( 'pmpro_bp_is_member_directory_locked' ) || ! pmpro_bp_is_member_directory_locked() ) {
    		return;
    	}
    
    	// usr is not logged and directory is locked, redirect to login.
    	bp_core_redirect( wp_login_url( $_SERVER['REQUEST_URI'] ) );
    } );
    
    

    Is it working. I haven’t tested it though I hope it should work.

    Please let me know if it works or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Buddypress and Woocommerce #23649

    For New members looking at this topic,
    We have released our own integration with WooCommerce & BuddyPress which provides a lot of flexibility in working with BuddyPress & WooCommerce.

    https://wordpress.org/plugins/buddycommerce/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Thank you Tang.
    We are working on a proper plan from next year. Here is the plan
    For our loyal members, we will be offering Pro membership at $159 instead of $199(Only when renewed within 15 days of membership expiry).

    For the time being, Please get int touch for the coupon. From August 2020, It will automatically apply on checkout.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Sent you the mail.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi,
    I am sorry, I will mail a copy of this plugin to you now.

    As of updates, we only updated if needed. That’s why you might not have seen updates for some of the plugins.

    Regards
    Brajesh