Closed (outdated)
Project:
Wordfilter
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2006 at 13:35 UTC
Updated:
28 Mar 2022 at 07:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
icecreamyou commented+1
Comment #2
scedwar commented+1
I'd be tempted to change this thread to the subject "profanity filtering" as there is a lot more to it than simple string replacement. In fact, something more intelligent along the lines of http://www.webpurify.com/ would be ideal.
Comment #3
jaydub commentedAs a baseline feature I will work to implement an
import/export of original word/filtered word pairs if someone
can point me to a good list of words to use for testing out imports...
Comment #4
buddaThat webpurify looks like an excuse for a different module all together.
Comment #5
Leeteq commented+1
Comment #6
buddaHere's a list to get you going.
Comment #7
rwohlebLuckily for you, I've added such a module: http://drupal.org/project/webpurify
Comment #8
kerberos commented+1 as well. We'd be willing to add such functionality if the module maintainer would support the addition of this feature. It's important enough for us that we'd have to fork the module otherwise.
Please let us know. :)
-Daniel
Comment #9
jaydub commentedPatches are always welcome!
Comment #10
David Latapie commentedI do not use wordfilter for profanity, but for typgraphy - yes, I heard of Typogrify and used it but there is a conflict and typogrify lacks serious and i18n typography settings, making it unusable for me.
+1 for the export function, but not for renaming it profanity filtering.
Comment #11
john franklin commentedHere is a patch that depends on an Import / Export Tools project I've just started. (I need to give it a couple weeks before I can apply for full project status.)
The Import / Export Tools project aims to be a library module for other modules to easily implement import & export functionality.
To use this patch:
* Download the import_export_tools project
* Enable Import / Export Tools
* Apply this patch to wordfilter.
Comment #12
q0rban commentedWe are using the patch from #1073026: Implement CTools exportables and export UI with success.
Comment #13
mxh commented