Changes between Initial Version and Version 2 of Ticket #4727
- Timestamp:
- Nov 30, 2009, 1:15:08 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4727
- Property Keywords Pending added; email encode spam removed
-
Property
Priority
changed from
High
toNormal
-
Ticket #4727 – Description
initial v2 3 3 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: 4 4 5 {{{ 5 6 FCKConfig.EMailProtection = 'none' ; // none | encode | function 6 7 FCKConfig.EMailProtectionFunction = 'mt(NAME,DOMAIN,SUBJECT,BODY)' ; 8 }}} 7 9 8 10 to the fckconfig.js in the custom dir. But the encoding is not turned off.