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

Forum

Email Problem with FCKEditor
Last Post 2009-12-10 12:27 PM by Lee Sykes. 19 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Max DagenaisUser is Offline
Nuke Active Member
Nuke Active Member
Posts:29

--
2009-02-17 10: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
Aggiedan97User is Offline
Nuke Master
Nuke Master
Posts:121

--
2009-02-17 10: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 DagenaisUser is Offline
Nuke Active Member
Nuke Active Member
Posts:29

--
2009-02-18 11: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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-02-18 02:07 PM  
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 DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Max DagenaisUser is Offline
Nuke Active Member
Nuke Active Member
Posts:29

--
2009-02-19 01:45 AM  
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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-02-19 05:25 PM  
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 DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Max DagenaisUser is Offline
Nuke Active Member
Nuke Active Member
Posts:29

--
2009-02-20 01:38 AM  
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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-02-20 04:09 AM  
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 DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Aggiedan97User is Offline
Nuke Master
Nuke Master
Posts:121

--
2009-02-28 04:44 AM  
Joe - I have question for you I would like to email you offline about - would you please post your email address.
CubeDwellerUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2009-03-03 07:33 PM  

We have the same issue (4.9.0).

Anyone know how to fix this?

 

CubeDwellerUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2009-03-03 09: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 DagenaisUser is Offline
Nuke Active Member
Nuke Active Member
Posts:29

--
2009-03-03 11: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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-03-04 12:24 AM  
Thanks for your contribution!

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Kevin WingUser is Offline
Nuke Active Member
Nuke Active Member
Posts:26

--
2009-07-23 03:40 PM  
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 SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2009-07-24 08: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/DNNCreative

Lee Sykes's Facebook Profile
UConnectUser is Offline
Nuke Newbie
Nuke Newbie
Posts:7

--
2009-07-25 04:16 AM  
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 WingUser is Offline
Nuke Active Member
Nuke Active Member
Posts:26

--
2009-07-29 02:15 PM  
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 WingUser is Offline
Nuke Active Member
Nuke Active Member
Posts:26

--
2009-07-29 02:24 PM  

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 MaudsleyUser is Offline
Nuke Active Member
Nuke Active Member
Posts:24

--
2009-11-23 06: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 SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2009-12-10 12:27 PM  
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/DNNCreative

Lee Sykes's Facebook Profile
You are not authorized to post a reply.

Active Forums 4.3

Latest Forum Posts

Enforce Terms Tutorial Update by Vistalogix Corporation
I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
RE: Best Practices for Modifying a Custom Module by Joseph Craig
Start up the development website, then install the module using the package that you have. Then, yo
Best Practices for Modifying a Custom Module by schilders
Good Morning, I'm needing to modify a custom built module created by another developer targeted f
RE: Admin menu problem by alireza arabiyan
hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
RE: Admin menu problem by Joseph Craig
Yes, that is what you should have done. What is the URL for your home page? What is the URL for
RE: Admin menu problem by alireza arabiyan
hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
RE: Admin menu problem by Joseph Craig
How did you move it? Have you added an entry in the portalalias table for the site's domain name?
RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
Set up a user with dbo privileges and set the connection string for that user, rather than using Win
Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
Admin menu problem by alireza arabiyan
hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config procedure
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config
dnn 4.4 upgrade issue by imran shaikh
hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
RE: How to build Skins for DNN 6.x by Joseph Craig
I'd recommend that you try replacing the hard-coded text with the DotNetNuke Text skin object. That
RE: Module permission does not work! by Joseph Craig
What permissions have you give to that role?
RE: DNN nav issue by Joseph Craig
Are you using a custom skin? How often does this happen?
RE: Friendly URLs Broken by Joseph Craig
I don't entirely understand this, but I'm glad you got things working.
RE: How to build Skins for DNN 6.x by Christopher Adamakis
Dear all, I have one more question regarding greek fonts. If you check my site http://www.expertsoft
RE: Dnn local setup problem by imran shaikh
this is error is resolve now now getting this one Server Error in '/cooperpharma.ma' Applicat
RE: Module permission does not work! by Abraham Tameru
I created a special role for the user to administer the site. The user is not a member of the Admini
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds