Closed (fixed)
Project:
Mollom
Version:
6.x-1.13
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
8 Apr 2010 at 15:07 UTC
Updated:
14 Oct 2014 at 16:13 UTC
Jump to comment: Most recent
Comments
Comment #1
dave reidYou will need to use Webform 6.x-3.x-dev. There was a bug in the 3.0-beta4 that prevented Mollom integration from working. Once you update, be sure to run update.php before attempting to add webform Mollom protection.
Comment #3
Anonymous (not verified) commentedThe april 13th 6.x-3.0-beta5 also doesnt work? I also tried the latest April 24th webform devx, ran update.php, and still cant find any webform protection options.
Sorry to bother, but can someone explain exactly which two module versions are needed to protect weform forms? And if so, where to find the settings?
Comment #4
kwinters commentedMollom 6.x-1.13 plus Webform 6.x-3.0-beta5 works. Once you create a webform, it will appear in the list of mollom forms to add protection to.
Comment #5
dave reidYeah I just tried this myself on my own site. I was able to add individual webform protection without a problem.
Comment #6
kevinquillen commentedI can't confirm that this works. I upgraded Webform to the latest one, and ran update.php. My existing Webforms are not in the Mollom list.
Comment #7
kwinters commentedMake sure you're using the latest 3.x webform, not the 2.x branch. 6.x-3.0-beta5 works with Mollom 1.13.
Comment #8
kevinquillen commentedComment #9
kevinquillen commentedArgh my bad. Uploaded into the webform directory instead of overwriting it.
Comment #10
PixelClever commentedIs the 6.x-3.0-beta5 version still available? I couldn't find it under the releases.
Comment #11
PixelClever commentedComment #12
dave reidIt's Webform version 6.x-3.0-beta5: http://drupal.org/node/770254
Used with Mollom 6.x-1.13.
Comment #13
tajabosc commentedHello,
I can confirm i've a working installation of Drupal 6.16, Mollom 6.x-1.13 and Webform 6.x-3.0-beta5 .
I can use Mollom with english webforms (english is my default language).
However i can't add Mollom protection to translated webforms, or to webforms in languages different than english or language neutral.
Comment #14
tajabosc commentedI just discovered that the translated webforms can be reached accessing the "add form" page in the according language trough the admininstrative interface.
Don't know if is still a bug
Comment #15
dave reidThe webform integration uses db_rewrite_sql() to make sure you can only add protection to the forms you can access, which if you have the i18n.module enabled, limits to your current language. You may want to file an issue in webform.module to remove the db_rewrite_sql() or file an issue to i18n.module to be able to have admins override the language node selection.
Nothing really we can do from the Mollom module, so marking back as fixed.