It would be nice to allow users to delete there own comments they left on any node.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | usercomment-811968.patch | 734 bytes | fuerst |
It would be nice to allow users to delete there own comments they left on any node.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | usercomment-811968.patch | 734 bytes | fuerst |
Comments
Comment #1
fuerst commentedThe 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.
Comment #2
Marat commentedI tested it, it works well. Thank you!
Comment #3
rschwab commentedYep it works! Thanks fuerst!
Comment #4
rschwab commentedThe 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.
Comment #5
rschwab commentedRaised in a different issue, but belongs here.