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
BrajeshThe fix I received does not work it auto logs in the casting director still. and cant reply to the no reply email
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
BrajeshYes 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;
} );
?>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
BrajeshHi Ethan,
I am sorry, the code worked for me and I have no idea why it is not working there.Please provide me temporary access. I will quickly check and get it working.
Regards
Brajesh
You must be logged in to reply to this topic.