Feature proposal #3880
closedBad word filtering
Description
Implement bad word filtering for frontend text for the following.
Category Description
Group Description
Wall Post
Event Details
Photo Description
File Description
Video Caption
This should be a global parameter to apply to all of the above locations (or others as found necessary). It should simply parse a comma separated list of words and remove them in favor of a custom censor text (simply remove by default).
Updated by krileon almost 12 years ago
- Tracker changed from Bug to Feature proposal
Updated by krileon almost 12 years ago
- % Done changed from 0 to 10
Implement a textarea field where you supply a filter per line then separate the word and its replacement with =. Example as follows.
jerk=hero
idiot=genius
stupid=smart
The above word on the left is not case sensitive so it'll match no matter what odd casing the user supplies. Left and right sides of filtering will both be passed through CBTxt for translation so you can use language strings as well.
Updated by krileon almost 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 10 to 100
Word filtering implemented for all locations that allow user text to be supplied (backend category and group descriptions also processed so re-save can clean if needed). Note the filtering only applies during save operations so existing words that are configured to be filtered will not clear until re-saved.