#31
diim, попробуй сделать так.
Найти в index.php:
Найти в index.php:
'AUTOR_POST_ID' => $new_post['user_id'],
'POST_TIME' => date('H:i', $new_post['topic_last_post_time']),
'URL_NEW_POST' => append_sid(BB_ROOT ."viewtopic.php?". POST_POST_URL ."=". $new_post['topic_last_post_id'] ."#". $new_post['topic_last_post_id']),Заменить на:'AUTOR_POST_ID' => $new_post['user_id'], 'POST_TIME' => bb_date($new_post['topic_last_post_time'], $bb_cfg['post_date_format']), 'URL_NEW_POST' => append_sid(BB_ROOT ."viewtopic.php?". POST_POST_URL ."=". $new_post['topic_last_post_id'] ."#". $new_post['topic_last_post_id']),

