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.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25965
Posted: Thu, 2009-02-05 01:35

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

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25965
Posted: Thu, 2009-02-05 02:14

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

AttachmentSize
AddComment.tpl_.txt4.09 KB