
11-22-2005, 09:44 AM
|
|
|
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Acido
Search Front-End Errors Messages
------------------------------
I'm using this hack. But it show a error message for each character wrong in the nickname. If user enter 3 symbols, then he will see this:
Username may only contain Letters, Numbers and Space
Username may only contain Letters, Numbers and Space
Username may only contain Letters, Numbers and Space
Is it a bug?
Ideas to solve it?
|
In the plugin, find:
PHP Code:
$userdata->error('forbiddenusername');
Add under:
(Not tested)
|