Короче такое дело, если цитируемый пост был добавлен достаточно давно, то конструкцияМайскийЖук писал(а):Открываем файлposting.phpи ищем следующий код:
Заменяем это на:Код: Выделить всё
$message_parser->message = '[quote="' . $post_data['quote_username'] . '"]' . censor_text(trim($message_parser->message)) . "[/quote]\n"
Код: Выделить всё
$message_parser->message = '[quote="' . '[url=' . generate_board_url() . "/viewtopic.$phpEx?p=$post_id#p$post_id" . ']' . $post_data['quote_username'] . ' » ' . $user->format_date($post_data['post_time']) . '[/url]' . '"]' . censor_text(trim($message_parser->message)) . "[/quote]\n";
Код: Выделить всё
' . $user->format_date($post_data['post_time']) . '

