Hi,
It would be nice to have "disapprove" link for comments.
In my project I found it really useful when using Flags (there's a View that shows all flagged comments, and administrator can "approve" or "disapprove" them).
I created an issue about this for Views:
http://drupal.org/node/1545326
ALSO, i contributed a module to provide this possibility:
http://drupal.org/node/1546758
My best,
Roman
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | comment-disapprove-link-1545220-7.patch | 2.02 KB | barbun |
| #3 | views-comment-disapprove-link-1545326-2.patch | 2.06 KB | barbun |
| #1 | comment-disapprove-link-1545220-2.patch | 3.32 KB | barbun |
Comments
Comment #1
barbun commentedHere goes my patch for comment.module!
Using git, in a drupal root:
git apply -v comment-disapprove-link-1545220-2.patchComment #2
barbun commentedAnd here's the patch for Views (also published in Views issue http://drupal.org/node/1545326):
Using git, in a drupal root:
git apply -v --directory=PATH_TO_VIEWS_CONTRIB_MODULE views-comment-disapprove-link-1545220-2.patchComment #3
barbun commentedComment #5
barbun commentedPatch in #3 cannot be automatically applied because you have to put path to your Views contrib module manually.
Comment #6
barbun commentedComment #7
barbun commentedComment #7.0
barbun commentedAdded link to Views issue
Comment #8
dawehnerThis will probably never land in 7.x, maybe a topic for 7.x
Comment #9
droplet commentedthe code is same to this issue: #1266306: Add a shortcut to unapprove a comment for consistency and usability
Comment #9.0
droplet commentedAdded a link to module.