|
|
|
User verification doesn't work on French language
|
|
Date: 2008/01/27 21:15
|
By: panzerknacker
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
I downloaded the French language pack through this topic from a French website, it works just fine except for one thing. The Ajax user verification doesn't work.
In English a message pops up in the registration page explaining if the username is available or not. In French nothing happens whatsoever. No error nada.
Can anyone assist me and do others have trouble with the Ajax username verification using other language packs?
Please let me know.
Post edited by: panzerknacker, at: 2008/01/27 21:15
Post edited by: panzerknacker, at: 2008/01/27 21:17
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:User verification doesn't work on French langua
|
|
Date: 2008/02/03 02:36
|
By: panzerknacker
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
|
Is there anyone that could please help me with this issue?
|
|
The administrator has disabled public write access. |
|
|
|
Re:User verification doesn't work on French langua
|
|
Date: 2008/06/09 06:14
|
By: vdrover
|
Status: User
|
|
|
Karma: 2  
|
|
Fresh Joomlapolitan  | Posts: 7 |   | |
|
This is due to an issue with the french Joomla! language file. CB pulls the translation for "_PROMPT_UNAME" from /languages/french.php. Something about this variable is funky. I solved it by replacing line 81:
| Code: | DEFINE('_PROMPT_UNAME','Nom d'utilisateur :');
|
I used an HTML entity for a spacing acute or ' to replace the " ' ".
BTW, not only does this mess up the ajax verification, it prevents confirmation e-mails being sent also; none of the users registration information even gets stored in the DB.
Post edited by: vdrover, at: 2008/06/09 16:06
|
|
The administrator has disabled public write access. |
|
|
|
Re:User verification doesn't work on French langua
|
|
Date: 2008/06/09 16:08
|
By: beat
|
Status: Admin
|
|
|
Karma: 256  
|
|
Admin  | Posts: 4214 |   | |
|
Fixed in CB 1.2 RC 
there you can use normally \'

Just upgrade the site (see the known issues forum first of course). Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.2 RC4 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|