Hi,
i am programming a connector in python for django homepages.
My problem is:
How can i change the connector url from "ck_base_path/core/connector/php/connector.php" to "/ckfinder-connector/" on the client site?
For the FCKEditor i had to change:
oFCKEditor.Config["CustomConfigurationsPath"] = "/media/js/admin-edit_fckeditor_config.js";
in the html embedded javascript init function
and:
FCKConfig.ImageUploadURL = '/fckeditor-connector/uploader/';
in the config file
Do you know where i have to change this in the CKFinder files?
Thanks, Yanick
i am programming a connector in python for django homepages.
My problem is:
How can i change the connector url from "ck_base_path/core/connector/php/connector.php" to "/ckfinder-connector/" on the client site?
For the FCKEditor i had to change:
oFCKEditor.Config["CustomConfigurationsPath"] = "/media/js/admin-edit_fckeditor_config.js";
in the html embedded javascript init function
and:
FCKConfig.ImageUploadURL = '/fckeditor-connector/uploader/';
in the config file
Do you know where i have to change this in the CKFinder files?
Thanks, Yanick
Re: Porting CKFinder to Django (Python)
You have to edit files located in core/js, search for
and replace it with your own value.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Porting CKFinder to Django (Python)