Download & Extend

Redirection after review submission

Project:NodeReview
Version:6.x-1.0-beta1
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

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.

#2

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.

nobody click here