You need to Register for free and Login to post a message in the forum.

Forum

Subject: Email Problem with FCKEditor
Prev Next
You are not authorized to post a reply.

Author Messages
Max Dagenais
DNN Creative Magazine Subscriber
Nuke Active Member
Nuke Active Member
Posts:27

17 Feb 2009 4:42 PM  
Hello,
We've recently discovered an error when adding email links using FCK Editor.
We are using DNN 4.9.1

After clicking the email link in the text module, it directs the user to a blank page show to mailto: code.
The email client opens up to display the email to be sent but the problem is the blank page.

You can view the problem here: http://www.test.trimaxsolutions.com/ - click the Add Content link in the text html module on the right.

We'd appreciate if someone could help with a solution to this.

Thanks

Paul
Aggiedan97
DNN Creative Magazine Subscriber
Nuke Pro
Nuke Pro
Posts:73

17 Feb 2009 4:49 PM  
Have you done anything to the link through the 'edit link' right click option in the editor or did you just enter an email address and hit the space bar and let it do its thing?
Max Dagenais
DNN Creative Magazine Subscriber
Nuke Active Member
Nuke Active Member
Posts:27

18 Feb 2009 5:38 AM  
Thanks for your reply.

The link was created by clicking the edit link button, selecting email from the drop down then typing in the details from there.


Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5331


18 Feb 2009 8:07 AM  
It works fine when I try it. 

Clicking the link opens a mail window on my computer with an email addressed to paul@paul.com and a subject of test.  They body of the message is empty.

If you are getting an empty window, it may well be that your default mail program (on your computer, not the DotNetNuke website) is configured badly.

Joe Craig
DNN Creative Support
Subscribe to the website
Max Dagenais
DNN Creative Magazine Subscriber
Nuke Active Member
Nuke Active Member
Posts:27

18 Feb 2009 7:45 PM  
Thanks for your replies.

In Firefox it seems to work fine.
The problem seems to be when using IE 7 - is this the case when you test it?

Instead of leaving the user on the same page they are presented with a blank screen with only this email string:

mailto:email@domain.com?subject=Test

I'll check further whether its to do with the default mail program (in this case outlook).

thanks again for your help.
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5331


19 Feb 2009 11:25 AM  
I tested with Firefox.

I just tested with IE and got the correct popup. But, IE also took me to a new page that had the ext of the mailto link in it.

Joe Craig
DNN Creative Support
Subscribe to the website
Max Dagenais
DNN Creative Magazine Subscriber
Nuke Active Member
Nuke Active Member
Posts:27

19 Feb 2009 7:38 PM  
Thanks for following it up Joe. As you correctly pointed out, the problem is the page showing the mailto: link in IE.
Do you have any idea what may be causing this?
Have you experienced this before.
We are using DNN 4.9.1

Paul
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5331


19 Feb 2009 10:09 PM  
I don't know what the problem might be. You might want to experiment with a simple html version of a mailto, where you code it in specifically, and see if that works.

Joe Craig
DNN Creative Support
Subscribe to the website
Aggiedan97
DNN Creative Magazine Subscriber
Nuke Pro
Nuke Pro
Posts:73

27 Feb 2009 10:44 PM  
Joe - I have question for you I would like to email you offline about - would you please post your email address.
CubeDweller
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:4

03 Mar 2009 1:33 PM  

We have the same issue (4.9.0).

Anyone know how to fix this?

 

CubeDweller
DNN Creative Magazine Subscriber
Nuke Newbie
Nuke Newbie
Posts:4

03 Mar 2009 3:25 PM  

Found this at the FCKeditor forum.

http://dev.fckeditor.net/ticket/2488

I edited the mentioned JS file and it seems to work now.

Max Dagenais
DNN Creative Magazine Subscriber
Nuke Active Member
Nuke Active Member
Posts:27

03 Mar 2009 5:48 PM  
Thanks for that link as it does work.

Basically:

