So what was the final fix
I changed showproduct.php to
Quote:
if ($Globals['allowhtml'] == "yes" || VB3_ENHANCEDINT == "on" ) $desc = un_htmlspecialchars( $desc );
$desc = convert_markups( $desc );
|
Quote tags still do not show.
With html set to "yes" (in both fields in the admin section) it works and quote tags show, but I can still add html.
Sorry after a couple pages of threads I am still lost.