This repository has been archived by the owner on Oct 15, 2023. It is now read-only.
Extend pw_comments with New Features (edit, delete, mail to news author) #15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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!