Closed (fixed)
Project:
Import HTML
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2009 at 17:50 UTC
Updated:
10 Nov 2009 at 20:43 UTC
I am setting up an import from static pages that have many email addresses embedded in them. There are many of them in both plain text and in href attributed anchor tags with mailto:. I need to obfuscate all of them. I am currently using the spamspan module to do this. This module obfuscates newly entered content but not pre-existing content. And although active during a test import, it did not do obfuscation on these static pages during importation by import_html. I need this done. Is there a way to do this? If not please consider this a feature request.
Comments
Comment #1
spflanze commentedI have figured out how to hack Import_HTML to do this. In line 258 of the file coders_php_library/xml-transform.inc I made this modification:
Comment #2
spflanze commentedThe problem is solved so I closing the issue.