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: 25471
    Brajesh Singh on in reply to: Does Object Caching Work Well With BP? #44886

    Hi,
    The object caching works nicely with BuddyPress. You can ignore the above statement from Shane. I am assuming that he was referring to an old version of BP.

    The plugin redis-cache works with BuddyPress. I used it couple of years ago on 2 of client sites and they performed well.

    There is a slight possibility that some of the plugin or theme code(rarely uses cache) may not work. You may want to try it on staging and test before using with live server.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25471

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25471

    Hi Dianne,
    Thank you for using the plugin.

    Please allow me to get back to you on Monday/Tuesday. We will be updating the plugin to make sure the states are reflected.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25471
    Brajesh Singh on in reply to: Buddypress password strength meter #44873

    Hi Tosin,
    Thank you for the question.

    BuddyPress already does it on the fly if you are using BP Nouveau template pack. If that is not happening, you should check for javascript errors.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25471

    Hi Nifty,
    Thank you for the patience. Please upgrade to 1.4.8 and let me know if it works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25471
    Brajesh Singh on in reply to: Issues with registration member types. #44871

    Hi Ethan,
    I am sorry, I am unable to help you with approvals. The plugin(member type) does not deal with registration work flow.

    I have checked the auto activation plugin, It is not designed for conditionally activation of one user type. We will work on it and will be adding filter to achieve it.

    We will have a release by day end Tuesday to support this.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25471

    Hi Tosin,
    Thank you for the suggestion.
    I am sorry, this is an outlier case and beyond what we can specify with the current implementation.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25471

    Hi,
    Thank you for the question.
    sure, here is an example

    
    
    add_filter( 'mpp_user_can_comment_on_gallery', function($can, $gallery_id) {
    
        if( ! is_user_logged_in() ) {
            return $can;// should be false.
        }
    
        // modify the $can based on current user and return
        $can = false;// I am disabling it.
    
        return $can;
    }, 10, 2);
    
    

    Please feel free to customize it as you need.

    Hope it helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25471
    Brajesh Singh on in reply to: Buddyboss & Circles #44868

    Hi Bill,
    Thank you.

    The activity filtering by circle is not available for BuddyBoss. BuddyBoss has disabled activity filters. We used to add it to the activity filters dropdown(which is available for BuddyPress but not for BuddyBoss and there is not much we can do).

    I will suggest contacting BuddyBoss and asking them how to enable the activity filter dropdown on directory. That will resolve it for you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25471
    Brajesh Singh on in reply to: Issues with registration member types. #44859

    Hi Ethan,
    I am sorry If I could not understand your requirements.

    Do you want to disable auto activation of account for the casting director member types? or do you need to manually approve them from your admin dashboard?

    Please let me know.

    Thank you
    Brajesh