XF 2.2 v2.2.6 Patch 1- Cant merge thread_view

rosal

Active member
Today after upgrade to v2.2.6 Patch 1, shows two uutdated templates, i been able to merge one but the other thread_view i cant says:

No previous version of the parent could be found. Merging is not possible.

How to fix this?
 
If you get a message like this, it's just indicating that we don't have enough information to do a merge. The general recommended approach would be to revert the template and reapply your customizations to it on a fresh/updated version of the template.
 
I would propose an error message that points towards this more clearly. Because the current one kinda sorta sounds like a technical problem (inconsistent data) while it's really just a "not sure how to merge, please do manually".
 
If you get a message like this, it's just indicating that we don't have enough information to do a merge. The general recommended approach would be to revert the template and reapply your customizations to it on a fresh/updated version of the template.
I have done this:
Revert and the warning not showing no more
And then i applied my customization to the thread_view and saved this is it right?

Its because my costumization about overlay and cloudflare to prevent spam.
Code:
<xf:button href="{{ link('login') }}" class="button--link button--wrap">
 
Top Bottom