MyBB Community Forums

Full Version: Visible Login Text Boxes?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.
How Can I visible Login Boxes (Username & Password) With it JS code?
I mean it won't be needed to Click On "Login" to See the Login Boxes!
Found It.
window.onload = function() {
MyBB.quickLogin();
}

Big Grin
Still having problems with this?.