Hello. I hope I'm in the right place to suggest a change to the Elliquiy website. I also develop websites as part of my day job, so I'm not only going to gripe but also suggest a solution. When I navigate to
https://elliquiy.com/forums/index.php on a desktop computer, I have to hit tab 7 times to get to the user name text box or use the mouse to click in it. To automatically place focus on the user name entry box, it would be a simple matter of adding something like this bit of JavaScript:
document.getElementsByName("user").item(0).focus();
...to the startup script when no user is logged in, and users could immediately proceed with user name entry--no mouse or tabbing necessary.
I also know from my work that fulfilling requests can have unintended, negative side effects and sometimes they just don't fit the overall design, so I understand if you can't or don't want to. But I thought I would mention it nevertheless.
Thanks for your consideration!