Closed (fixed)
Project:
Fivestar
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2009 at 22:21 UTC
Updated:
10 Apr 2009 at 21:28 UTC
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
Comment #1
vm commentedinvestigate fivestar extra and possibly tie in some php from the rules.module
Comment #2
quicksketchYou could simply make comments go through moderation (admin/content/comments/settings). If using nodes as reviews you can use modr8 module.
Comment #3
v8powerage commentedThis would solve my problems, but it's 5.x not 6
Comment #4
vm commentedmodr8 has a 6.x version
Comment #5
v8powerage commentedmodr8 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 :/
Comment #6
vm commentedcomment 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.
Comment #7
v8powerage commentedI 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.
Comment #8
vm commentedThe 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.
Comment #10
v8powerage commentedShame that code is not written automatically and posted after 2 weeks of inactivity, stupid robot can only closing issues
Comment #11
quicksketchModerating 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.
Comment #12
v8powerage commentedI know that, but it's not updated…