You need to add: `define(‘BP_REGISTER_SLUG’, ”);` to your wp-config.php file. Should work after that, you may want to check if the user is already logged in as well.
I am trying to use my index.php file to check if the user is logged in, then display the php code from register.php on the home page if it is not. I can get it to check if the user is logged in, but the registration form will not show up on my index.php if they are not. Is there a way to make this work?