Needs review
Project:
Author Contact
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 10:46 UTC
Updated:
6 May 2010 at 10:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
milos.kroulik commentedsubscribe
Comment #2
JmsCrk commentedI haven't done anything special to make it compatible with Mollom. Have you tried using it? I haven't set Mollom up so not sure how it works.
Author Contact does work by default with Captcha, so Mollom may work the same way.
Comment #3
mirzu commentedSubmitting a patch that adds the necessary code to make author contact work with Mollom. There are two functions that are required by Mollom. Additionally there is a a new implementation of hook_mail_alter that is only triggered when Mollom is being used that adds a "report as inappropriate" link to the email being sent.
Everything was pulled from the Mollom module's implementation of the site wide contact form.
Tested and seams to work fine with both text analysis and Captacha.
Comment #4
pieterdcI'd like to test this, if only I had a little more time to spend :(
Comment #5
pieterdcI made some time to test this.
But, in a way, it makes sense as you code it. If someone may administer AuthorContact he/she won't probably abuse the AuthorContact forms...
There should be an easier way to do this, follow #791358: Provide 'mail ids' in hook_mollom_form_info()
It seems to work. I'm going to deploy it on a live site for further testing.