Hi All,
I'm quite newbie so sorry for this question.
I'm working on a multiuser system so it could be the best if I make more configuration files. One for normal users who can't do serverbrowsing and one for admins who can do serverbrowsing.
I set to "false" all server browsing variables in the fckconfig.js file. And I made an admins.js file in the same directory.
In the php file I did the followings when I created editor object:
I found this "runtime" method in the manual. But it seems it doesn't work. Server browsing is not accepted. So maybe the default config settings are not overwrited with the new settings.
How can I use correctly the separate config files? Or where I made the mistake?
Thank you!
I'm quite newbie so sorry for this question.
I'm working on a multiuser system so it could be the best if I make more configuration files. One for normal users who can't do serverbrowsing and one for admins who can do serverbrowsing.
I set to "false" all server browsing variables in the fckconfig.js file. And I made an admins.js file in the same directory.
In the php file I did the followings when I created editor object:
$editor->Config["CustomConfigurationsPath"] = "admins.js";
I found this "runtime" method in the manual. But it seems it doesn't work. Server browsing is not accepted. So maybe the default config settings are not overwrited with the new settings.
How can I use correctly the separate config files? Or where I made the mistake?
Thank you!