Re: Splash Start
Let’s see if I understood.
I have to use
if (!is_user_logged_in() ){
bp_core_redirect( $bp->root_domain.’/register’ );
}
than I can redirect my user to register page and ther could I put some Videos?
Do I have to make this to all pages that I don’t wanna show to not logged in users?