With "Encode email addresses" included in one of my input formats, the system-generated Formatting guidelines for that format don't currently include any statement about what invisimail will do, e.g. "Email addresses will be obfuscated in the page source."

Invisimail does include a filter tip, but it's never shown because it's wrapped in if ($long) { ... }. The attached patch fixes this, and also provides a shorter filter tip text. You could use my text not, but the main thing is to return a filter tip whether or not $long is set.

Thanks,
Andrew.

CommentFileSizeAuthor
invisimail_filter_tips.patch396 bytesAndrew Schulman
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Andrew Schulman’s picture

Use my text or not, I meant to say :)

Crell’s picture

Status: Needs review » Fixed

I decided that we should improve the text for both versions, so I committed a modified version of this patch that has better text shown for both short and long versions. Thanks!

Status: Fixed » Closed (fixed)

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