1
ambersdaddy
Login with FireFox
  • 2006/8/8 5:40

  • ambersdaddy

  • Just popping in

  • Posts: 1

  • Since: 2006/8/8 5


Hi there,

First, a big thanks to the developers of Xoops. =)

My forum users noticed a weird bug when they use Firefox and try to login to my Xoops-based forum. When they put the cursor into the login bx, the page automatically refreshes.

I tried this, and was able to recreate the issue. Has anyone ever heard of this? My forums are at

http://www.theboredboard.com/forums/

Thanks for any help, as I would like ths ite to be accessible for Firefox/Mozilla users as well.

Cheers,
ambersdaddy

2
metropolis
Re: Login with FireFox

Really strange... I had the same problems with Firefox but couldn't find any JavaScript event for the login fields. It might be a general handler function in the theme you are using. Did you try out another theme?

3
CeBepuH
Re: Login with FireFox
  • 2006/8/8 10:10

  • CeBepuH

  • Not too shy to talk

  • Posts: 128

  • Since: 2002/6/10


It seems you have edited the template for the login block. Look at the code for the form:

le="color: #000000"><?php <form style="margin-top: 0px;" action="http://www.theboredboard.com/forums/user.php" method="post"> <a href="http://www.theboredboard.com/forums"> Username: <br> <input name="uname" size="12" value="" maxlength="25" type="text"><br> Password: <br> <input name="pass" size="12" maxlength="32" type="password"><br> <!-- <input type="checkbox" name="rememberme" value="On" class ="formButton" /><br /> //--> <input name="xoops_redirect" value="/forums/modules/newbb/" type="hidden"> <input name="op" value="login" type="hidden"> <input value="User Login" type="submit"><br> </a>


Notice that the <a href="http://www.theboredboard.com/forums"> includes almost everything in the form (username + pass + form fields) and is closed at the bottom.
Humans need fantasy to be humans. To be the place where the fallen angel meets the rising ape.