Closed (won't fix)
Project:
userreview
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2006 at 09:30 UTC
Updated:
9 Feb 2007 at 23:59 UTC
hi,
i love to have the option to allow users to submit more than one review for a node.
can you help me how to do that?
thanks a lot,
enky.
Comments
Comment #1
gerd riesselmann commentedYou mean that one user can do more than one review on the same node?
Why should she do that?
Comment #2
enky commentedyes, i am using userreview module for submitting papers (as 'review') to a conference event node, so,
it will great to have an user to submit more than one paper..
Comment #3
gerd riesselmann commentedIf you submit paper to a conference event, what is the userreview part required? Userreview is about voting, and I'm not sure you really need this.
Instead I think the book.module can help here. The book module can manage tree like structures (so you can even add remarks or errata to papers). Think of the events as chapters and the papers as pages.
The userreview.module however won't support more than one review per user within the near future. Mostly because this conflicts with the concept of voting and average votes itself. There are reasons it's one man, one vote ;-)
Comment #4
enky commentedthanks for your suggestion of using a Book as conference event, but, the papers submitted
are not to be made public, so, I can't use the "Book" module, :(
may be I have to find and tweak the userreview, to have multiple reviews,
Comment #5
gerd riesselmann commentedAnd if you simply use comments for the papers? Together with the comment upload module: http://drupal.org/project/comment_upload
Comment #6
enky commentedthats a good idea to use "comment upload" module,
how to show "add paper" link instead of "add new comment" below a node?
Comment #7
gerd riesselmann commentedEither by changing the comment.module source file directly or by overwriting the text using the locale.module. Second way is recommended and works like describe here: http://drupal.org/node/35244#comment-63609
Comment #8
gerd riesselmann commented