You are not logged in.
Pages: 1
I have my user-called page in the BASE URL/sandbox/2011/ directory and Xinha in BASE URL/sandbox/2011/xinha.
When inserting an image into the editor, it only shows a placeholder and uses the base server url but strips the sandbox/xinha from the image location in the html.
It shows <img src="http://xxxxxxxx.com/images/image.jpg"> but should show <img src="http://xxxxxxxxx.com/sandbox/images/image.jpg">
Here is a part of my config:
with(xinha_config.ImageManager)
{
<?php
require_once('xinha/contrib/php-xinha.php');
xinha_pass_to_php_backend(
array(
'images_dir' => '../../images',
'images_url' => '../../sandbox/2011/xinha/images',
'allow_upload' => true
)
);
?>
}
ANY SUGGESTIONS?
Offline
Pages: 1