I'm gettin an error
Code:
Parse error: parse error, unexpected T_STRING in /forums/index.php on line 456
the line is
PHP Code:
$thread['forumname'] = $thread['forum.title'];
and if I remove this line i'm getting database error
The thread message is working!

I added just this line
Code:
$thread['message'] = htmlspecialchars_uni(fetch_trimmed_title(strip_bbcode(fetch_censored_text($thread['preview']), false, true), $vboptions['threadpreview']));
just the forum name left