For future reference these submit one thread per bug.
Bug 1
Please give me an example of what your typing as I can not replicate works fine and here is a test
http://www.reeftalk.com/classifieds/...php?product=69 Bug 2
In showproduct.php try this
$desc = convert_markups( $desc );
change to this
$desc = convert_markups( un_htmlspecialchars( $desc ) );
Bug 3
In uploadproduct.php change this
Code:
Content visible to verified customers only.
to this
Code:
Content visible to verified customers only.
Then add this in bold to the typecast line
Code:
Content visible to verified customers only.