tinyMCE winner over FCK and xinha
Posted: Mon Jan 15, 2007 2:04 pm
hi
about xinha editor
my question:
how can i set the base dir of xinha images to upload/images
on the default is demo_images and it is in
xinha/xinha/plugins/extendedfilemanger/ directory
i try this:
$IMConfig['images_dir'] = '../../../../../uploads/images';
the result is that i can see the location of the images and the images apears like a broken link and they dont appear when im inserted also
but i didnt think this is the sollution
also this i must to change
$IMConfig['images_url'] = str_replace( "backend.php", "", $_SERVER["PHP_SELF"] ) . "demo_images";
any ideea how can i codify the configuration?
thanks
about xinha editor
my question:
how can i set the base dir of xinha images to upload/images
on the default is demo_images and it is in
xinha/xinha/plugins/extendedfilemanger/ directory
i try this:
$IMConfig['images_dir'] = '../../../../../uploads/images';
the result is that i can see the location of the images and the images apears like a broken link and they dont appear when im inserted also
but i didnt think this is the sollution
also this i must to change
$IMConfig['images_url'] = str_replace( "backend.php", "", $_SERVER["PHP_SELF"] ) . "demo_images";
any ideea how can i codify the configuration?
thanks