Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

  • elaineskapetis
    Participant

    @elaineskapetis

    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
    ;)


    elaineskapetis
    Participant

    @elaineskapetis

    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?


    elaineskapetis
    Participant

    @elaineskapetis

    Thank’s ray
    I gonna try. ;)


    elaineskapetis
    Participant

    @elaineskapetis

    @designodyssey

    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


    elaineskapetis
    Participant

    @elaineskapetis

    @designodyssey

    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


    elaineskapetis
    Participant

    @elaineskapetis

    your plugin is fantastic!!!!!

    Very helpful!!!

    Thanks!!!


    elaineskapetis
    Participant

    @elaineskapetis

    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

Viewing 7 replies - 1 through 7 (of 7 total)
Skip to toolbar