Username with accents - it is possible

Hi

to a French site - it is possible to have the Username with accents

for example - as a member registers with -  Username : éliseà

thank you

Daniel

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 9 May 2011

If you search the forums, you'll find a topic concerning this.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 9 May 2011

I searched the forums - before posting this message - but I found nothing on accents

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 9 May 2011

 

I searched the forums - before posting this message - but I found nothing on accents

Maybe this post will help you - http://www.boonex.com/forums/?action=goto&index=1#topic/How-to-allow-spaces-in-two-word-user-names-.htm

there little difference with you issue

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 10 May 2011

thank you is good - I did it with two messages

nickname/Username letter
http://www.boonex.com/forums/?action=goto&search=1#topic/nickname-Username-letter-.htm

go to  admin, Builders….Profile Fields…..and click on the block Nickname. Then…click on Advanced

replace:
return ( preg_match( '/^[a-zA-Z0-9 ]+$/', $arg0 ) and !file_exists( $dir['root'] . $arg0 ) );

replace by:
return ( preg_match( '/^[a-zA-Z0-9_ÀÁÂÃÄÇÈÉÊËÒÔÙÚÛàâéêëîñôùûùüäçè]+$/', $arg0 ) and !file_exists( $dir['root'] . $arg0 ) );

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 10 May 2011

 

thank you is good - I did it with two messages

nickname/Username letter
http://www.boonex.com/forums/?action=goto&search=1#topic/nickname-Username-letter-.htm

go to  admin, Builders….Profile Fields…..and click on the block Nickname. Then…click on Advanced

replace:
return ( preg_match( '/^[a-zA-Z0-9 ]+$/', $arg0 ) and !file_exists( $dir['root'] . $arg0 ) );

replace by:
return ( preg_match( '/^[a-zA-Z0-9_ÀÁÂÃÄÇÈÉÊËÒÔÙÚÛàâéêëîñôùûùüäçè]+$/', $arg0 ) and !file_exists( $dir['root'] . $arg0 ) );

So now it's work?

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 10 May 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.