[SOLVED] Checking if username is available don't stop loading
Divvy Offline
Junior Member
**
Posts: 37
Joined: Jan 2012
Post: #4
RE: Checking if username is available don't stop loading
Found the problem! It seems that the file /inc/languages/portuguese/xmlhttp.lang.php was the cause of this...

I found this lines:

Code:
$l['username_taken'] = "{1} ja foi registado por outro membro";
$l['username_available'] = "{1} encontra-se livre";
$l['invalid_username'] = "{1} nao e um nome de utilizador de outro membro.";
$l['valid_username'] = "{1} e uma referencia valida.";


And I changed to:

Code:
$l['username_taken'] = "{1} já foi registado por outro membro";
$l['username_available'] = "{1} está livre";
$l['invalid_username'] = "{1} não é um nome de utilizador de outro membro.";
$l['valid_username'] = "{1} é uma referência válida.";


I changed my special characters to appear in html code, because If not, will appear strange characters in my board.

Ok, now everything is working fine Smile
Thank you ZiNgA BuRgA, for pointing me the right direction Biggrin

01-14-2012 11:07 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Checking if username is available don't stop loading - Divvy - 01-14-2012 11:07 AM

 Standard Tools
Forum Jump: