There are lots of issues about how to get the module to work.

How do we tell if it is working?

I go to Firebug and see the mailto: code with the email address. Does this mean it is not configured properly?

Thank you.

Comments

Crell’s picture

Status: Active » Fixed

I believe Firebug shows the processed DOM, not the raw DOM. Use Firefox's native "view source" command and see if you're getting obfuscated code there. If you are, it works. (If you don't notice anything different in the browser as a normal user, that means it works. :-) )

If it doesn't, please file a new issue with a string that doesn't get properly encoded. Although I'm pretty sure the latest release should cover all normal cases, as it passes all of my informal tests. (For the D7 version I want someone to write real unit tests, but that's still a work in progress.)

itserich’s picture

Thanks, I am confident the module works fine, there seem to be people much smarter than me working on it.

My question was because of some of the issues about input filters and I have so much trouble configuring the input filters with Drupal.

I think one issue had said the html filter could be properly weighted before or after the email encoding filter and I was not sure how to tell if I had set it correctly. I set mine to be the last filter.

When I check Page Source in Firefox the addresses do seem to be obscured, whether in a cck field or a node, so thank you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.