I'm taking over a project where the original developer customized JomSocial and wrote directly to:
components/com_community/templates/jomsocial/layouts
And created there folders aswell as wrote into files like base.php and so on.
The current customized version of JomSocial is 4.0.9 and I need to update to the latest - 4.4.5, the Joomla version is - 3.8.1
I understand I need to create an override folder in my template folder like that for an example of the base.php file for each of the changes:
/templates/yourTemplateName/html/com_community/layouts/frontpage/base.php
But in order to keep the changes the developer made and have the latest version of JomSocial while not hindering further updates like in this situation I would have to if I'm not mistaken:
Separate the changes from the core files he made on 4.0.9.
Create folders and files in my templates folder for each core files I need to customize and have them include only the changes the developer made with an updated version of 4.4.5.
Am I getting this right? is there another way to do it? any help would be greatly appreciated.