Чат

Чат 2.0.1

Нет прав для скачивания

vitalix

Пользователь
Общими усилиями можно адаптировать
вот с первого варианта - косяк с аватарками

Fatal error: bf_bit2dec: bitfield 'allow_avatar' not found in /var/www/***/data/www/***/library/includes/functions.php on line 300


$message .= str_replace('<img', '<img align="left" height="32" width="32"', get_avatar($row['user_id'], $row['avatar_ext_id'], !bf($row['user_opt'], 'user_opt', 'allow_avatar')));
 

Virtuoz

Пользователь
вот с первого варианта - косяк с аватарками

Fatal error: bf_bit2dec: bitfield 'allow_avatar' not found in /var/www/***/data/www/***/library/includes/functions.php on line 300


$message .= str_replace('<img', '<img align="left" height="32" width="32"', get_avatar($row['user_id'], $row['avatar_ext_id'], !bf($row['user_opt'], 'user_opt', 'allow_avatar')));
$message .= str_replace('<img', '<img align="left" height="32" width="32" style="padding-right: 3px;"', get_avatar($row['user_id'], $row['avatar_ext_id'], !bf($row['user_opt'], 'user_opt', 'dis_avatar')));
 
Сверху