hi folks
i am just beginning to use ckeditor, after many happy years of fckeditor use
i have downloaded the package, as well as (demo) ckfinder and am trying to set it up to demo it (on my remote server)
i have setup the authentication function, done the various baseUrl configs etc, but i still dont see the "upload" tab in the file/image interface.
when i access the ckfinder directly (samples folder) - it DOES work.
am i missing something really simple??
thanks!
PS: what does ckfinder do in demo mode, and not in full use?
Thanks~!
Wed, 09/21/2011 - 23:14
#1
Re: ckfinder installation - cant find "upload" option!
Have you read the "CKEditor Integration" Developer's Guide article (like this one for PHP)?
Have you tried the "CKEditor integration" sample? See its source code to check how the integration is done.
As for the demo vs. paid version: the demo version is a full-featured product since it serves the purpose of showing the CKFinder possibilities. It can only be used for evaluative/ demonstration purposes, in a test environment, not for commercial purposes. Once you evaluate the program you should either buy a license or delete it if the application does not suit your needs. See the license for more information.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: ckfinder installation - cant find "upload" option!
Thanks very much for the quick reply.
I am actually using ASP, so I understand I should be looking at http://docs.cksource.com/CKFinder_2.x/D ... ntegration
but its still unclear to me, even after having looked at the demo - where does this setup info go?
I am using the jquery adapter, and have made some small changes via the config.js file.
Where do I do the setup for ckfinder? I wouldn’t want to do it on each page - rather sometime global that would effect all instances.
Thanks again!
Re: ckfinder installation - cant find "upload" option!
Try editing ckeditor/config.js as explained here: Enabling CKFinder.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: ckfinder installation - cant find "upload" option!