Is it possible to add a feature to apply a filter before saving content to the database?
(and possibly not only to the body, as in safeHTML for instance, but also in CCK fields)
Is it possible to add a feature to apply a filter before saving content to the database?
(and possibly not only to the body, as in safeHTML for instance, but also in CCK fields)
Comments
Comment #1
avpadernoThere isn't such possibility, in Drupal. Filters are called before the node body is rendered, and there is no way to control it.