Closed (duplicate)
Project:
Wordfilter
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2007 at 16:41 UTC
Updated:
21 Apr 2008 at 05:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
katokalen commentedI'm curious about this as well. Is there any plan to add this feature in the near future?
Comment #2
jaydub commentedHere 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().
Comment #3
jaydub commentedNow moved to #248895: Reworking title filtering