Is there a way that I am missing to moderate reviews?
I already inserted this :
if ($node->uid && user_access("administer user reviews")) {
$output .= '<span class="moderatereview_review_link">';
$output .= l(t('Moderate this review'), 'node/'. $node->nid .'/edit');
$output .= '</span>';
}This succesfully adds a moderate this review line below each review for users with that kind of user access. The problemo with this is ofcourse that when you moderate (=edit) the node, it happily inserts the user ID of the moderator in the DB, messing up the vote in the DB (including the average vote)
So I maybe there is already a way to do this, or I was thinking to have a function that omits overwriting the UID when in moderation mode. But my PHP/Drupal skills are not sufficient yet to create this out of the blue (learning though!)
I would already be happy with a few pointers how to tackle this.
Comments
Comment #1
Paintbox commentedI would already be happy with a delete option at the least.
Please please please help me out. I am trying to learn Drupal and I am not a leech. When due time comes and I know a lot about drupal I intend to give back to the community.
Comment #2
summit commentedHi,
I also would like to be able to moderate the user-reviews and having the ability as admin to delete the userreview before it comes online.
With this patch http://drupal.org/node/161602 I succesfully added the possibility that anonymous users can make reviews. But how to monitor this?
Please advice!
greetings,
Martijn
Comment #3
pomliane commentedThis version of userreview is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.