Any way of achieving obfuscation on text or email fields in D7?

Comments

Nightwalker3000’s picture

Subscribe
Now there are now D7 Releases of SpamSpan filter and Invisimail.
And Thanks for contribute this Plugin :)

Crell’s picture

Status: Active » Fixed

That's exactly what this module does. :-)

pixelsweatshop’s picture

Status: Fixed » Active

Sorry, I should have specified that i meant compatibility with http://drupal.org/project/email
Which I do not see a D7 reference in the module's description:

encryption of email addresses with

Invisimail (Drupal 5 + 6)
SpamSpan (Drupal 6 only)

Crell’s picture

Project: Invisimail » Email Field
Version: 7.x-1.1 » 7.x-1.x-dev

Then your issue is with the email module. Invisimail has supported the email field for about 4 years now, including in Drupal 7. It looks like the description was just never updated when Invisimail was rewritten to Drupal 7. The email field formatter is still there:

http://drupalcode.org/project/invisimail.git/blob/2aebe0c43caca0947e093f...

dandaman’s picture

I can't see an InvisiMail formatter as an option on my e-mail fields and both Email and Invisimail is installed. Does Email have to have something in their email_field_formatter_info() module to work correctly? I see the SpamSpan module does have some code in there.

dandaman’s picture

Nevermind, I see it now. I'm not sure what the issue was why I couldn't see it, but now I do.

nikonvulcano’s picture

Me too don't see InvisiMail formatter as an option on my e-mail fields !!
Why ???

batdesign’s picture

Issue summary: View changes

For those who follow, you need to set this in the fields manage display not manage fields tab.
Outstanding Drupal documentation as ever.