Im really having trouble finding what i've done wrong.
ckeditor 3.6 shows OK,
and the ckfinder 2.0.1 opens fine, But problem is that ckfinder only shows the text "Catalogs" and no images/content/files.
Why doesnt ckfinder use the $baseUrl and $baseDir I have configured in ckfinder/config.php?
--------------------
include_once 'libs/_ckeditor/ckeditor.php';
include_once 'libs/_ckfinder/ckfinder.php';
$ckeditor = new CKEditor();
$ckeditor->basePath = '/libs/_ckeditor/';
$ckeditor->Height = 500;
$ckeditor->Width = 544;
CKFinder::SetupCKEditor($ckeditor, '/libs/_ckfinder/');
$initialValue = "my default text...";
$ckeditor->editor('myfieldname', $initialValue);
--------------------
Thanks and regards
Jovian
ckeditor 3.6 shows OK,
and the ckfinder 2.0.1 opens fine, But problem is that ckfinder only shows the text "Catalogs" and no images/content/files.
Why doesnt ckfinder use the $baseUrl and $baseDir I have configured in ckfinder/config.php?
--------------------
include_once 'libs/_ckeditor/ckeditor.php';
include_once 'libs/_ckfinder/ckfinder.php';
$ckeditor = new CKEditor();
$ckeditor->basePath = '/libs/_ckeditor/';
$ckeditor->Height = 500;
$ckeditor->Width = 544;
CKFinder::SetupCKEditor($ckeditor, '/libs/_ckfinder/');
$initialValue = "my default text...";
$ckeditor->editor('myfieldname', $initialValue);
--------------------
Thanks and regards
Jovian
Re: Ckfinder used in Ckeditor does not show content
Re: Ckfinder used in Ckeditor does not show content
Would be nice with some support, I paid my license as well.
Re: Ckfinder used in Ckeditor does not show content
Hi,