MyBB Community Forums

Full Version: customizing the input box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do i customize the login box? it's driving me insane. i can't find the template. i tried index_loginform, ungrouped>loginbox. nothing works.

from index_loginform
<br /><br />
<form action="member.php" method="post">
	<input type="hidden" name="action" value="do_login" />
	<span class="smalltext"><strong>{$lang->quick_login}</strong></span>
	<input type="text" class="textbox" style="width:85px"  name="username" title="{$lang->login_username}" value="{$lang->login_username}" onfocus="if(this.value == '{$lang->login_username}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_username}'; }" />
	<input type="password" class="textbox" style="width:85px" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onfocus="if(this.value == '{$lang->login_password}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_password}'; }" />
	{$gobutton}
</form>

[Image: inputbox.th.png]

i would also like to customize the style of the login button. is it possible?
bump i need this information