I just downloaded and installed the module. I'm just a little cruious as to how to tell if the module functions as expected or not. Does it make any difference to the html source of the email address? I checked the source but didn't see any difference. Is the change made supposed to be invisible?

Thanks!

Comments

beasley’s picture

Same thought from me. I've got 'Encode email addresses: Javascript-wrapped HTML entities' turned on but when I switch off javascript in the browser it doesn't seem to make any difference.

clashar’s picture

clashar’s picture

@DrupalDan,
Also if you have several filters, in the "Filter processing order" I think it's better to move down filter for Emails encoding.

DrupalDan’s picture

@clashar, thank you for your response. I do have several filters and the current order is as follows:

Encode email addresses: HTML entities
Encode email addresses: Javascript-wrapped HTML entities
Convert URLs into links
Convert line breaks into HTML (i.e.
and

)
Correct faulty and chopped off HTML

I ticked the first two for the filter "Full HTML". That's what I use to handle most of the nodes on my site. After setting everything up and clear cache, I saw no change to the source as to the email address. It's still something like example.com Wonder if I miss anything and went wrong somewhere. Any idea, please?

Thanks

clashar’s picture

@DrupalDan,
I think you should move:

Encode email addresses: HTML entities
Encode email addresses: Javascript-wrapped HTML entities

to down.

Also did you use native firefox view source code? and not firebug?

DrupalDan’s picture

@clashar, thank you for your help. It works after I move those two down to the order. I might never be able to figure this out without your help:) Thanks again!

clashar’s picture

@DrupalDan,
you are welcome, I'm glad it worked for you))

kumkum29’s picture

Issue summary: View changes

Hello,

I have the same question. When I use invisimail i get in my page this code on an email address:

<span id="7fcabfe4911afec8b5b8fd80ef54fc7b1cfad1d3">
<a href="mailto:myname@mysite.com">myname@mysite.com</a>
</span>
<script type="text/javascript">
<!--
document.getElementById('7fcabfe4911afec8b5b8fd80ef54fc7b1cfad1d3').innerHTML = '<a href="&#109;&#97;&#105;&#108;&#116;&#161;&#58;&#109;&#105;&#118;&#105;&#108;&#117;&#100;
&#101;&#115;&#64;&#112;&#109;&#46;&#103;&#111;&#117;&#128;&#46;&#102;&#114;">
&#109;&#105;&#118;&#105;&#108;&#117;&#100;&#101;&#118;&#64;&#112;&#109;&#46;
&#103;&#111;&#117;&#118;&#46;&#102;&#114;</a>';
// -->
</script>

My address is protected?

Thanks.