Notes
Installation
- Read the htmLawed documentation and note the filter's limitations.
- Check for conflicts with any third-party filter modules in use. Re-arranging filters used in a format can resolve conflicts. So can allowing htmLawed let through HTML tags/attributes introduced by other filters.
Updates
- Look for latest recommended versions on the htmLawed module project site.
- You'd usually have to just replace the old module files with the new ones. Remember to run the update script from the main modules admin page of your Drupal site.
- You can also replace files inside modules/htmLawed/htmLawed/ with the latest versions of the htmLawed filter script and documentation obtained from the htmLawed website.
Configuration
- Content-type-specific settings for Other are not possible. The settings set for Default apply to all content-types.
- Deleting a content-type will delete the associated htmLawed settings.
- Deleting an input format will not automatically delete the associated htmLawed settings. You have to run cron to delete the not-needed htmLawed settings: Administer » Reports/Logs » Status report » run cron manually.
- Disabling htmLawed for an input format will not delete the associated settings.
- Uninstalling the htmLawed module through Administer » Site building » Modules » Uninstall will delete all htmLawed settings.
- Disabling the module will not delete any htmLawed setting.
- The save functionality is turned off by default for all input formats and content-types.
- Teaser content is available for filtering at two points -- first as per Body and then as per Teaser. So, if htmLawed is turned off for Teaser, it does not mean that teasers are not filtered. As long as htmLawed is enabled for Body, teasers will be filtered as per the Body settings.
- When a new content-type is created, the htmLawed-settings to be used with it must be set; otherwise, the default settings will be used.

The htmLawed filtering step
Here's an outline of how/when the htmLawed filtering step works.
It is important to note that htmLawed will filter only when the Use or Enable for save options of the htmLawed module are checked for the content-type (node-type) for, as appropriate, Body, Comment or Teaser.
Some points about the default settings used by the module:
Odd Drupal 5 behavior?
If you edit text such that the changes do not affect the teaser portion (e.g., when the edited part is towards the end of a long body), then Drupal 5 does not update the teaser preview, the teaser on the front page, etc. And because drupal uses cached content if possible, any changes to filter settings also do not affect those items. Please correct me if I am wrong.