ok i think i found the problem.
after i edit the ./includes/functions_forumdisplay.php
"New Posts" doesnt work and gives out an empty white site.
with the normal php everything is fine, but with the edited it doesnt work
this is what i did:
FIND:
Code:
$thread['preview'] = strip_quotes($thread['preview']);
ADD UNDERNEATH:
Code:
$GLOBALS['hhr']->set_thankscache($thread['thankscache']);
$thread['preview'] = $GLOBALS['hhr']->parse_bbcode($thread['preview'], $thread['forumid'], $thread['threadid'], $thread['firstpostid'], $thread['postuserid']);