Hi all,
I am using DNN 4.8.3, and I want to replace the default file manager used by the FCKeditor (2.4.1) with CKfinder (1.2.3), as it looks nicer and will allow me to delete files.
I've followed the instructions from the CKfinder website, and I can successfully get CKfinder's sample standalone.aspx page to come up and show the file manager, looks great.
But the default file manager still comes up when I click the image link within the FCKeditor.
I have changed the settings in \Providers\HtmlEditorProviders\Fck\Custom\fckconfig.js and even \Providers\HtmlEditorProviders\Fck\FCKeditor\fckconfig.js with the following:
FCKConfig.ImageBrowserURL = '/ckfinder/ckfinder.html?type=Images' ;
FCKConfig.ImageUploadURL = '/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Images' ;
But these changes don't seem to have taken effect. Has anyone done this before? Any idea what I'm missing?
Thanks in advance!
Jason