A client of ours is using the standard News comments functionality. However, they would like to be able to send a comment to the other users in the comment thread whenever a new comment has been made, and they would also like users to be able to modify their comments.
I guess I would need to implement custom functionality in order to do this. Is it possible to hook into the comments-functionality so that I can send out e-mails to everybody else, and is it possible to hook into the render event? (I guess I could just convert the template to a razor-template for this....)