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...

  1. CCK Text module is installed
  2. AND

  3. The current node has Text fields
  4. AND

  5. ...those fields are filtered text (not plain!)
  6. AND

  7. Each field format contain the Safe HTML filter

... and if so then parse them with _safehtml_parse() function.

 
 

Drupal is a registered trademark of Dries Buytaert.