Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question How do I upgrade to 1.5.7 without losing a TON of template changes

More
16 years 5 months ago #33192 by jared bonshire
Hey guys, how do I upgrade to 1.5.7 without losing all of my template changes made? Should I copy the default_ex template folder and rename it, or are those templating files no good on the new version of Kunena?

Any assistance would be appreciated.

Please Log in or Create an account to join the conversation.

More
16 years 5 months ago #33203 by Matias
By copying the old template will cause you to loose all the fixes in that template (and there are some), so you could just copy it to different directory and use it before you have all changes implemented. Usually I recommend copying your custom theme into another directory anyway, as it makes things easier.

There are two ways to merge changes. You can either add your own changes to the new version or new version to your own template. Usually I recommend to look file by file which way is the easier and use the shorter road. Some files may be changed only in one source, so those files could just be copied over..

What you need is to have a good diff tool and three template trees:
1) old release without your changes
2) old release with your changes
3) new release without changes

Then you just look changes between:
1) old and new release
2) old and own version

If there are changes only in 1 or 2, just copy that file to the new template.
If there are changes in them both, look which one has less changes and apply those to file based on the another tree.

Usually doing this takes only a few hours -- there are not too many changes in K1.5.7..

Please Log in or Create an account to join the conversation.

Time to create page: 0.229 seconds