By default it says "By submitting this form, you accept the Mollom privacy policy."
Is it possible to alter the text of the sentence?
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
Comment #1
sunYes, through a module like http://drupal.org/project/stringoverrides or also without a module, by directly editing settings.php.
Comment #2
Dubber Dan commentedFab thanks
Comment #3
Dubber Dan commentedNot 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
Comment #4
sunThe exact string you need to override is:
Comment #5
Dubber Dan commentedAh, that makes sense & works
Comment #27
Ivan Ottinger commentedIf 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)
Comment #27.0
Ivan Ottinger commentedchange