Parse also CCK Text fields
claudiu.cristea - August 11, 2009 - 16:40
| Project: | Safe HTML |
| Version: | 6.x-7.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | claudiu.cristea |
| Status: | active |
Description
Right now Safe HTML is parsing the node body and comments content.
We need to check if...
- CCK Text module is installed
- The current node has Text fields
- ...those fields are filtered text (not plain!)
- Each field format contain the Safe HTML filter
AND
AND
AND
... and if so then parse them with _safehtml_parse() function.
