| 1 |
/* $Id: README.txt,v 1.7 2008/01/23 12:40:36 smk Exp $ */
|
| 2 |
|
| 3 |
-- SUMMARY --
|
| 4 |
|
| 5 |
Allow users to review nodes using standard comments with an attached Fivestar
|
| 6 |
widget.
|
| 7 |
|
| 8 |
Compared to other, node-based review solutions (NodeReview, UserReview), this
|
| 9 |
module is an extremely light-weight solution (currently < 8 Kb).
|
| 10 |
|
| 11 |
For a full description visit the project page:
|
| 12 |
http://drupal.org/project/simple_review
|
| 13 |
Bug reports, feature suggestions and latest developments:
|
| 14 |
http://drupal.org/project/issues/simple_review
|
| 15 |
|
| 16 |
|
| 17 |
-- REQUIREMENTS --
|
| 18 |
|
| 19 |
* Voting API
|
| 20 |
http://drupal.org/project/votingapi
|
| 21 |
|
| 22 |
* Fivestar
|
| 23 |
http://drupal.org/project/fivestar
|
| 24 |
|
| 25 |
|
| 26 |
-- INSTALLATION --
|
| 27 |
|
| 28 |
1. Open simple_review.module with an editor and copy the stub function
|
| 29 |
yourtheme_comment(). Switch to your theme directory, open template.php and
|
| 30 |
add it to the end. Replace "yourtheme" in the function name with the name of
|
| 31 |
your theme (ie. garland_comment(...) if you were using the Garland theme).
|
| 32 |
2. Make a backup of your theme's comment.tpl.php and copy the included
|
| 33 |
comment.tpl.php to your theme directory.
|
| 34 |
3. Make any adjustments for your theme in comment.tpl.php.
|
| 35 |
4. This module only works with the comment form on a separate page. Verify the
|
| 36 |
location of your comment submission form at Comments -> Settings
|
| 37 |
(admin/content/comment/settings).
|
| 38 |
5. Enable reviews for your content types. Open the Content types page
|
| 39 |
(admin/content/types) and edit a content type. Set the default comment
|
| 40 |
setting to "Read/Write" and enable simple review functionality.
|
| 41 |
5. Go to a node that has reviews enabled. You should find a link beneath it
|
| 42 |
that reads "Review this article" instead of the standard "Add a comment".
|
| 43 |
|
| 44 |
|
| 45 |
-- CONTACT --
|
| 46 |
|
| 47 |
Authors:
|
| 48 |
* Stefan M. Kudwien (smk-ka) - dev@unleashedmind.com
|
| 49 |
* Daniel F. Kudwien (sun) - dev@unleashedmind.com
|
| 50 |
|
| 51 |
This project has been sponsored by:
|
| 52 |
* UNLEASHED MIND
|
| 53 |
Specialized in consulting and planning of Drupal powered sites, UNLEASHED
|
| 54 |
MIND offers installation, development, theming, customization, and hosting
|
| 55 |
to get you started. Visit http://www.unleashedmind.com for more information.
|
| 56 |
|