• It is exciting to see that so many users have found the login plugin useful. That said, there are already some ideas floating around about what could be better. I’ll start the list with some ideas from Rick (see here).

    1) Better support for IE7
    2) Better support for styling via CSS
    3) Option to include a title above the widget
    4) Internalization support

    Please continue to let me know about any features or improvements you’d like to see — either post them on my blog or here. Thanks in advance for your thoughts!

    [signature moderated Please read the Forum Rules]

    http://wordpress.org/extend/plugins/ajax-login-widget/

Viewing 6 replies - 16 through 21 (of 21 total)
  • Hi get this 2 `error alw_showRegister is not defined
    alw_showLostPassword is not defined`

    have latest wp and latest plugin version and tried with chrome and firefox .

    Thread Starter dound

    (@dound)

    More good ideas — I’ve updated the homepage of the plugin with these … now to start hacking on them :).

    [signature moderated Please read the Forum Rules]

    JohnnyPea

    (@johnnypea)

    Great piece of work!!!

    I would prefer these adjustments:
    -Provide an additional non-table-based template
    -Better support for styling via CSS
    -Beautify for IE7
    -Internalization support
    -Captcha support
    -Minify JS and put it in the footer

    😉

    logout redirect to control where the user is taken after logout

    Logout redirect URI:

    I really like this plug-in, thanks!

    Need option to place AJAX Login widget in top bar of header with ‘username’ and ‘password’ text faded in the input window.

    Enable CAPTCHA! 😀 Maybe invisible/seemless CAPTCHA like one of the Javascript versions?

    Most CAPTCHA plu-ins are for comment and contact pages. You have about the only “on page” login widget, and it includes a link to the user profile – I really like this for my particular application of WordPress, so CAPTCHA would make your version the bomb.

    Had to edit the code some to accommodate a smaller width column because the widget was too wide so, ‘username’ and ‘password’ text faded in the input window to minimize vertical footprint and and the ability to control the width of that input window to accommodate variable sized sidebars (to minimize horizontal footprint) would be really nice.

    Need header bar on widget so it can be made collapsible with plug-in like Hackadelic Widget Voodoo

    Thanks for listening.

    Hi,

    thanks for your plugin, just began to use and i like it. I just had to do the following addition to your javascript file:

    function alw_hideLogin() {

    document.getElementById(“alw_login”).style.display = “none”;
    document.getElementById(“alw_register”).style.display = “none”;
    document.getElementById(“alw_lostPassword”).style.display = “none”;
    if (0 != alw_timeout) {
    setTimeout(‘alw_hideLogin2();’, alw_timeout);
    } else {
    alw_hideLogin2();
    }
    }

    function alw_hideLogin2() {
    document.getElementById(“alw_loading_login”).style.display = “none”;
    document.getElementById(“alw_login”).style.display = “none”;
    document.getElementById(“backlab_admin_login”).style.display = “inline”;
    alw_loginForm.log.focus();

    }

    So, now I can show and hide it with a button, as seen at http://www.backlab.at/hp/

    Would you care to implement that in the next release? I think this could be helpful for many people.

    Best,

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘[Plugin: AJAX Login Widget ] Future Work (from v1.0.1)’ is closed to new replies.