Disapprove Comment Link
Categories
Component ID
1545350
Component name
Disapprove Comment Link
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
OVERVIEW
This small module provides a possibility to disapprove comment by adding a "disapprove" link (same as "approve" link, but oposite). Views integration is also provided.
There's also my issues + patches for comment.module and Views, but since it's not committed to the HEAD and not released yet, I thought that it would be cool to provide this solution in a way of module.
Issue for contrib.module (+patch) : http://drupal.org/node/1545220
Issue for Views (+patch) : http://drupal.org/node/1545326
SETTING UP
- Just install module and "disapprove" link will appear in comment links ( in a row with 'delete', 'edit', approve' etc.).
Also, "disapprove" link will appear in Views.
DEPENDENCIES
This module is build on Drupal Core module Comment, that's why Comment module should be enabled.
NOTE: It would be great to add AJAX processing for "disapprove" link, so I leave it as TO-DO.
