ShikiSuen
Well-known member
Somehow I cannot figure out how XenForo automerges those outdated templates, hence my preferences of reading a diff file and perform manual updates towards the CSCN theme I made and maintained.
Till now, what I do is to follow these steps:
1. Read the XF update announcement to see what templates are modified in the new version.
2. Go to the AdminCP (of my local XF dev instance) and manually copy the old templates into text files managed in a Git repository.
3. Upgrade my local XF dev instance and go to AdminCP to manually copy the new templates into text files for a new git commit.
4. Use my git client to see the differences.
5. Manually synchronize the differences towards my CSCN Anniversary style.
I have ADHD and I think that I am just bad at coding, so the entire process has lack of efficiency.
That's why I think that it'd be greatly helpful if default template changes are provided in ".diff" files per each XenForo version update.
Till now, what I do is to follow these steps:
1. Read the XF update announcement to see what templates are modified in the new version.
2. Go to the AdminCP (of my local XF dev instance) and manually copy the old templates into text files managed in a Git repository.
3. Upgrade my local XF dev instance and go to AdminCP to manually copy the new templates into text files for a new git commit.
4. Use my git client to see the differences.
5. Manually synchronize the differences towards my CSCN Anniversary style.
I have ADHD and I think that I am just bad at coding, so the entire process has lack of efficiency.
That's why I think that it'd be greatly helpful if default template changes are provided in ".diff" files per each XenForo version update.