I'd like to use the CKEditor and CKFinder modules without 'touching' the distribution files.
The rationale here is when a new version is released the distibution folder can simply be overwritten.
Is this a supported deployment scenario?
CKEditor is not a problem, but with CKFinder (apart from copying DLL to bin) there are configuration issues.
I tried copying ckfinder.html to the next folder up and fixing broken paths inside, but came to the conclusion that apart from BaseUrl / BaseDir there are still hardcoded paths inside ckfinder.js that mean the iframe src's are wrong.
Thanks
The rationale here is when a new version is released the distibution folder can simply be overwritten.
Is this a supported deployment scenario?
CKEditor is not a problem, but with CKFinder (apart from copying DLL to bin) there are configuration issues.
I tried copying ckfinder.html to the next folder up and fixing broken paths inside, but came to the conclusion that apart from BaseUrl / BaseDir there are still hardcoded paths inside ckfinder.js that mean the iframe src's are wrong.
Thanks
Re: CKFinder Configuration Options
Re: CKFinder Configuration Options
Once again, can you confirm there's a 'hard-coded' paths problem in ckfinder.html?
Because I believe I ought to be able to take this outside the distribution
Thanks