Hi!
I was having an issue getting CKFinder to work properly, but since upgrading to V2 I have a new problem.
I install the new versions CKEditor and CKFinder, and I am able to go to the _sample folder's CKEdtior page and use ckFinder just fine, but when I attempt to integrate it into my own code I get no "Browse Server" button in the CKEditor popups.
The following is the code I use:
The file that is using this code is in a folder. So, in other words, one folder from the root.
The CKEditor and CKFinder are just in their own ckeditor and ckfinder folders.
I was having an issue getting CKFinder to work properly, but since upgrading to V2 I have a new problem.
I install the new versions CKEditor and CKFinder, and I am able to go to the _sample folder's CKEdtior page and use ckFinder just fine, but when I attempt to integrate it into my own code I get no "Browse Server" button in the CKEditor popups.
The following is the code I use:
var editor_1 = CKEDITOR.replace('content_articles', { toolbar: 'Compact' }); CKFinder.SetupCKEditor( editor_1, '../ckfinder/' );
The file that is using this code is in a folder. So, in other words, one folder from the root.
The CKEditor and CKFinder are just in their own ckeditor and ckfinder folders.
Re: Integration with CKEditor not working
I put a capital S in
It should be