вопрос
Где редактировать длину поля ICQ номера в DLE 9.6?
engine/modules/profile.php
engine/modules/register.php
Ну и в phpMyAdmin расширить тип поля dle_users.icq
if( strlen( $icq ) > 20 ) {
engine/modules/register.php
if( strlen( $icq ) > 20 ) $stop .= $lang['reg_err_17'];
Ну и в phpMyAdmin расширить тип поля dle_users.icq
varchar(20)