And I'm also suggesting using this code, instead of the current one and the reason is BBCode gets choped off creating an ugly view of the previewed latest topics, qouting the preview of the Tooltip of Forum Display, to display a stripped simple preview of the post:
Code:
$news['pagetext'] = strip_quotes($news['preview']);
$news['pagetext'] = htmlspecialchars_uni(fetch_censored_text(fetch_trimmed_title(
strip_bbcode($news['preview'], false, true),
$charlimit
)));
$news['pagetext'] = nl2br($news['pagetext']);