want to use 2byte charactor for username

 I want let user to use 2byte character for username when they register.

I have changed code for following field.

Admin -> Builder -> Field Builders>Join Form>Nickname>Advanced Section>check field

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

It was working before but it don't work now. I use dolphin 7.1.4

Is there any one know why it doesn't work with D7.1.4?

Quote · 20 Jan 2014

I want to let user to use chinese, japanese and korean character for their user name.

Thanks,

Quote · 21 Jan 2014

Any one??

Quote · 22 Jan 2014

 

Any one??

 You'll need to look into multibyte support

Quote · 23 Jan 2014
 
 
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.