By default it says "By submitting this form, you accept the Mollom privacy policy."

Is it possible to alter the text of the sentence?

Comments

sun’s picture

Status: Active » Fixed

Yes, through a module like http://drupal.org/project/stringoverrides or also without a module, by directly editing settings.php.

Dubber Dan’s picture

Version: 6.x-1.9 » 6.x-1.16

Fab thanks

Dubber Dan’s picture

Not so soon. Great in theory but doesn't seem to do anything to change the privacy sentence on my site http://www.elementsforlife.co.uk/contact

sun’s picture

The exact string you need to override is:

By submitting this form, you accept the <a href="@privacy-policy-url">Mollom privacy policy</a>.
Dubber Dan’s picture

Ah, that makes sense & works

Status: Fixed » Closed (fixed)

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

Ivan Ottinger’s picture

If anyone needs the override string for Drupal 7 Mollom module (to use it with String Overrides module), here it is:

By submitting this form, you accept the <a href="@privacy-policy-url" class="mollom-target" rel="nofollow">Mollom privacy policy</a>.

(at least this worked for me)

Ivan Ottinger’s picture

Issue summary: View changes

change