test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ccowart6 Friend
    #167128

    I’ve searched all over these forums looking for an answer but haven’t been able to find one. Is there a way to set the login redirection for the ja login module to log the user in and keep them on the page they are currently accessing. So if they decide to login when they are on the “About Us ” page they stay on that page after logging on versus when they are on the homepage they stay on the homepage after logging in? Is there any way to create a menu item that essentially has code to keep you on the page you are currently on? This isn’t a must but would be really nice for customers.

    Thanks for anyone that might have some advice!!

    jooservices Friend
    #405136

    Hi
    You can try by modify file mod_jalogin.php

    $return = modJALoginHelper::getReturnURL($params, $type);
    replace by

    $return = base64_encode(JURI::getInstance()->toString());
    Thank you
    Viet Vu
    PS:// Yup. I’ll fw this idea to dev as feature request ( allow option “redirect to current page” after login / logout )

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

This topic contains 2 replies, has 2 voices, and was last updated by  jooservices 13 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum