SLV écrit: Yes, partially solved by "surgery"
Had to comment lines of the code that checks the name (lines 3370 - 3391) in icmodel.php
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
SLV écrit: 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));
}
Connexion ou Créer un compte pour participer à la conversation.
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...)
Connexion ou Créer un compte pour participer à la conversation.
2John or D, or if the name contains quotes
Connexion ou Créer un compte pour participer à la conversation.