Viewing 6 replies - 1 through 6 (of 6 total)
  • I would like that feature too, it would be the perfect login plugin!

    I also would like to have this feature implemented. Thanks for your great job so far.

    Yes, how do we do this? Anyone there? Admin????? HELP!!! ??

    You have to change some line in login-logout.php, but I don’t know which one. I managed it to work like this two years ago. I don’t remember how I did it. I think you have to add the link which has to be opened after clicking on login button.
    I need this function too. As I updated the plugin, I lost my custom login-logout.php. Vitaly please tell us how to do it. Thank you.

    Plugin Author webvitaly

    (@webvitaly)

    The login link is hardcoded and can be changed by editing login-logout.php file only.

    You can find the login link in the line #82.

    Thank you so much for your advice.
    For all of you, who wants to change login link, here is example of line #82:

    echo '<a href="https://yourdomain.com/">'.$login_text.'</a>';

    Redirect after login function is no longer working after this elementary editation. I can’t figure out the right syntax, to keep redirect function working. Maybe plugin author could help with this.
    All you have to do is download login-logout.php file from your web storage, edit line #82 with notepad++, upload edited file. You have to do this after every update of plugin.
    Always make backup of login-logout.php !!!

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