Hi,
I'm trying to make a manager using your faboulous software
FCKeditor. I'm trying to change $Config['UserFilesPath'] variable in function of section in the web manager. For example: http://www.url.com/seca --> $Config['UserFilesPath']='www.url.com/manager/seca' and when URL is http://www.url.com/secb --> $Config['UserFilesPath']='www.url.com/manager/secb'. It's possible to do it?
I tried with $FCKobject -> Config = ['UserFilesPath'] = $url; but it doesn't.
Who can help me please?
Mon, 02/04/2008 - 20:32
#1

Re: Can it modify $Config['UserFilesPath'] through object?
I did it, just to modify config.php files in folders: FCKeditor\editor\filemanager\browser\default\connectors\php and FCKeditor\editor\filemanager\upload\php.
.
There I started session using session_start(); and then all it's just to play with $_SESSION variables