Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

davchs
Copy link

@davchs davchs commented Sep 12, 2023

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!

- Editing of Comments by Author
- Deleting of Comments by Author
- Send Mail to News Author on Comment Submit
@davchs davchs changed the title [FEATURE #34623] Extend Extension Extend pw_comments Typo3 Extension with New Features (edit, delete, mail to news author) Sep 12, 2023
@davchs davchs changed the title Extend pw_comments Typo3 Extension with New Features (edit, delete, mail to news author) Extend pw_comments with New Features (edit, delete, mail to news author) Sep 12, 2023
@davchs davchs force-pushed the feature/34623-edit-delete-actions branch from 8cdb558 to 2a765b9 Compare September 20, 2023 16:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant