I want to have a setup where users can review a school that is entered on a particular node or create (with permission) a new node/school to be reviewed and then review it themselves. A second function I looking for is the ability to search reviews based on review-criteria such as the highest overall rating, large schools, or rural schools etc.
I'm wondering if NodeReviews is appropriate for this task.
Comments
Comment #1
Fayna commentedWith the Views module (which is required for some of the displays anyway) it is possible.
Being able to search by large, rural, etc. would just be a matter of creating CCK fields for them in your "School" content type and including the fields in your View. You could allow users to narrow down their search by exposing a filter. There are tons of options you could do with the Views module.
Comment #2
danielhonrade commented