As i know Drupal 7 doesn't have a build-in function which alows users to delete their own comments.
I use Ajax Comments, and Comment Godness modules. The second one provides me with permission for users to delete their comments.
But unfortunatelly, this link is not Ajax, and links me to another page.
Is there any way to alow users to delete their own comments? exactly like admin can (with same form and display (with ajax))?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | ajax_comments_module.patch | 25.31 KB | bhupendra_kanojiya |
| #4 | ajax_comment.patch | 2.29 KB | bhupendra_kanojiya |
Comments
Comment #1
muschpusch commentedComment #2
muschpusch commented@Lostrace you assigned this issue to you. Are you working on this issue?
Comment #3
formatC'vt commentedLostrace, please, re-assign to yourself if you are planning to work on this.
Comment #4
bhupendra_kanojiya commentedPlease use below patch. It provides user to delete their own comment (using ajax link). Please give your suggestion.
ajax_comment.patch is a patch file and ajax_comment_module is whole module file.
Don't forget to give user permission to "Delete own comments" before test.
Comment #5
bhupendra_kanojiya commentedComment #6
formatC'vt commentedPatch in wrong format also this issue is duplicate of #1907222: Bypass confirm - Delete right away OR Use AJAX?