Hi,
I set up both ckeditor (ckedito_3.6.1) and ckfinder (ckfinder_php_2.0.2) in a web page. They both work individualy.
To launch CKEditor I do :
require_once 'ckeditor/ckeditor.php'; $wysiwyg_teaser = new CKEditor(); $wysiwyg_teaser->editor('teaser', $value);
Re: Tyring to set up ckfinder in ckeditor
I am not sure which docs you are referring to, but if you are using PHP, did you read this article: http://docs.cksource.com/CKFinder_2.x/D ... ntegration ?
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!
Re: Tyring to set up ckfinder in ckeditor
I was refering to this : http://docs.cksource.com/CKEditor_3.x/D ... ploader%29
Thanks for the article, I'll go take a look