Нажми для просмотра

Сообщение от
Rak
Fatal error: Call to undefined method vS_HHR_Engine::set_thankscache() in /home/rak/public_html/forum/includes/functions_forumdisplay.php on line 181
Rak, находи у себя:
PHP код:
$GLOBALS['hhr']->set_thankscache($thread['thankscache']);
$thread['preview'] = $GLOBALS['hhr']->parse_bbcode($thread['preview'], $thread['forumid'], $thread['threadid'], $thread['firstpostid'], $thread['postuserid']);
И попробуй поменять на:
PHP код:
if($show['newthreadlink']){
$GLOBALS['hhr']->set_thankscache($thread['thankscache']);
$thread['preview'] = $GLOBALS['hhr']->parse_bbcode($thread['preview'], $thread['forumid'], $thread['threadid'], $thread['firstpostid'], $thread['postuserid']);
}