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

    Thank you.
    I am glad it worked. It is possible to make it work with tinymce but that will need some extra customizations.

    I am looking forward to assist you with your other questions.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: Accept Terms of Service on registration #44935

    Hi Lisa,
    Thank you for the reply.

    do you want the terms to appear on the registration page of your site? We can guide you with that. Can you please help me understand how this relates to “allow members to change their Cover Images.”. That will help us provide you better assistance.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi Hussein,
    Welcome to BuddyDev support forums.

    Thank you for reporting the issues. We are in the process of testing all our BuddyBoss compatible plugins with BuddyBoss 2.0.

    We will update badges with a solution within 24-48 hours.

    Regards
    Brajesh

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

    Hi Ethan,
    I am sorry, that seems very odd. I have checked your site and the field id is same. I will be testing again and getting back to you.

    Regards
    Brajesh

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

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

    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: 25392
    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: 25392
    Brajesh Singh on in reply to: [Resolved] GROUP TABS: Sub-Tabs Formatting #44898
    This reply has been marked as private.