Dear all, i'd like that user could put in the nickname the following caracters:
éèòàùì and more. Where can I add it?
I tried to add here: return ( preg_match( '/^[a-zA-Z0-9_-]+$/', $arg0 ) and !file_exists( $dir['root'] . $arg0 ) );
but it didnt work.
Thanks a lot!