SLV ha scritto: Yes, partially solved by "surgery"
Had to comment lines of the code that checks the name (lines 3370 - 3391) in icmodel.php
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
SLV ha scritto: I do not understand. Usually, string functions work with Cyrillic symbols.
In the details of the code, I have not delved.
// Function used for special characters
function substr_unicode($str, $s, $l = null) {
return join("", array_slice(
preg_split("//u", $str, -1, PREG_SPLIT_NO_EMPTY), $s, $l));
}
Si prega Accedi o Crea un account a partecipare alla conversazione.
Could you give me example of working and not working control for name ? (as the control is detecting if no number as first letter, more than 2 letters, and no special characters...)
Si prega Accedi o Crea un account a partecipare alla conversazione.
2John or D, or if the name contains quotes
Si prega Accedi o Crea un account a partecipare alla conversazione.