Hello,
I am trying to convince CKEditor 4 to read plugins form different folder (whole CKEditor is in subfolder e.g.: '/js/ckeditor/…').
I have been pushing paths to editor and plugins following way:
CKEDITOR.basePath = '/js/ckeditor/'; CKEDITOR.plugins.basePath = '/js/ckeditor/plugins/';
CKEDITOR it self is working fine but plugins does not seems to take basePath in account and still looks in path '/plugins/…'
Do I miss something?
same problem
precisely the same problem I just ran into! CKEDITOR.plugins.basePath appears to be ignored
Thanks dr3d – In that case it
Thanks dr3d – In that case it seems to be a bug.
If you feel you found a bug
If you feel you found a bug in CKEditor, please be so kind as to report it on our Development site as we are unable to follow bug reports submitted on the forum, in blog comments, etc. Thanks!
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!
Hello Anna,
Hello Anna,
I already tried to do that. Unfortunately there is another process for registration on Development site and it makes it time consuming. Please think about single sign-on. It makes sense to ask on forum and than report bug as one user, doesn't it?
Thanks Tomas
that's true, i had this issue
that's true, i had this issue
alternatively, you can set a global variable before to load ckeditor script, like
this will change basepath for plugins also.