#1275 closed defect (fixed)
Grunion Contact Form causes error if Akismet is not active
| Reported by: | davecpage | Owned by: | josephscott |
|---|---|---|---|
| Priority: | normal | Component: | not-listed |
| Severity: | normal | Keywords: | grunion |
| Cc: |
Description
Grunion Contact Form has a couple of points where the assumption is that Akismet is active, yet there is also code in an attempt to detect if Akismet is not active and to not pass messages through the service. This ticket is to provide a patch which restores this auto checking of Akismet.
Attachments (2)
Change History (6)
Changed 2 years ago by davecpage
comment:1 Changed 2 years ago by josephscott
comment:2 Changed 2 years ago by davecpage
Trunk still has an issue where if you mark a feedback as spam or ham within the admin it tries to call the function contact_form_akismet_submit. Have updated the patch to work against trunk. It uses filters/actions so possible for other plugins to hook into too.
comment:3 follow-up: ↓ 4 Changed 2 years ago by josephscott
- Owner set to josephscott
- Resolution set to fixed
- Status changed from new to closed
In [346594]:
comment:4 in reply to: ↑ 3 Changed 2 years ago by davecpage
Replying to josephscott:
In [346594]:
Just checking, but wouldn't the change on line 439 of admin.php cause Akismet to resubmit a comment as spam even though you're marking the comment as not spam in the admin?

Can you take a look at -trunk and see if this patch is still needed.