BuddyDev

Search

Replies

  • Participant
    Level: Enlightened
    Posts: 51
    Ethan Figliola on in reply to: Issues with registration member types. #44920

    Yes this is the code:. <?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;
    } );
    ?>

  • Participant
    Level: Enlightened
    Posts: 51
    Ethan Figliola on in reply to: Issues with registration member types. #44917

    The fix I received does not work it auto logs in the casting director still. and cant reply to the no reply email

  • Participant
    Level: Enlightened
    Posts: 51
    Ethan Figliola on in reply to: Issues with registration member types. #44862

    Can you help us with this please? I feel like it would be a small addition of code to make that work and just not auto apporove users selecting the role casting director but auto approve users who choose actor. Thank you

  • Participant
    Level: Enlightened
    Posts: 51
    Ethan Figliola on in reply to: Issues with registration member types. #44861

    Just for that one role the acting role we want auto-activation to continue like its setup now.

  • Participant
    Level: Enlightened
    Posts: 51
    Ethan Figliola on in reply to: Issues with registration member types. #44860

    We need to do both.

  • Participant
    Level: Enlightened
    Posts: 51
    Ethan Figliola on in reply to: Issues with registration member types. #44856

    I Don’t think you understand me we have auto-approval enabled from you guys for registrations but we just want to not allow the casting director member type/ role to be auto-approved can you help us achieve this?

    That plugin will not help us.

  • Participant
    Level: Enlightened
    Posts: 51
    Ethan Figliola on in reply to: Issues with registration member types. #44854

    Is there a way for me to require manual approval for people who register the role Casting Director?