This topic has 6 replies, 3 voices, and was last updated 8 years by HDcms.

  • Author
  • #96237
     HDcms
    Participant

    Hi,
    How to redirect the member profile that connects in the theme settings:
    Custom redirect link / Custom redirect link
    Regards

    #96245
     sharmstr
    Moderator

    Install Peters Login Redirect plugin. Set your custom redirect to WP default, then in Peters plugin settings, set the login redirect to

    http://www.yoursite.com/members/[variable]username[/variable]

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #96253
     HDcms
    Participant

    HI,
    Thank you for this quick response 🙂
    I hoped a supported by the theme to avoid loading additional plugin 🙁

    #96256
     sharmstr
    Moderator

    Understand, but Peter’s login redirect is the Kleo suggested plugin for doing that.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #96507
     wd7080
    Participant

    @HDcms

    add this to your child theme functions.php

    COPY CODE
    
    function jessicana_redirect_page( $redirect_to, $request, $user ) {
        $redirect_to = bp_core_get_user_domain($user->ID) . 'profile/';
        return $redirect_to;
    }
    add_filter('login_redirect', 'jessicana_redirect_page', 11, 3);

    and you will get users redirected to their profile page.

    #96511
     sharmstr
    Moderator

    Even with FB login?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #97185
     HDcms
    Participant

    @wd7080
    Thanks 🙂

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?