Censor certain words in comments
|
plakitin
Joined: 2009-01-24
Posts: 16 |
Posted: Wed, 2009-02-04 10:57
|
|
Would be nice if Gallery can automatically censor bad words comments. Or, does it already do this? Thanks. |
|

Posts: 25965
There is no filtering going on in the comments but we have spam protection using:
http://akismet.com/
I guess you could add some JS to the form to remove specific words.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 25965
Try this, save the attached file as:
/gallery2/modules/comments/template/local/AddComment.tpl
edit this line for the words you dont want to be used:
var wordList="fart,bloody,war,terror".split(",");Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team