I'm using the coldfusion version of the fck editor and the only problem I have is that the images do not show in the editor. I don't use the fck_editor to upload images, but i need to be able to have the images render in the editor. Right now they appear as broken links.
How can you define the image path for the editor? My images are outside of the fckeditor directory.
How can you define the image path for the editor? My images are outside of the fckeditor directory.
RE: Custom Image path
- type the absolute adress ass in the image property window
- if you want to use the select image on the serveur you have to cahange the pass in the config.cfg file of the connector in FCKeditor/editor/filemanager/connector/cfg/
ex in PHP
$Config['UserFilesPath'] = '/work/images/' ;
RE: Custom Image path
RE: Custom Image path
I need to know how to take an absolute path from a subsite and turn it into a static path from it's sister mainsite. I'm using the joomlafck, but I assume the config file for both pathwise is not terribly differnt.
Here's the path I'm not sure how to make a static path:
// Added by Franki Cheung 20060105
require_once("../../../../../../../configuration.php");
$parent = str_replace( "//", "/", $mosConfig_absolute_path );
$parent = str_replace( $_SERVER['DOCUMENT_ROOT'],"", $parent );