I thought I had this all working but I upgraded drupal and when I went back to double check nothing is working. Here is what I have set up:

Drupal 6.19, Invisimail 6.1.2 and 6.1.x-dev

Turned off all filters in "filtered HTML" except for "Encode email addresses"

Settings 1:
place simple text "email@test.net" with no code
No Javascript: checked
Do not create links.: checked

Results 1 : Nothing changed

Settings 2:
place simple text "email@test.net" with no code
No Javascript: checked
Automatically create links from email addresses: checked

Results 2 :
Source code:

email@test.net.

Settings 3:
place simple text "email@test.net" with no code
USE Javascript: checked
Automatically create links from email addresses: checked

Results 3 :
Source code:

<script type="text/javascript"><!--
    document.write('<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;'+'&#102;&#114;&#97;&#110;&#107;&#97;&#103;&#97;&#112;&#105;&#116;&#111;&#64;'+'&#102;&#114;&#111;&#110;&#116;&#105;&#101;&#114;&#110;&#101;&#116;&#46;'+'&#110;&#101;&#116;&#46;'+''+'">'+'&#102;&#114;&#97;&#110;&#107;&#97;&#103;&#97;&#112;&#105;&#116;&#111;&#64;'+'&#102;&#114;&#111;&#110;&#116;&#105;&#101;&#114;&#110;&#101;&#116;&#46;'+'&#110;&#101;&#116;&#46;'+''+'</a>');
    //-->"
    </script> <a href="mailto:email@test.net.">email@test.net.</a

Settings 4:
place simple text "email@test.net" with no code
USE Javascript: checked
Do not create links.: checked

Results 4 :
Source code:

email@'+'test.'+'net

Nothing happens if I use mailto:email@test in the node

Anyone else having this issue?

Comments

coderintherye’s picture

Status: Active » Closed (duplicate)

The 3rd of 4...