Community

Create a database list, allow users to add comments and review item on list

Hi,

this is my first attempt to realize a website with Drupal. What I want to do is fairly simple:

Create a list of 100 entries in a database, add a button for each item that allows visitors to submit a review

What modules would you suggest for this job?

Thanks
Oliver

Comments

You can do this by creating a

You can do this by creating a 100 articles of database names and they will be having options to comment on them then you can display a list of those articles using views. For reviews you can use node review module

Drupal developer

**

You don't need the review module to do this, given it's 'effectively' deprecated.

Create two content types, one for the 'thing' the other for the review. You can add all sorts of fields to structure the review however you like.

You can connect them with views/taxonomy.

This is very easy to do in Drupal, with the flexibility to do it multiple ways to suit your needs.

You can add all sorts of stuff like a five star rating system to go along with their review.