Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
How easy is it to upgrade Umbraco v4.0.3 to Umbraco 7? How many days do you reckon it would take?
Currently the site is using XSLT's - Would you recommend just rewriting it so it is all Razor? I need to also inject Bootstrap in to it.
Your advice would be massively appreciated.
Thank you Javed
A lot of your XSLT can be reused without any issues.
But there are some of the new properties in Umbraco 7 that saves in JSON format, such as MultiNode TreePicker.
When that happens you need to use the umbraco.library:JsonToXml() extension.
Thanks - I think I will recode and rebuild the site from scratch - All MVC Razor :) will make life simpler for future upgrades & further development. Excited, can't wait to get started!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
UPGRADE: Umbraco v4.0.3 to Umbraco 7?
Hello,
How easy is it to upgrade Umbraco v4.0.3 to Umbraco 7? How many days do you reckon it would take?
Currently the site is using XSLT's - Would you recommend just rewriting it so it is all Razor? I need to also inject Bootstrap in to it.
Your advice would be massively appreciated.
Thank you Javed
A lot of your XSLT can be reused without any issues.
But there are some of the new properties in Umbraco 7 that saves in JSON format, such as MultiNode TreePicker.
When that happens you need to use the umbraco.library:JsonToXml() extension.
Thanks - I think I will recode and rebuild the site from scratch - All MVC Razor :) will make life simpler for future upgrades & further development. Excited, can't wait to get started!
is working on a reply...