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

  • Author
  • #114242
     carloszehr
    Participant

    Good Morning!!

    I have two questions about redirections:

    1) How i can I do that users when they login in the “intro pege”, redirects to the “activity page” (activity stream)

    2) How i can change that users when they click on the “web logo” (camera icon on top), redirects to the “activity page” (activity stream) and not to the “intro page”

     

    Best Regards!!

     

     

    #114392
     keyandcee
    Participant

    Question 1 is a good question 🙂 I would be interested too.

    #115298
     Laura
    Moderator

    Hello, you could use the activity page as frontpage at Settings > Reading
    That would be an answer for both questions
    Let me know if that helps 🙂

    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 🙂

    #115338
     keyandcee
    Participant

    i think carloszehr means this code:

    COPY CODE
        add_filter( ‚wpmem_login_redirect‘, ‚my_login_redirect‘ );
    
        function my_login_redirect()
        {
        // return the url that the login should redirect to
        return 'http://airconnects.de/aktivitaet/';
        }

    if you logged in, they redirect you to the other page that you want.

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?