Hi all,
I'm integrating FCKEditor to a CMS backend.
I enable the "File Browser" plugin and configure it :
$Config['UserFilesPath'] = '../frontend/resource/' ;
$Config['UserFilesAbsolutePath'] = '/var/www/cms/frontend/resource/';
WHen I browse my images, no pb.
When I choose on, it does not appear in dialog window.
When I close the dialog window, it does not appear in fckeditor iframe.
But When I publish my page, it appears.
If I change the $Config['UserFilesPath'] in "../../../', it appears in FCKEditors window, but not in published page.
Any idea ?
FYI : this is my CMS structure :
/var/www/cms
- frontend / index.php : page displaying the published pages
- backend / index.php : backoffice page (where fckeditor textarea is located)
- backend / fckeditor / editor / filebrowser : the filebrowser plugin directory.
Many Thanks !
I'm integrating FCKEditor to a CMS backend.
I enable the "File Browser" plugin and configure it :
$Config['UserFilesPath'] = '../frontend/resource/' ;
$Config['UserFilesAbsolutePath'] = '/var/www/cms/frontend/resource/';
WHen I browse my images, no pb.
When I choose on, it does not appear in dialog window.
When I close the dialog window, it does not appear in fckeditor iframe.
But When I publish my page, it appears.
If I change the $Config['UserFilesPath'] in "../../../', it appears in FCKEditors window, but not in published page.
Any idea ?
FYI : this is my CMS structure :
/var/www/cms
- frontend / index.php : page displaying the published pages
- backend / index.php : backoffice page (where fckeditor textarea is located)
- backend / fckeditor / editor / filebrowser : the filebrowser plugin directory.
Many Thanks !