Closed (outdated)
Project:
Abuse
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2011 at 21:42 UTC
Updated:
14 Jun 2021 at 21:02 UTC
Jump to comment: Most recent
Hi,
I have been configuring the abuse module for a site in spanish. We have a problem, since there are words in spanish composed of what could be, single bad words. For example, a banned word is "puta" and the word "computadora" keeps getting banned. I wanted to know if this is a known bug and if there is a known workaround.
Thanx!
Comments
Comment #1
jcisio commentedIn watchlist/watchlist.module, line 441:
I think you can change it into:
Comment #2
maxmendez commentedI have a same problem and try changed in watchlist/watchlist.module, line 441 to $check_set[] = '/\b'. preg_quote($trimmed_word) .'\b/i'; and work good thanks!!.
Comment #3
jcisio commentedComment #4
betovargThanx! it worked perfectly.
Comment #5
avpadernoI am closing this bug report, as it's for a not supported project version. If the bug is reproducible on a supported project version, please re-open this issue.