No IP-logging and comment moderation module
linksunten - January 15, 2009 - 03:32
| Project: | Voting API |
| Version: | 6.x-2.0-rc2 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Description
The patch enables a votingapi relation and action for views and provides the possibility to turn off IP-logging for registered users.
The comment_moderation module is based on votingapi and written by Kyle Cunningham. He gave us a development version and we extended it. Now it works and provides a slashdot-like user based comment moderation. But it can also be used as a convenient moderation tool. We'll use it at our upcoming website linksunten.indymedia.org.
IMC linksunten
| Attachment | Size |
|---|---|
| votingapi-nolog_regip.diff | 2.46 KB |
| 09-01-15-comment_moderation.tar_.gz | 7.9 KB |

#1
This version of comment_moderation should work together with comment_mover...
http://drupal.org/node/360095#comment-1205288
...and with hidden:
http://drupal.org/node/359074
#2
There's a problem with this approach, unfortunately: without the IP checking, anonymous voting wouldn't really be possible. Also, have you considered posting the comment moderation as a standalone module? VotingAPI itself doesn't implement any user-facing voting widgets; it's just about managing the data.
I'm going to be postponing this one until the 2.1 release; there are still some questions that need to be ironed out, IMO.
#3
Yes, you are right, that's why we made the IP checking optional. We don't want to store any IP adresses but if someone wishes to: it's still the default.
We are not going to release the comment moderation module since CitizenKane will. He started the project, we just enhanced his code and made it work.
#4
I'd love to see where this goes as this is exactly the kind of functionality I would like to see moving forward with comments and the voting api.
#5
Sorry we don't have time for this module at the moment. Attached is the current version we are using at http://linksunten.indymedia.org
You might want to have a look at http://lists.indymedia.org/pipermail/imc-drupal-dev/2009-March/0305-18.html and http://linksunten.indymedia.org/en/node/770
IMC linksunten
#6
Thanks. I appreciate it.