Это у вас ошибка мода Topic Description.

Добавлено спустя 4 минуты 8 секунд:Warning: Missing argument 21 for submit_post() in www/htdocs/phorum/includes/functions_post.php on line 311
Warning: Cannot modify header information - headers already sent by (output started at www/htdocs/phorum/includes/functions_post.php:311) in www/htdocs/phorum/includes/page_header.php on line 621
Warning: Cannot modify header information - headers already sent by (output started at www/htdocs/phorum/includes/functions_post.php:311) in www/htdocs/phorum/includes/page_header.php on line 623
Warning: Cannot modify header information - headers already sent by (output started at www/htdocs/phorum/includes/functions_post.php:311) in www/htdocs/phorum/includes/page_header.php on line 624
function submit_post($mode, &$post_data, &$message, &$meta, &$forum_id, &$topic_id, &$post_id, &$poll_id, &$topic_type, &$bbcode_on, &$html_on, &$smilies_on, &$attach_sig, &$bbcode_uid, $post_username, $post_subject, $post_message, $poll_title, &$poll_options, &$poll_length, &$topic_show_first_post)
Код: Выделить всё
$resync = FALSE;
if ($forum_topic_data['topic_replies'] + 1 < $start + count($postrow))
{
$resync = TRUE;
}
Код: Выделить всё
$resync = FALSE;
if ($forum_topic_data['topic_replies'] + 1 < $start + count($postrow))
{
if (!$forum_topic_data['topic_show_first_post'])
$resync = TRUE;
}