How to undo Update Changes?
Using Jamroom
derrickhand300:
YES- thats what I have been trying to explain-Its not only the saving of the templates-updates to the tinymce editr ERASE my plugin folders...you explained to me awhile back that i needed to use aparna to make those into custom modules to stop them from being effected...but its easier for me to just add them back to the tinymce plugins folder after each update..:)
That's the correct way though - here's how you want to set it up for EACH plugin:
1) Create acloned aparna module (sounds like you already did this)
2) inside the modules/ClonedModule directory create a directory called "tinymce"
3) upload the custom tinymce plugin to that directory so the plugin.min.js file is located at modules/CustomModule/tinymce/plugin.min.js (this is why you can only have one tinymce plugin per module).
4) repeat steps 1 -> 3 for each tiny mce plugin you have
5) Next, create the tinymce editor override files:
skins/CustomSkin/jrCore_form_editor.tpl
skins/CustomSkin/jrSiteBuilder_form_editor.tpl
Modify those 2 editor templates to include your custom plugins.
That should do it - going forward upgrades should not affect your editor setup.