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

gerd riesselmann’s picture

You mean that one user can do more than one review on the same node?

Why should she do that?

enky’s picture

yes, 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..

gerd riesselmann’s picture

If 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 ;-)

enky’s picture

thanks 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,

gerd riesselmann’s picture

And if you simply use comments for the papers? Together with the comment upload module: http://drupal.org/project/comment_upload

enky’s picture

thats a good idea to use "comment upload" module,

how to show "add paper" link instead of "add new comment" below a node?

gerd riesselmann’s picture

Either 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

gerd riesselmann’s picture

Priority: Normal » Minor
Status: Active » Closed (won't fix)