The forum operates in read-only mode. Please head to StackOverflow for support.
"userfiles/image/bik.jpg"
// Path to user files relative to the document root $Config['UserFilesPath'] = '/admin/fckeditor/editor/filemanager/connectors/php/userfiles/' ;
http://www.yourwebsite.com/admin/fckeditor/editor/filemanager/connectors/php/
http://www.yourwebsite.com/new_section/images
../../../../../../new_section/images
Re: Images shows up broken in editor
Re: Images shows up broken in editor
$Config['Enabled'] = true ;
// Path to user files relative to the document root
$Config['UserFilesPath'] = '/admin/fckeditor/editor/filemanager/connectors/php/userfiles/' ;
'UserFilesPath' is the base (root) URL not the server path...
You need to reinsert the image to your document too as the path hardcoded during insert...
Hope this help. I am using FCKeditor v2.5.1 with Coldfusion 5.
Re: Images shows up broken in editor
Re: Images shows up broken in editor
Re: Images shows up broken in editor
i.e.:
$Config['Enabled'] = false;
$Config['UserFilesPath'] = '/userfiles/';
$Config['UserFilesAbsolutePath'] = '';
Re: Images shows up broken in editor
../../../../../../new_section/images/my_image.jpghttp://www.yourwebsite.com/new_section/images/my_image.jpg