Questions tagged [foscommentbundle]

The FOSCommentBundle adds support for a comment system in Symfony2. It is a part of the “Friends of Symfony” (FOS) project.

32 questions
0
votes
1 answer

Is it possible to use a custom User Provider to sign a comment when using FOSCommentBundle?

I am using a custom UserProvider for the authentication in my Symfony2.1 application. I would like to use FOSCommentBundle to implement comments. But when it comes to sign the comment by the comment's author, I am stuck. Basically, I have two…
-2
votes
1 answer

How to add the input username in fosCommentBundle without fosUser?

I want to add the Username field (input) in bundle FOSCommentBundle without using FOSUserBundlde. the user must enter his username and comment. The basic model does not offer the pseudo field because it relies on the connected user or "anonymous" if…
user7722025
1 2
3