NodeReviews appropriate for my needs?
goldford - August 9, 2007 - 18:21
| Project: | NodeReview |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | goldford |
| Status: | active |
Jump to:
Description
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.

#1
With 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.