Forum Replies Created
-
It works now

I use the code from @Travel-Junkie
by Functions:
function sh_walled_garden()
{
global $bp;if ( bp_is_register_page() || bp_is_activation_page() )
return;if( ! is_user_logged_in() )
bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG );
}
add_action( ‘get_header’, ‘sh_walled_garden’ );and by header:
do_action( ‘sh_walled_garden’ )Now I gonna make some changes by Register.
Thanks a lot @ray and @Travel-Junkie

Let’s see if I understood.
I have to useif (!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?Thank’s ray
I gonna try.
I see that you use RPX, I just wanna ask if you get problem with the photo upload.Cause when my users make a login with RPX exemple with Facebook account I don’t get the photo.
Do you have an idea,what I make wrong?
Thank’s
I see that you use RPX, I just wanna ask if you get problem with the photo upload.Cause when my users make a login with RPX exemple with Facebook account I don’t get the photo.
Do you have an idea,what I make wrong?
Thank’s
your plugin is fantastic!!!!!
Very helpful!!!
Thanks!!!
Hi
I made last week one template with 3 columm.I edit the default Theme and it’s function
I make this because i need in the left side the normal BP widgets and the right I gonna put feeds,news and may be videos link