Closed (fixed)
Project:
Phonetic Word Filter
Version:
7.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Dec 2009 at 15:07 UTC
Updated:
20 Aug 2018 at 06:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
accessiveapps commentedComment #2
SteveMushynsky commentedI have same problem after installing 7.x-2.0. This makes this module unusable
Comment #3
damienmckennaCan you please install the Devel module and change _phonetic_apply_filter() to something like the following?
Then, when the text is filtered, you'll see three arrays output on the page - please check through them to verify the items are filtered the way you're expecting.
Comment #4
jonanthony commentedJust saw this too - the answer is frustratingly simple. Any time you change the filters you MUST clear the cache. After messing around with DPMs this turned out to be a cache clear issue for me.
By the way - nice module.
jon
Comment #5
cravecode commentedI don't understand why the whitelist check is buried in the loop of the blacklisted words, It seems like a waste.
I faced the following issues related to white listed words:
Attached is the patch we're currently using in our production systems to address the issues stated above. The patch was created for the 7.x-2.x branch.
Thanks for the fantastic module!
Comment #6
bgedney commentedThe filter doesn't seem to be working at all...
Comment #7
manish.upadhyay commentedWhite list is not working because some times it has space within the white list word that is not handled properly so try using attached patch.
Comment #8
manish.upadhyay commentedComment #9
manish.upadhyay commentedThis patch worked for me.
Comment #10
damienmckennaComment #11
manish.upadhyay commentedComment #12
manish.upadhyay commented