yii2-comments icon indicating copy to clipboard operation
yii2-comments copied to clipboard

Yii 2 comments extension

Results 4 yii2-comments issues
Sort by recently updated
recently updated
newest added

Hi! I configured some events with basic Comment model. When I was trying to edit existing comment I have got Error "Class name must be a valid object or a...

I'm using advanced environment. And me need to use it for not authorized users. Can I do it?

There is exist this feature or not?

Hi! I have detected that there is xss attack not prevented. I guess because of these code ` $comments[$Comment->id] = $Comment->attributes; $CommentListWidget ->getView() ->registerJs('jQuery("#' . $CommentListWidget->options['id'] . '").yiiCommentsList(' . Json::encode($comments)...