MyBB Community Forums

Full Version: [Solved] Where is the source of the quick login boxes?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, if you are a guest and click at the quick login link in the welcome guest box, then two input boxes for login and password are produced. I want to change the size of those boxes but can't seem to find the source.

All I know is that this bold part is respondible for the login boxes:

<a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="MyBB.quickLogin(); return false;">{$lang->welcome_login}</a>

Anyone an idea?

EDIT: Found it in general.js