> How can I modify the Login screen so that the login name entry box is > bigger > ? the reason I ask is that I'm using the QVCS system and you simply can't > get a login name in the format [EMAIL PROTECTED] into the dialog box.
you can. it should scroll. you just won't *see* the whole thing, but you can certainly input all of it. also, have a look at the virtual host login plugin, which allows you to let users only enter "firstname" and the "@domain.com" gets added automatically: http://squirrelmail.org/plugin_view.php?id=47 But if you still need to change the size of that field, go edit the /src/login.php file, look for a line similar to this: '<input type="text" name="' . $username_form_name .'" value="' . $loginname_value .'" />' , and try changing it to: '<input type="text" size="40" name="' . $username_form_name .'" value="' . $loginname_value .'" />' , note that going much bigger will require more extensive changes, since it'll affect the rest of the containing table, etc.... ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users