Closed (won't fix)
Project:
Custom filter
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2008 at 09:04 UTC
Updated:
1 Jul 2009 at 13:25 UTC
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.