Quote:
Originally Posted by ozzy47
Ok I think I got it, open the file, reviews.php found in your forum root, and look for the following code:
Code:
$templater->register('comment_reviewtext', htmlspecialchars_uni($comment[reviewtext]));
And replace it with this code:
Code:
//$templater->register('comment_reviewtext', htmlspecialchars_uni($comment[reviewtext]));
$templater->register('comment_reviewtext', '<pre>'.$comment[reviewtext].'</pre>');
That should get it to work for the time being.
|
This works great if the reviews are not moderated but once you add moderation the text gets all jumbled together again. Did anyone ever find a fix for that?
Thanks
Rob