In the form_alter hook on line 255 of mollom.module (6.x-1.10), Mollom does a check to find the form's submit button. It does not check for a type of image_button, so the captcha gets placed after the image button on the form.

CommentFileSizeAuthor
#2 mollom.image-button.patch902 bytessun

Comments

dave reid’s picture

Category: bug » feature

More of a feature request than a bug since everything still 'works'. Please submit a patch.

sun’s picture

Version: 6.x-1.10 » 6.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new902 bytes

We need a dev snapshot release from HEAD.

dries’s picture

Status: Needs review » Fixed

Committed to DRUPAL-6--1 and CVS HEAD. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 1252894 on master, fai6, 8.x-2.x, fbajs, actions by Dries:
    - Patch #581208 by sun: Mollom is not image_button() aware.
    
    

  • Commit 1252894 on master, fai6, 8.x-2.x, fbajs, actions by Dries:
    - Patch #581208 by sun: Mollom is not image_button() aware.