Page 1 of 1

tinyMCE winner over FCK and xinha

Posted: Mon Jan 15, 2007 2:04 pm
by pumuklee
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

tinyMCE winner over FCK and xinha

Posted: Mon Jan 15, 2007 3:12 pm
by pumuklee
so that i find some kind of solution

the solution is tinyMCE

it works great
and it is better that the FCK and xinha

why
better than FCK - it uses relative path not like FCK which by default uses absolute
better than xinha - at xinha a have problems to set the base image dir but with tinyMCE no

so that a big vote for TinyMCE

thats all folks