You are not logged in.
Inserting new image at page is ok.
But when open EFM by "Image properties", field "File name" get wrong path included directory name above root path of $IMConfig['images_url']
=====[ my cfg.php: ]=============================
$cfg['site']['url']= "http://".$_SERVER['HTTP_HOST']."/somesoft/";
$cfg['site']['dir']= "c:/apache/htdocs/somesoft/";
$cfg['files']['dir'] = "files";
============================================
=====[ EFM config.inc.php ]=========================
include("../../../cfg.php");
$IMConfig['backend_url'] = "backend.php?__plugin=ExtendedFileManager&";
$IMConfig['base_dir'] = getcwd();
$IMConfig['base_url'] = '';
$IMConfig['images_dir'] = $cfg['site']['dir'].$cfg['files']['dir'];
$IMConfig['images_url'] = $cfg['site']['url'].$cfg['files']['dir'];
============================================
File name when insert new image: /test.jpg
File name when edit properties of image: /somesoft/files/test.jpg
Offline
up
Offline
Where is MootoolsFileManager projects page?
Offline
Instructions are in the config file:
James Sleeman
Offline