Not Solved customizing the input box
#1
Not Solved
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?
Reply
#2
Not Solved
bump i need this information
Exclamation MyBB-Es.Com, spanish support for MyBB Wink
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)