Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • otomol Friend
    #186500

    I want to redirect the login to the current browsing page, how can i do that?

    For example if a registered user want to make a comment in the current browsing page, so at login he can place his comment right away.

    Thanks

    Ninja Lead Moderator
    #489156

    You can do that on this way

    Open modules/mod_jalogin/mod_jalogin.xml file

    From


    <field name="login" type="menuitem" default="" disable="separator"
    label="LOGIN_REDIRECTION_URL" description="PARAMLOGINREDIRECTURL"
    state="1" />
    <field name="logout" type="menuitem" default="" disable="separator"
    label="LOGOUT_REDIRECTION_URL" description="PARAMLOGOUTREDIRECTURL"
    state="1" />

    change to


    <field name="login" type="menuitem" disable="separator"
    label="LOGIN_REDIRECTION_URL" description="PARAMLOGINREDIRECTURL"
    state="1" >
    <option
    value="">JDEFAULT</option>
    </field>
    <field name="logout" type="menuitem" disable="separator"
    label="LOGOUT_REDIRECTION_URL" description="PARAMLOGOUTREDIRECTURL"
    state="1" >
    <option
    value="">JDEFAULT</option>
    </field>

    Let me know if it helps

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 7 months ago.

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