I think it makes more sense to redirect back to the node the user just reviewed than simply showing them their review. They will see it in the review list below the node anyway.

Michelle has worked on this for the userreview module and she's posted the code here. (Near the bottom of the post.)

Could this be applied to NodeReview as well, or maybe an option for it?

Thanks~

Comments

danielhonrade’s picture

Status: Active » Closed (won't fix)

This won't be fixed anymore or replicate to verify this issue, we just have to move forward and making version 6 stable and create version 7 dev.

isellakuria’s picture

Version: 5.x-1.x-dev » 6.x-1.0-beta1
Status: Closed (won't fix) » Active

I also support this request. I have tried to implement it using Rules and Tokens following some instructions at http://drupal.org/node/237107 but as mentioned in that post the tokens referring to the reviewed node will only be available in nodereview nodes. What I have done is basically create a rule after saving a node review content type redirecting the user to the original node (the one being reviewed). This works if I edit an existing nodereview from the review node itself, however, when I create a new review or edit an existing one from another node (not a nodereview node) it won't work. Any idea on how could I implement the redirect to the original node?

Thanks.