Here is a very simple patch that allow this module to work with Drupal 5.x. The only changes are adding the required .info file (including moving the hook_help text into it) and adding an uninstall hook.
I tested this patched module along with the comment patch, and it worked as expected on Drupal 5.1.
Comments
Comment #1
xjmWhen I applied the patch, it rejected the changes to remember_filter.install for some reason. However, I just manually added the hook_uninstall function to the end of the file and it seems to be working fine.
Comment #2
Steve Simms commentedI've updated the module for Drupal 5. Thanks for the patch!
Comment #3
Christefano-oldaccount commentedIt looks like the D5 version of remember_filter.module that was just released is different from the 4.7 version with this patch. If anyone is wondering, there is no change to the remember_me tables so each user won't need to "retrain" their accounts if a Drupal installation that's been using the 4.7 version with the patch is updated to the official D5 release.
ps. The D5 release ends with a
?>tagComment #4
Christefano-oldaccount commentedOops, changing status back.
Comment #5
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.