NodeReview

Component type

module

Categories

Maintenance status

Development status

Downloads

11523

Component created

Component changed

This module adds user reviews to specified node types, on multiple axes and with voting via the Voting API module (required). It uses the Views module (required) for some displays.

It also demonstrates a simple and easy way to have nodes whose content are dependent on a related node, and cannot be created otherwise.

Loves and Hates

Component type

module

Downloads

972

Component created

Component changed

Lets users vote 'love' or 'hate' on the terms of a particular taxonomy vocabulary. Each user's loves and hates can be displayed on their profile, and the /lovehate page shows the popularity of each term. The pages and lists are simple, but flexible: every byte of HTML the module generates can be themed. Loves and Hates requires the VotingAPI module, and (obviously) the Taxonomy module.

Loves and Hates was sponsored by the fine folks at Lullabot!

Flag content

Component type

module

Downloads

12345

Component created

Component changed

This module allows users to flag nodes, comments, or users for the adminstrator to review. Examples are offensive content, spam, offtopic stuff, ...etc.

The admin can specify which type of nodes are allowed to be flagged, as well as whether users and comments can be flagged.

poll_inline

Component type

module

Downloads

199

Component created

Component changed

Poll inline allows the incorporation of polls into the body of other nodes via the tag [[poll: node_id]].

jRating

Component type

module

Categories

Downloads

2864

Component created

Component changed

Note: this module is rarely updated. You probably want to use Fivestar instead.

This module uses jQuery to produce accessible rating forms for nodes.

With javascript disabled, the rating uses a standard form; with javascript enabled, an image-based (eg star) rating is submitted dynamically.

The current average rating is displayed alongside the rating form and a themed views field allows rating results to be displayed in views.

Fivestar

Component type

module

Maintenance status

Development status

Downloads

687179

Component created

Component changed

The Fivestar voting module adds a clean, attractive voting widget to nodes and comments and any entity. It features:

  • jQuery rollover effects and AJAX no-reload voting
  • Configurable star sets
  • Graceful degradation to an HTML rating form when JavaScript is turned off
  • Support for anonymous voters
  • Spam protection to keep users from filling your DB with bogus votes
  • Easy-to-use integration with Views module for lists sorted by rating, or filtered by min/max ratings
  • A Fivestar CCK field for use in custom node types
  • An easy-to-use Form API element type for use in other modules
  • Compatible with all versions of jQuery (1.0 - 1.8)