Hi there,
I add ability to moderator, when he edit comment in backend, he can use editor (Tiny MCE e.g.). I changed filed type from textarea to editor in comment.xml. As I see it's used
$comment->comment = htmlspecialchars_decode ($comment->comment);
in item.php file, but when I add comment with strong tag or em tag it show as
<p><strong>sth like that</strong></p>
not
sth like that
I add ability to moderator, when he edit comment in backend, he can use editor (Tiny MCE e.g.). I changed filed type from textarea to editor in comment.xml. As I see it's used
$comment->comment = htmlspecialchars_decode ($comment->comment);
in item.php file, but when I add comment with strong tag or em tag it show as
<p><strong>sth like that</strong></p>
not
sth like that