Always use general tools before specific ones. That is to say, see if what you can do is possible using views, cck, panels, before using a specialized module that does only one thing and may or may not continue to be maintained. For your case, I'd recommend something like the following:
Add a new node type "Review" and tie it to your reviewable nodes using a nodereference. Have a look at the following modules:
Views + CCK nodereference_url views_attach nd + ds + vd
If you put these together right you'll end up with a link somewhere on your node that says "Add a review" (as you choose), which takes the user to node/add form for creating their review. You can choose to display reviews on the node view page using views, however you like.
On 12/06/2010 01:09 PM, Denis Lafont-Trevisan wrote:
Hi,
I've just realized that I don't know a maintained module that enables a user to add a review (= a note + a text) to a node.
http://drupal.org/project/nodereview is close to what I need, but no stable D6.
Any ideas?
Cheers,
Denis