This module allows authenticated users to leave reviews on site content. It can be enabled on a per content type basis, so if for example, you had a music site, you could allow users to leave reviews of Gigs & Artists etc.

All reviews left are subject to moderation and reviews can be easily deleted at any time.

INSTALLATION
------------

Install as usual...
D7: see http://drupal.org/documentation/install/modules-themes/modules-7
D8: see https://www.drupal.org/docs/extending-drupal/installing-drupal-modules

CONFIGURATION
-------------

Drupal 7
Configuration for this module is simple and can be done under
admin/config/content/reviews. Simply set whether the reviews system is on or off and whether users can leave more than one review for a single piece of content or not.

Also, choose on that page the content types for which you wish to enable reviews and whether the reviews are published immediately or have to wait for moderation.

There will no further development on the D7 version of this module, other than security fixes.

Drupal 8
The D8 version of this module is a ground-up rewrite, and while the functionality is largely similar, it is not the same. The reviews are now custom entities and can be managed from /admin/structure/reviews/settings (to manage the reviews settings and entities themselves) and /admin/content/reviews to moderate reviews that are left by users.

KNOWN ISSUES
------------

Please check the issues queue.

Project information

Releases