Great module! I did a quick port to drupal 5 and it works. It's actually just adding a menu_hook into the file with a callback to the settings function. In the settings function, just add the system_settings_form to return the form.
One small remark. In the settings page, make sure you set the %file% between double quotes. Otherwise, attachments with spaces in their name will not be indexed.
Great module! I did a quick
Great module! I did a quick port to drupal 5 and it works. It's actually just adding a menu_hook into the file with a callback to the settings function. In the settings function, just add the system_settings_form to return the form.
One small remark. In the settings page, make sure you set the %file% between double quotes. Otherwise, attachments with spaces in their name will not be indexed.