-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I use InnovaStudio WYSIWYG Editor, and I am trying to replace InnovaStudio's Asset Manager with CKFinder. There's a line in the editor configuration for what URL to use for the asset manager. I have pointed it at CKFinder. The part I can't get to work is getting the field to populate with the double-clicked…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We use CKEditor and CKFinder for Coldfusion in many of our CMS applications. These apps point to different sites on our server, so we want CKFinder setup to upload files to directories specific to each app. But we one want one shared location for the CKEditor and CKFinder files on the server.
In…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
On the one hand there is http://ckfinder.com/
CKFinder or the people behind it have always been very vague about their licenses when we asked information about them, so we aren't really fond of using their commercially licensed products.
So I've looked for an alternative and found http://kcfinder…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We're using CKFinder for one of our sites, which has been working fine for us until we moved to a new dedicated server (which is similar but not exactly the same as the old server). Now we cant upload, the AJAX request simply never finishes.
From monitoring it in Firebug it attempts to POST to here:
http://www…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I know it is possible to load a custom config file for CKFinder
CKFinder.config.customConfig = baseUrl + '/js/ckfinder_config.js';
However, when I load CKFinder within the CKEditor I don't know how to load the custom config for CKFinder. I only got these options:
CKEDITOR.editorConfig = function(…
>>> More