Posted by ejohns on August 18, 2009 at 3:52pm
I was interested in knowing if there are any modules/innovative ways to include a "Report abusive comment" link on the bottom of comments...
I have seen some modules with this functionality: but there development appears to have been stagnated over the past few years..
Thanks!
Comments
On Economist.com we use the
On Economist.com we use the VotingAPI for both comment recommends and abuse reports
Check out
http://www.economist.com/world/international/displayStory.cfm?story_id=1...
We have a simple module that goes along side voting_api that handles whether it is a recommend or an abuse report.
Below is a sample piece of code that is the submit function for the form that appears on the page listed above when you report abuse.
The code for recommending is quite similar although I think this function handles being called with a nid or a cid
With these you just need to set up a bit of Ajax magic to call those callbacks.
Full Fat Things ( http://fullfatthings.com ), my Drupal consultancy that makes sites fast.