Opened 16 years ago

Last modified 16 years ago

#4727 closed Bug

Switch off email encode — at Version 2

Reported by: Gus Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Pending Cc:

Description (last modified by Frederico Caldeira Knabben)

Hi

We recently upraded to DNN 4.9.5 and now find that when users add an email link that this causes a page error. I found a post on the DNN forums with other users having same problem. So I added:

FCKConfig.EMailProtection = 'none' ; // none | encode | function
FCKConfig.EMailProtectionFunction = 'mt(NAME,DOMAIN,SUBJECT,BODY)' ;

to the fckconfig.js in the custom dir. But the encoding is not turned off.

Can you help? I'm not the only one having this problem.

I'm not sure how to check which version we have but it must be the one released with DNN 4.9.5 I guess.

Is there an upgrade?

thanks Gus

Change History (2)

comment:1 Changed 16 years ago by Gus

there should be a carriage return between the two FCKConfig lines but when I posted this was removed..

comment:2 Changed 16 years ago by Frederico Caldeira Knabben

Description: modified (diff)
Keywords: Pending added; email encode spam removed
Priority: HighNormal

Are you sure you have cleared your browser cache after changing the configuration file?

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy