Anyone knows how to get the comment Username registration to accept underscore _ ?
thx !
thx !
<?php
if (preg_match('/^[\p{L}&\-\'. 0-9]+$/u', $name)) {
<?php
if (preg_match('/^[\p{L}&_\-\'. 0-9]+$/u', $name)) {
<?php
$json['error']['name'] = $this->data['lang_error_name_start'];