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
[SOLVED] Protect tinyconfig.tpl from updates
[SOLVED] Protect tinyconfig.tpl from updates
Last edited by nils73 on Thu Oct 08, 2009 4:22 pm, edited 1 time in total.
Re: Protect tinyconfig.tpl from updates
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:
Regards
Nils
- 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
Regards
Nils