This topic has 5 replies, 3 voices, and was last updated 9 years by Laura.

  • Author
  • #76821
     ozikey
    Participant

    Hi,

    When login in with a user , it goes directly to http://mysite/membership-account/membership-levels/,

    Also after validating my the email address, it brings me to the same please

    How can I change that to go to a specific page , or the home page ?

    Thx.

    #76905
     Laura
    Moderator

    Hello, that page should appear to every user that doesnt have a membership yet

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #77041
     ozikey
    Participant

    Hi,

    How can I change this site to be an other site instead of membership levels.

    If a user is login in, it goes to that membership levels site, how can I do to make it to go to the Profile/MEmbers page ?

    Thx

    #77209
     Laura
    Moderator

    Hello, you could try with https://wordpress.org/plugins/buddypress-login-redirect/

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #86739
     khiadmin
    Participant

    I needed to redirect a logged in user to my activity page. So I added the following code to my functions page and it worked just fine:

    function admin_default_page() {
    return ‘/MySiteFolderName/activity’;
    }
    add_filter(‘login_redirect’, ‘admin_default_page’);

    I got the code from: http://stackoverflow.com/questions/8127453/redirect-after-login-on-wordpress

    #86898
     Laura
    Moderator

    Hello, that could be very helpful thanks 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?