0

I have some drupal sites, and a couple of editors putting content constantly. What I want to do is restrict them to their word vocabulary (restrict foul language) so it will simple restrict them from publishing if using any of the words I'm providing...

Does such a module exists? or can this be done programaticaly? thanks

apaderno
  • 28,547
  • 16
  • 75
  • 90
PartySoft
  • 2,749
  • 7
  • 39
  • 55

1 Answers1

0

The Wordfilter module should do what you're looking for.

Matt V.
  • 9,703
  • 10
  • 35
  • 56
  • 1
    In that case the WebPurify module provides "the option of blocking profane nodes": http://drupal.org/project/webpurify The module itself is free, but the service requires a paid subscription. – Matt V. Mar 21 '11 at 22:39