Page 1 of 1
[SOLVED] Protect tinyconfig.tpl from updates
Posted: Wed Oct 07, 2009 7:26 pm
by nils73
Is there a way to protect tinyconfig.tpl from updates? I load several extensions (i.e. templates) and each time I update, I have to upload the config-file once again and run a diff to see if there have been major changes. Would be nice if someone could point out a solution how to get around it ...
Regards,
Nils
Re: Protect tinyconfig.tpl from updates
Posted: Wed Oct 07, 2009 8:51 pm
by vilkis
Re: Protect tinyconfig.tpl from updates
Posted: Thu Oct 08, 2009 4:22 pm
by nils73
Great! That was what I was looking for. I knew that calguy pointed out something like this a few years ago. But I could not find it here anymore. Here is how I did it:
- create a folder named module_custom next to modules directory
- create subfolder named TinyMCE
- create subfolder within TinyMCE named templates
- copy tinyconfig.tpl with your modifications to module_custom/TinyMCE/templates
If you upgrade now, all settings will remain intact.
Regards
Nils