Viewing 6 replies - 1 through 6 (of 6 total)
  • I also I have the same problems.
    If you find your solution please publish it

    Thanks

    Plugin Author Fida Al Hasan

    (@fida02)

    Go to sb-login/template/login-form.php . There you will find a line like this <input name="redirect_to" type="hidden" id="redirect_to" value="<?php echo nd_login_current_url(); ?>" /> . Here just change the value of your desire URL.

    Hi,

    I’ve tried this on my site, and I cant seem to get it to work.

    Is how I’m entering it below the correct way?

    <input name=”redirect_to” type=”hidden” id=”redirect_to” value=”THIS WOULD BE THE REDIRECT LINK?” />

    Thanks

    Plugin Author Fida Al Hasan

    (@fida02)

    Go to sb-login/template/login-form.php
    From this line <form action="<?php echo nd_login_current_url(); ?>/?wcz" method="post" class="nd_form" id="nd_login_form">
    Change Like this: <form action="YOU DESIRED REDIRECT LINK" method="post" class="nd_form" id="nd_login_form">

    A

    (@arnobprotimroy)

    Nice support system !

    eldrico

    (@cedricbonnard)

    Hi Guys,

    Sorry to come into the thread but it’s about the same subject.

    Do you know how to add the username in the url?
    when login, i want “john” (username) to be redirected to: my-website.com/member-access/john

    I’m using a plugin to manage redirection (login/logoff) but your plugin has the priority on the login and i don’t know how change it or disable the redirect.
    Thanks for your help,
    cédric

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Login Redirectoin’ is closed to new replies.