Hi
I wonder if with this module it's possible to make YouTube-like comments I mean when comment is rated as "poor" for many users it's automatically unpublished, the idea is here: http://drupal.org/node/305

Comments

vm’s picture

investigate fivestar extra and possibly tie in some php from the rules.module

quicksketch’s picture

Category: feature » support
Status: Active » Fixed

You could simply make comments go through moderation (admin/content/comments/settings). If using nodes as reviews you can use modr8 module.

v8powerage’s picture

This would solve my problems, but it's 5.x not 6

vm’s picture

modr8 has a 6.x version

v8powerage’s picture

modr8 and comment_modr8 those two different modules, for different purposes: http://drupal.org/project/modr8 http://drupal.org/project/comment_modr8

and I need comment_modr8, which isn't updated for 6 yet :/

vm’s picture

comment moderation is built into drupal. administer -> permissions -> post without approval = no moderation

That said, you still may want to look at something like the rules.module by which you may be able to set up a rule for this type of situation.

v8powerage’s picture

I don't think You understand what I want to do. I wanna have comment moderation (publishing/unpublishing) based on voting (without need to moderate them manually). I have quite big forum, and it's really a problem, so comment_modr8 module would come handy but it's not updated.

vm’s picture

The only thing I can suggest is to port the module on your own, or ask the developer when they plan on porting it or check the issue queue for a possible port that is already started and lastly if there isn't a current port in place, offer the developer a bounty to port it for you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

v8powerage’s picture

Status: Closed (fixed) » Active

Shame that code is not written automatically and posted after 2 weeks of inactivity, stupid robot can only closing issues

quicksketch’s picture

Status: Active » Closed (fixed)

Moderating comments isn't the job of Fivestar and it's out of scope for this module. I'd suggest looking into comment_modr8 as suggested by VeryMisunderstood or use the core comment moderation functionality.

v8powerage’s picture

I know that, but it's not updated…