Viewing 4 replies - 31 through 34 (of 34 total)
  • Thread Starter faina09

    (@faina09)

    Your version should already have all the fixes; please let me know if you found any other issue.
    Tnx for you comments, I am encouraged to publish my plugin version.

    I have tried this plugin for several weeks, with an install not located at the root of the server, but in a subfolder /tests/. I was embedding the login form into my theme.

    The preview button wasn’t working properly, this wasn’t much of a concern for me, but I noticed a wrong redirection in case of connection errors, and got warned by your messages here regarding the lack of support. So I decided I would find an alternate.

    After a couple of hours digging into WP source code, I found hooks to link to my functions dot php…
    – login_message to customize the message above the forms, depending on context
    – login_head simply hooked to my theme’s get_header()
    I also played with CSS to hide #login h1 a
    Using Peter’s Login Redirect to manage redirections depending on roles, I could then achieve what I want, in exactly six lines of functions.php and one line {display: none} of CSS…

    At any rate, it is probably good to have a fully functional plugin, for those who are not familiar with the functions.php. @faina09 If you want to submit your plugin to the repository, follow the guidelines here:
    https://www.ads-software.com/extend/plugins/about/

    Thread Starter faina09

    (@faina09)

    Indeed I published my version of this plugin, that has been tested to work in many different conditions, included your case with WP installed in a subdirectory.
    You can find it here:https://www.ads-software.com/extend/plugins/wp-flogin/
    Any comment and issue report are welcome!

    Bravo to you faina09!!!

Viewing 4 replies - 31 through 34 (of 34 total)
  • The topic ‘[Plugin: WP Login] some issues fixed’ is closed to new replies.