FOSCommentBundle icon indicating copy to clipboard operation
FOSCommentBundle copied to clipboard

Threaded comments for Symfony

Results 56 FOSCommentBundle issues
Sort by recently updated
recently updated
newest added

using foscomment bundle bt nothing getting on screen...500 internal error in jquery at console plz help me

HI is it possible to get SF5 support? Thanks

I fallow instruction bug get this error ``` Problem 1 - Installation request for friendsofsymfony/comment-bundle ^3.0 -> satisfiable by friendsofsymfony/comment-bundle[v3.0.0]. - friendsofsymfony/comment-bundle v3.0.0 requires symfony/framework-bundle ~3.4|^4.3 -> no matching package...

When extending the `FOS\CommentBundle\Controller\ThreadController` class and overriding the `newThreadCommentsAction` I'm not able to use the `$this->container->get('fos_comment.form_factory.comment')` like it is called in the parent method. The error returned is; `Service "fos_comment.form_factory.comment"...

I'm working on a feature where users can remove their account and data (in accordance with GDPR regulations). For this when an author deletes their account their comments are removed...

I follow the installation instructions but I get the following error: There is no extension able to load the configuration for "fos_comment_api" (in "C:\wamp64\www\atractos\config/packages/routing.yaml"). Looked for namespace "fos_comment_api", found ""framework",...

Hello, Great work with this bundle. Unfortunately, I've stumbled upon one persistent issue **Remove/Edit buttons do not work on production (they work fine on dev)** The problem seems to be...

Hello, my configuration is like that: ``` # app/Ressources/config/config.yml fos_comment: db_driver: orm class: model: comment: AppBundle\Entity\Comment thread: AppBundle\Entity\Thread vote: AppBundle\Entity\Vote acl: true service: acl: thread: fos_comment.acl.thread.roles comment: fos_comment.acl.comment.roles vote: fos_comment.acl.vote.roles...