JeffH:....Question in this. While we are building our own sites, a lot is dependent upon these skins (unless you build them yourself). So they do an update with additional features, but the update does away with prior features that I liked. How would one retain those features they liked, but still get the additional features of the new skin?...
It depends on the method you choose to use to alter your skins.
Optional Methods to Alter Skins:
#1) Download the .tpl files of your skin and alter them on your pc with a development tool like dreamweaver, phpstorm, or a text editor. Then re-upload your altered template to your site.
#2) Use the built in editor in the ACP of your site to change the code via the TEMPLATES tab.
If you are using the first method, #1, then you would use a version control system to keep track of changes to the code. The teams preference for a version control system is GIT but you could use whatever you liked.
If you are using the second method, #2, then you would alter the templates to get them how you like them then when an update comes in you could use the COMPARE button to compare how your changes line up with the new updates, then just add in the changes you want.
updated by @michael: 12/29/14 09:23:54AM