eDaddi
Active member
I started testing upgrading my v2.2.16 sites to 2.3 upgrade and did it via CLI. Ended up with a few templates that were outdated as usual, all were easy fixes except PAGE_CONTAINER, thats a hot mess. I get it's a major update but never seen these kind of issues.
I'm wondering if I have an error within the merge feature. I have nearly 40 issues and many of them are significant large blocks of code to where I'm struggling to understand whats going on with all the scrolling around.
I'm also seeing a lot of the same code to be suggested for use within those large blocks. The
code for example:
is also in another block much further down the page. I see this throughout these parent/custom blocks and I can't tell if XF 2.3 has moved lines of code around or if these are not parsing correct. I'm leaning towards something is wrong because I see so much of the same lines of code being added/moved all over the page.
Does the template merge feature aim to update the same line multiple times or will it compound multiple updates to only adjust a line once?
I'm wondering if I have to install a fresh 2.3 with my Style to understand what it's supposed to look like vs what these merges are trying to do.
FWIW - Displaying Line Numbers from the original template would be a great feature to add to aid in code comparison.
Any ideas?
I'm wondering if I have an error within the merge feature. I have nearly 40 issues and many of them are significant large blocks of code to where I'm struggling to understand whats going on with all the scrolling around.
I'm also seeing a lot of the same code to be suggested for use within those large blocks. The
HTML:
<header class="p-header" id="header">
is also in another block much further down the page. I see this throughout these parent/custom blocks and I can't tell if XF 2.3 has moved lines of code around or if these are not parsing correct. I'm leaning towards something is wrong because I see so much of the same lines of code being added/moved all over the page.
Does the template merge feature aim to update the same line multiple times or will it compound multiple updates to only adjust a line once?
I'm wondering if I have to install a fresh 2.3 with my Style to understand what it's supposed to look like vs what these merges are trying to do.
FWIW - Displaying Line Numbers from the original template would be a great feature to add to aid in code comparison.
Any ideas?
Last edited: