FOSMessage
FOSMessage copied to clipboard
Provides user-to-user messaging features for PHP applications.
Hello, I have installed and using the fosusr_message bundle for my projet. The view looks like a raw white page content. I want to to a bootstrapping on those page....
Hello, I saw that the project had been resumed, but little improvement for the moment due to a lack of time no doubt. So I wanted to know if the...
Hey, I implemented Fos message with the SF3 while functioning perfectly except when I extend the class **FOS\Message\Driver\Doctrine\ORM\Entity\Conversation**. Thanks
Drupal CMS uses many Symfony components now within Drupal 8, however it's use of Doctrine is limited to Annotations as far as I believe. It does not look like full...
countMessages method is not implemented in the DriverInterface
While we probably all agree that this library aims to provide user-to-user messaging features, I'm not sure we all have the same idea of what we should really do. I...
I wanted to extend the sender object to overwrite existing methods to match with our business specs.But I can't do, because lots of methods and properties are private. can you...
Or maybe add fos_message as a prefix to tables
New message is not added to messages collection in conversation. For example Conversation returned by Sender::startConversation() has empty messages collection. It's fine if we redirect user to another page immediately...