Opened 14 years ago

Closed 14 years ago

#4727 closed Bug (invalid)

Switch off email encode

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 (4)

comment:1 Changed 14 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 14 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?

comment:3 in reply to:  2 Changed 14 years ago by Gus

Replying to fredck:

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

interesting.. I had tried CTRL+F5 in FF and assumed this was enough. But I am using FF 3.5 and things have changed. You must go to recent history and select 'everything' before it will work.

Sorted now. thanks gus

comment:4 Changed 14 years ago by Frederico Caldeira Knabben

Resolution: invalid
Status: newclosed
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