Quote:
Originally Posted by chris frolic
yeah, I just double checked and the main page is replacing the html codes with innoquous '&' codes where as the forum is display the < > html codes properly. Any idea where that would be happening?
|
Try this edit, in vbindex.php above:
PHP Code:
// ## GET POSTERS AVATAR ##
Add:
PHP Code:
$news['pagetext'] = unhtmlspecialchars($news['pagetext']);