I would love to be able to add turning off “encode_email” to the functionality in this plugin (so I could turn off the javascript hider code on templates sent as html email), but am not sure what to do beyond adding
$TYPE->encode_email = FALSE;
under
$TYPE = new Typography;
$TYPE->convert_curly = FALSE;
if that’s even the right thing to do.
Does look interesting, but (if I’ve got this right) it does still seem to require use of “encode” in the templates w/global setting for auto-linking turned off?
For my site, I have 100+ existing pages where I want the auto-linking and Java encode works just fine, and maybe 5-6 email templates where I simply want the encode turned off so that clickable email addresses will display (we’re not worried about harvesters in this context because these templates are only used for email).
If I can turn off the global setting and manually encode (as has been suggested to others in this forum), I should also have the option to turn on the global setting and manually not encode in the very limited places I need to, rather than doing the counterintuitive thing and adding extra code to the 100+ pages. I just don’t have the programming chops to figure out how to do that in a plugin, or the functionality I’m looking for exists in some other fashion and I just don’t know the right question to ask.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.