This topic is locked

fckeditor config.php file

4/22/2009 1:58:02 PM
PHPRunner General questions
hfg author

Is there someway to keep the config.php file for fckeditor from being replaced every time I rebuild my project?
I have configured it so I can upload images using it (a very nice feature to have). But I currently have to reedit (or replace) the file every time I rebuild my project, which at the moment is frequently as I am still developing it.

Sergey Kornilov admin 4/22/2009

You can make changes in config.php file in the directory where FCKEditor installed (plugins) to make this change permanent.

J
Jepsen 4/22/2009

You can make changes in config.php file in the directory where FCKEditor installed (plugins) to make this change permanent.


I am also fustrated about the same. Your proposal is ok if you have only one project. But the configuration is site specific, so it does not work if you have several projects.

Sergey Kornilov admin 4/22/2009

Let me think how we can handle this.
Probably that should be an option to prevent non-changeable files (plugins) from being overwritten.

hfg author 4/23/2009

I agree with Morten Jepsen, thanks for looking at this. I just started using the editor I really like it's functionality.

J
Jepsen 4/23/2009

I have my personal procedure that I follow
once i have compiled my project and uploaded files, i setup the fck config file so it works
Then i create a copy of config file with different name.
for every subsequent build, i tave to copy myr backup and change the name.
Inconvenient, but it works
Morten

B
barlow 4/24/2009

I have several sites that take the same PHPRUNNER output, but with several site-specific modifications and localisations. The PHPRUNNER part is the 'portal', and I have a 'PortalFiles' directory in each tree with the custom files plus a .BAT file that copies these over to their relevant places. (Yes, a Makefile could be configured to do this too, just haven't got round to it yet, sigh). I have to remember to run the copy function after each PHPRUNNER build.