I am trying to get a website up for the club I run at my college. We are receiving free books from a company that requires us to post online reviews of the stuff they send us. I want to be able to set something up so that members who join will be able to submit a book review.

Here is an example from the San Diego Linux User Group: http://www.kernel-panic.org/Members/spicyjack/bookreview.2006-12-21.1124...

I would like to be able to do something exactly like that, but instead of using Plone, I obviously want to use Drupal. How can I create a page like the attached picture so that users can submit book reviews that are all formated exactly the same?

http://img252.imageshack.us/img252/4601/bookreview1js.jpg

Thank you!

Comments

signature16’s picture

anybody?

rheimbuch’s picture

The fasted approach to making a book review would be to use the Content Construction Kit (CCK). It allows you to make a custom "Book Review" content type and add custom fields for Publisher, Rating, etc that you want for your reviews.

CCK will add permission entries in the "Access Control" section of the drupal admin so that you can control which users can create book reviews.