Posted by fuerst on May 28, 2010 at 2:34pm
3 followers
| Project: | User Comment |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
It would be nice to allow users to delete there own comments they left on any node.
Comments
#1
The attached patch adds user permission delete own comments. It shows the delete link whenever the user has this permission and is the auhor of a comment.
#2
I tested it, it works well. Thank you!
#3
Yep it works! Thanks fuerst!
#4
The potential problem here is that all child comments get deleted in the process, and site maintainers may not understand and probably won't want this to happen. They probably expect something more like a "This comment has been deleted by its author" type of message to appear in its place, and have all the replies to the comment left in tact.
#5
Raised in a different issue, but belongs here.