Hi!
I searched for "UserFilesPath" in this forum...
lot of hits where found but - nothing works
SO PLEASE HELP US:
When will there be something like this:
<?php $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = '/FCKeditor/'; $oFCKeditor->UserFilesPath = "/content/".$user; $oFCKeditor->Value = 'Default text in editor'; $oFCKeditor->Create() ; ?>
RE: individual UserFilesPath
Disadvatage is that you will probably have to get the $user from a session variable in the config.php.
RE: individual UserFilesPath
yes fstuurman,

i tried your concept with
-------------
session_start();
...
-------------
but for me it works not fine
(in several cicumstances it is unsafe...)
i need another solution :/