BuddyDev

Search

Replies

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

    Hi Ethan,
    Can you please confirm the following:-

    1. You upgraded the plugin to 1.5.6
    2. You have bp-custom.php in wp-content/plugins directory and you have put the code from my previous post there?

    This forum uses bbPress for support and it does not support reply by email.

    Regards
    Brajesh

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

    Hi Ethan,
    Thank you for the patience.

    Please upgrade to 1.5.6 and then add the following code to your bp-custom.php

    
    
    /**
     * Disables auto activation, auto login for castingdirector member type.
     */
    add_filter( 'bpaaal_disable_auto_activation', function ( $disable ) {
    
    	if ( isset( $_POST['field_808'] ) &&  'castingdirector' == $_POST['field_808']) {
    		$disable = true;
    	}
    
    	return $disable;
    } );
    
    

    It will disable the auto activation process for the casting director.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Vaibhav,
    Welcome to BuddyDev support forums.

    Thank you for using MediaPress.

    Can you please tell us which theme and template pack are you using? Is it a custom BuddyPress theme?

    That will help us understand the issue and assit you in better way.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Nifty,
    the update restricts the suspended users from Sending message. It does not restrict any suspended users from receiving the message.

    Let us assume that there are 5 users in a thread and one of the user is marked as suspended, what do you want in this case? Please let me know and I will have more ideas then.

    Regards
    Brajesh

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

    Hi Tosin,
    I am sorry, In that case BuddyPress does not provide it out of the box. You may want to take a look at the Nouveau js files to see if you can adapt them.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] GROUP TABS: Sub-Tabs Formatting #44898
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Fareez,
    Thank you for purchasing from us.

    The plugin works on BuddyPress/BuddyBoss account activation and is not aware of Gravity Form. Recently, we added support for Fluent Forms registration.

    I am aware that gravity forms provides the hook ‘gform_user_registered’ on user registration which id fired on registration(does not guarantee the account activation).

    If you can provide us the Gravity Form/Gravity Fomr user registration addon, we can add support for it. Otherwise, we can try to add support with the hook ‘gform_user_registered’ but will need you to test and verify.

    Please let me know your thoughts.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Mediapress – EXIF data #44888

    Hi yuriix,
    We don’t have any plugin for displaying EXIF. Technically, MediaPress media is WordPress attachment, so all plugins should work.

    The problem is they won’t show the interface on our single media page and they are not aware of it.

    Our team will look into the above plugins and hopefully, we can put some compatibility code within a week.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Thank you. I am looking forward to your feedback.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    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