So I've upgrade to Webform 6.x-3.0-beta4 and Mollom Mollom 6.x-1.13 however there still does not seem to be support for adding Mollom security to the webforms. I've gone to Administer > Site configuration > Mollom > Add Form however none of the webforms are working and selecting "Node: Webform form" does nothing. Am I missing something??

Comments

dave reid’s picture

Status: Active » Fixed

You 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.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Status: Closed (fixed) » Active

The 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?

kwinters’s picture

Status: Active » Closed (fixed)

Mollom 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.

dave reid’s picture

Status: Closed (fixed) » Fixed

Yeah I just tried this myself on my own site. I was able to add individual webform protection without a problem.

kevinquillen’s picture

I 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.

kwinters’s picture

Make sure you're using the latest 3.x webform, not the 2.x branch. 6.x-3.0-beta5 works with Mollom 1.13.

kevinquillen’s picture

Status: Fixed » Needs review
kevinquillen’s picture

Status: Needs review » Fixed

Argh my bad. Uploaded into the webform directory instead of overwriting it.

PixelClever’s picture

Status: Fixed » Active

Is the 6.x-3.0-beta5 version still available? I couldn't find it under the releases.

PixelClever’s picture

Title: Still no Webform integration in 1.13 » Location of version that supports webform?
dave reid’s picture

Status: Active » Fixed

It's Webform version 6.x-3.0-beta5: http://drupal.org/node/770254

Used with Mollom 6.x-1.13.

tajabosc’s picture

Category: support » bug
Status: Fixed » Active

Hello,

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.

tajabosc’s picture

I 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

dave reid’s picture

Status: Active » Fixed

The 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.

Status: Fixed » Closed (fixed)

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