Needs review
Project:
Remember Filter
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2006 at 10:20 UTC
Updated:
25 Jun 2008 at 11:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
Steve Simms commentedI've updated the tag on the CVS file, so it should now (or soon, at least) work for 4.7. Thanks for mentioning that.
With regard to comments, the module works by using the nodeapi hooks, which comments don't use, so this is a known problem. If you (or anyone) would be willing to write a patch that will add this feature, I'll happily commit it.
Comment #2
frjo commentedI have added some code that make the module work also for comments. I took the opportunity to convert some tabs to spaces while I was at it.
On my test site it seems to be working well but I'm not to happy with my implementation, it feels like a hack. Anyone has a better way of doing this?
Comment #3
frjo commentedA small update to my patch. The help function was missing a ($section).
Comment #4
Steve Simms commentedIt looks good to me. If you can find one more person to test it and confirm that it works, I'll apply it.
Otherwise, I'll test it myself the next time I'm working on Drupal, and apply it then.
Oh, and what version are you using to test it?
Thanks!
Steve Simms
Comment #5
frjo commentedI'm running it on Drupal 4.7.5, soon to be 4.7.6. It's been up and running now for a couple of month and still seems to work well.
Comment #6
frjo commentedUpdated the patch for Drupal 5.