I use ckfinder integrated with ckeditor. It works like a charm!!
I would like to have different ckfinder configs depending on what I use it for. For example:
I have two different types of documents on my website. I can define separate ckeditor configs for each type of document. For each type I would also like to have a different ckfinder config, with separate base paths etc...
Is it possible to define a config file with a ckfinder instance as you can with ckeditor?
Tx,
Mario.
I would like to have different ckfinder configs depending on what I use it for. For example:
I have two different types of documents on my website. I can define separate ckeditor configs for each type of document. For each type I would also like to have a different ckfinder config, with separate base paths etc...
Is it possible to define a config file with a ckfinder instance as you can with ckeditor?
- ckfinder 1.4
ckeditor 3.0
Tx,
Mario.

Re: Multiple configs
http://docs.fckeditor.net/CKFinder/Deve ... Properties
CKFinder.SetupCKEditor( editor, { BasePath : '../../', Id : 'gallery' } ) ;if ($_GET['id'] == 'gallery') { $baseUrl = .... $baseDir = .... }Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+