Unique Comments

Component ID

1459784

Component name

Unique Comments

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1554

Component created

Component changed

Component body

Overview

This module aims to bring originality to drupal comments. More often than not the majority of comments on a website will be things like 'lol' or perhaps just some copypasta.

With this module enabled each comment is checked against other comments to see if what is commented has been said before. Think r9k for comments!

Features

  • The module has two modes:
    • Unique Comments per Node - Will ensure that each comment is unique on a per node basis. No two comments will be the same per individual node.
    • Unique Comments Sitewide - Will ensure no two comments are the same on the entire site.
  • It also had the ability to make certain nodes exempt from any restrictions imposed on it by Unique Comments and an interface to manage which nodes are exempt.
  • Permissions to exempt specified roles from Unique Comments
  • Ability to add or exempt certain content types from Unique Comments filtering.
  • Batch updating of unique comment exemptions via the admin/content page
  • Updated exemptions table with node titles and usernames on instead of nids and uids.

Requirements

Currently there are no requirements to this module and it should work on a standard Drupal 7 install.

Known Problems

Currently there are no known issues.

Credits

Many thanks to all in the issue queue who helped improve this module.

Similar Projects

Feature requests and sponsorship

Please contact the module's maintainer by e-mail if you are able to sponsor the development of new features for this module.

Future

  • The module will eventually get has a Drupal 6 version and a Drupal 8 version is in development.
  • Autocomplete on the form to exempt a node to show matching nodes
  • Views integration