Fork me on GitHub

Reduced Space Login  Bottom

  • I needed a Login Block that was much smaller (height) then the standard login.php block. Look at my hacking result:

    http://www.godesoto.com : Upper right-hand side of page

    Here's the code change that I used. This probably could have been completed a lot cleaner but it works and is less then half the height as the original. :)

    $boxstuff = '
    ';
    $boxstuff .= '
    ';
    $boxstuff .= ''."Username"."      "."Password".'
    ';
    $boxstuff .= '
    ';
    $boxstuff .= '
    ';
    $boxstuff .= '';
    $boxstuff .= '';
    $boxstuff .= '';
    $boxstuff .= '
    ';
    $boxstuff .= '
    '._ASREGISTERED.'
    ';

This list is based on users active over the last 60 minutes.