If you change the config to FCKConfig.EMailProtection = 'none' ; you should get the old behaviour (and I think that it should be the default, because those encrypted links aren't usable by people with javascript disabled.

Cheers,

Max.
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5331


03 Mar 2009 6:24 PM  
Thanks for your contribution!

Joe Craig
DNN Creative Support
Subscribe to the website
Kevin Wing
Nuke Active Member
Nuke Active Member
Posts:25

23 Jul 2009 9:40 AM  
Hi all,

Apologies if this has been covered, i have read through this thread but really just wanted to clarify.

1. Im using DNN 4.9.0.
2. Users are adding content to their sections, and inserting an email link.
3. When this link is clicked on, a new browser window opens with page cannot be displayed.

I have added a link into MS word which opens my Outlook client, so its not config at that end.

- When people mention fckEditor, is this the content editor where the users are adding links?
- Is there a clear easy solution as to why the email client is not opening, and im getting page cannot be diaplayed?

Any information would be greatly appreciated.

Thanks,

Kevin.




Lee Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5287


24 Jul 2009 2:19 AM  
hello,

Yes the FCK editor is the default text editor that is available in the text / HTML module.

Have you tried making the change to the fck.config file as mentioned earlier in the thread?

Go to :

Root of your DotNetNuke files / providers / HTML editor providers / FCK / custom / fckconfig

Open in Notepad or visual web developer express etc.

Change or add to the file:

FCKConfig.EMailProtection = 'none'

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
UConnect
Nuke Newbie
Nuke Newbie
Posts:8

24 Jul 2009 10:16 PM  
I had the same problem and I got round it by hardcoding the mailto link. That stops it from going to a blank page. Not ideal but a good workaround. Have not tried the change to the config file
Kevin Wing
Nuke Active Member
Nuke Active Member
Posts:25

29 Jul 2009 8:15 AM  
Yeah i have just tried adding... 

   FCKConfig.EMailProtection = 'none'

...to the fckconfig.js file, but unfortunately it hasnt made any difference.

Even when i just hover over the link its pointing to http\\[servername]\dotnetnuke\etc etc ?

Ginnie, when you said you hard coded it, you mean you just added mailto to the email link itself through the editor?


Kevin Wing
Nuke Active Member
Nuke Active Member
Posts:25

29 Jul 2009 8:24 AM  

Ignore that last post!!!!!! It does work. I just pasted the line in from that message above, and forgot the all important ;

School boy error!!

Thanks for your help.

Ken Maudsley
DNN Creative Magazine Subscriber
Nuke Active Member
Nuke Active Member
Posts:23

23 Nov 2009 12:35 PM  
I've done this and checked and double-checked. I included the ";". I've cleared cache. I've been working on this for days. IE still creates this error for me. Can you think of anything else that might be at play for me? I did create custom styles in Custom Editor Options as described by Lee's tutorial, but I don't think that affects this issue.
Lee Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5287


10 Dec 2009 6:27 AM  
Ken, are you still having problems with this? It shouldn't affect it having Custom Editor Options

From these instructions . . .

Go to :

Root of your DotNetNuke files / providers / HTML editor providers / FCK / custom / fckconfig

Open in Notepad or visual web developer express etc.

Change or add to the file:

FCKConfig.EMailProtection = 'none'

. . . .

Do a CTRL + F and enter "FCKConfig.EMailProtection" to double check there are not 2 lines of this code in the fckconfig file

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
You are not authorized to post a reply.
Forums > DotNetNuke® > DotNetNuke® Questions > Email Problem with FCKEditor



ActiveForums 3.7

Latest Forum Posts

RE: Module Advanced Setting by jncraig
The module contents is distinct and separate from the Module's container on a particular page. Wh...
RE: Community Edition Question by jncraig
The UDT Module has a new name: Form and List. Look for that. If it is not installed, it shoul...
DataSpring Opt In Module - Scheduler Question by wynnjon
Hey-I was wondering if anything special had to be done to keep the site alive so that the scheduler ...
RE: the now content not showing and still showing the old one by jncraig
You probably can't. Your browser is caching the old flash file, and CRTL-F5 forces a reload. If yo...
RE: Nav Menu v2 for DotNetNuke v5 - Issue 52 by jncraig
Here is a nice little blog entry on the subject.(Basically, though, this gives you a nice and clean ...
RE: Flash in the HTML Module by robmacker
OK, so i commented out my AC_RunActiveContent.js file and my HTML module runs the same -- telling me...
RE: Flash in the HTML Module by mcmanta
I had the same problem before. I noticed I had some HTML tags from some error text I copied. I was a...
RE: Creating Portals before setting the host by cyborama
Thanks for the reply Joe, The way my hosting company does things they don't have per say host hea...
RE: Flash in the HTML Module by robmacker
Wow, why does the forum format my question to make it basically unreadable?? I certainly did not typ...
Flash in the HTML Module by robmacker
Hello members! I have a simple flash application that was written for an HTML page and i'm trying...
Send email with Dynamic Forms Results by jesp17
Hello, Is there a way to automatically generate a report with all form results and then send this r...
Community Edition Question by idesofmarch
I'm learning a lot just browsing around here. Wish I could delete my question below. Oh well. Wher...
RE: DNN Site crashed after module install by mcmanta
I found a work around. Looks like the module replaces the Telerik.Web.UI located in the bin folder o...
RE: iHostASP by chandirika
Hi,I am reselling account with this http://www.goresellers.com/ site ,for my web site's web hosting...
the now content not showing and still showing the old one by wael_e
after i uploading the new contenct in my website and i uploading static html page have introdaction ...
RE: Regular Expression by jumatthey
Hi, Thank you very much Mark. It is indeed a name I am checking. Thank you for your help, very mu...
RE: How to do links? by Guy..L
I think this website is properly structured in that I can drop the requirement to exclude certain pa...
RE: Nav Menu v2 for DotNetNuke v5 - Issue 52 by kparker
What are the advantages of setting the RenderMode to UnorderedList for the Nav Menu? How can this b...
RE: DNN Site crashed after module install by jncraig
Most likely, the module that you installed uses a Telerik library that is different from the one tha...
DNN Site crashed after module install by mcmanta
Hello All,I'm using DNN 5.2.3 after install everything was working fine. I installed the 365 Simple ...
DotNetNuke Modules
RSS Feeds