Hi all,
I've browsed the forum looking for a solution but i didn't find it.
H'eres my situation:
ckfinder working on php
my site main page which will display the content edited with ckeditor & ckfinder:
http://www.mysite.com/2010/index.php
my admin page containing a form with ckeditor & ckfinder
http://www.mysite.com/2010/admin/index.php
my ckeditor & ckfinder folders
http://www.mysite.com/2010/admin/ckeditor
http://www.mysite.com/2010/admin/ckfinder
the folder where ckfinder images are stored
http://www.mysite.com/2010/_userfiles
ckFinder config file
http://www.mysite.com/2010/admin/ckfinder/config.php
$baseUrl = '../2010/_userfiles/';
Uploading my files to the correct folder is OK.
Here's the problem:
When I browse the server with CKFinder, I choose an image and add it to my textarea. The path in the source code is <img alt="" src="../2010/_userfiles/images/filename.jpg" />
The image does NOT display in the textxarea but it is OK on the final page (out of the admin folder).
My question is: How can I manage paths correctly tho have tumbnail images displayed in the admin folder & end user pages?
Any help is welcome,
Antonio
Wed, 03/31/2010 - 17:21
#1
Re: Path / folder problems
The best way it will be to use
Re: Path / folder problems
Thanks for your help it works bu I made some little changes:
In my ckFinder config file
http://www.mysite.com/2010/admin/ckfinder/config.php
I kept the opening . . / to jump out of the admin folder.
in my CKEditor custom config.js file I had to put an absolute path for baseHref