I've tried using the CustomConfigurationsPath: $oFCKeditor->Config['CustomConfigurationsPath'] = "./../../site2/includes/FCKeditorConfig.php"; with: [php] global $Config ;
// Path to user files relative to the document root. $Config['UserFilesPath'] = '/site2/UserFiles/' ; // Fill the following value it you prefer to specify the absolute path for the // user files directory. Usefull if you are using a virtual directory, symbolic // link or alias. Examples: 'C:\\MySite\\UserFiles\\' or '/root/mysite/UserFiles/'. // Attention: The above 'UserFilesPath' must point to the same directory. $Config['UserFilesAbsolutePath'] = '/localDir' . $Config['UserFilesPath'];
[/php]
but no luck.
I'm out of options now. I've made a bug report as well on this topic. Hopefully somebody can help me.
RE: $oFCKeditor->Config['UserFilesPath'] isn
$oFCKeditor->Config['CustomConfigurationsPath'] = "./../../site2/includes/FCKeditorConfig.php";
with:
[php]
global $Config ;
// Path to user files relative to the document root.
$Config['UserFilesPath'] = '/site2/UserFiles/' ;
// Fill the following value it you prefer to specify the absolute path for the
// user files directory. Usefull if you are using a virtual directory, symbolic
// link or alias. Examples: 'C:\\MySite\\UserFiles\\' or '/root/mysite/UserFiles/'.
// Attention: The above 'UserFilesPath' must point to the same directory.
$Config['UserFilesAbsolutePath'] = '/localDir' . $Config['UserFilesPath'];
[/php]
but no luck.
I'm out of options now. I've made a bug report as well on this topic. Hopefully somebody can help me.
--
Thanks
Paul