This is an excellent plugin, working perfectly except for one thing. It filters new topic titles in the forum, just as it filters the post content. But it does not filter comment titles in the forum. It filters the comments themselves, but not their titles. What could I edit to have it filter comment titles too?

CommentFileSizeAuthor
#2 wordfilter.module.175907.patch1.08 KBjaydub

Comments

katokalen’s picture

I'm curious about this as well. Is there any plan to add this feature in the near future?

jaydub’s picture

Status: Active » Needs review
StatusFileSize
new1.08 KB

Here is my attempt on this. You can't edit the subject using hook_comment on 'insert' or 'update' as the hook_comment call is done after the INSERT or UPDATE of {comments} via the comment_save() function in comment.module.

I took the approach that I can simply UPDATE the comment myself in wordfilter_comment().

jaydub’s picture

Status: Needs review » Closed (duplicate)