Does anyone know of a module that adds a text filter to stop users from posting emails., phone numbers, websites etc? I know there is the Profanity search module but I am looking for something that is a bit more abstract than that.
Thanks, Steve
Steve, it wouldn't be all that hard to write your own for the simple scenarios. Just look for things that look like those items in a regex. However, it wouldn't be all inclusive because folks can separate these things out: a d d r e s s @ e x a m p l e . c o m. But you could probably catch 95% of the content. See http://api.drupal.org/api/examples/filter_example!filter_example.module/7for an example.
Lucas
On Tue, Feb 26, 2013 at 12:22 PM, Steve Kessler skessler@denverdataman.comwrote:
Does anyone know of a module that adds a text filter to stop users from posting emails., phone numbers, websites etc? I know there is the Profanity search module but I am looking for something that is a bit more abstract than that.
Thanks, Steve
-- Steve Kessler Owner and Lead Consultant Denver DataMan, LLC 303-587-4428
-- [ Drupal support list | http://lists.drupal.org/ ]