This PR addresses our customer's need for additional functionalities in the pw_comments Typo3 extension.
Specifically, we've added the following features:
Editing of comments by the original author
Deleting of comments by the original author
Sending an email notification to the news author when a comment is submitted
Changes
Editing of Comments: Enabled the comment author to edit their comments. A "Edit" button appears next to comments. On clicking this button, the user can modify their comment and save changes.
Deleting of Comments: Enabled the comment author to delete their comments. A "Delete" button appears next to comments. On clicking this button, the comment itself and all replies and/or votes will be deleted.
Email Notifications: Implemented a feature to notify the news author via email whenever a new comment is submitted to their article.
If you'd prefer not to merge these features, please let me know. Otherwise, I'd appreciate your review and any feedback on necessary changes.
Thanks!
This PR addresses our customer's need for additional functionalities in the pw_comments Typo3 extension.
Specifically, we've added the following features:
Changes
Editing of Comments: Enabled the comment author to edit their comments. A "Edit" button appears next to comments. On clicking this button, the user can modify their comment and save changes.
Deleting of Comments: Enabled the comment author to delete their comments. A "Delete" button appears next to comments. On clicking this button, the comment itself and all replies and/or votes will be deleted.
Email Notifications: Implemented a feature to notify the news author via email whenever a new comment is submitted to their article.
If you'd prefer not to merge these features, please let me know. Otherwise, I'd appreciate your review and any feedback on necessary changes. Thanks!