N
Nikolaich
Гость
diim, попробуй сделать так.
Найти в index.php:
Заменить на:
Найти в index.php:
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']),
PHP:
'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']),