Hey man, i found a problem on your theme 'Blue night'. I downloaded it from the mods website and from here and both have the same problem.
I'm unable to login with the form in the head section. It sends the password field empty, no matter what you time on it. (Redirected the form to submit it to my test.php which only shows the username/password that were sent).
I fixed that issue remplazing the 'onfocus' script you have with the one of MyBB Default Template, so I also added onblur...
this is the code:
With this im able to login now.
I'm unable to login with the form in the head section. It sends the password field empty, no matter what you time on it. (Redirected the form to submit it to my test.php which only shows the username/password that were sent).
I fixed that issue remplazing the 'onfocus' script you have with the one of MyBB Default Template, so I also added onblur...
this is the code:
onfocus="if(this.value == '{$lang->login_password}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_password}'; }" />
</form>
With this im able to login now.
Microsoft is like Umbrela Co., they create the virus and the vaccine, the zombie infestation is just a collateral effect.