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

Comments

barbun’s picture

StatusFileSize
new3.32 KB

Here goes my patch for comment.module!

Using git, in a drupal root:
git apply -v comment-disapprove-link-1545220-2.patch

barbun’s picture

And 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.patch

barbun’s picture

Status: Needs review » Needs work

The last submitted patch, views-comment-disapprove-link-1545326-2.patch, failed testing.

barbun’s picture

Patch in #3 cannot be automatically applied because you have to put path to your Views contrib module manually.

barbun’s picture

Status: Needs work » Needs review
barbun’s picture

StatusFileSize
new2.02 KB
barbun’s picture

Issue summary: View changes

Added link to Views issue

dawehner’s picture

Version: 7.x-dev » 8.x-dev

This will probably never land in 7.x, maybe a topic for 7.x

droplet’s picture

Status: Needs review » Closed (duplicate)
droplet’s picture

Issue summary: View changes

Added a link to module.