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
Relatedlinks2 not visible in list. what we can use in place of this property in U7
Hi Punit
The Multi Url Picker will allow you to pick related links, and replaces the related links property editor moving forwards...
That said I think in V7, you might be able to make relatedlinks appear again as an option by setting showdeprecatedpropertyeditors to be true...
https://our.umbraco.com/Documentation/Reference/Config/umbracoSettings/#obsolete-data-types
But it's not in later versions of Umbraco... So best to use the Multi Url Picker
Regards
Marc
But i am going to migrated u7.15.10 to 8. Then in place of RelatedLinks2 what property we can use.
The Multi Url Picker is the replacement
regards
marc
Ok, any idea how we can access node in umbraco 8 with code.
how we can convert id to udi.
Have a read of this article->
https://www.proworks.com/blog/archive/how-to-upgrade-umbraco-version-7-to-version-8/
And this V7 package: https://bitbucket.org/proworks/our.umbraco.migration/src/master/
It is like a framework for writing 'migrations' to convert old data type data into their equivalent data formats for new V8 data types...
... and there are lots of existing migrators that you might be able to just use or be inspiration for your own:
https://bitbucket.org/proworks/our.umbraco.migration/src/master/src/Our.Umbraco.Migration/DataTypeMigrators/
Yes, we read this document also.
A good example of Id to udi is here
https://bitbucket.org/proworks/our.umbraco.migration/src/master/src/Our.Umbraco.Migration/IdToUdiTransform.cs
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
RelatedLinks2 not visible in proprty list
Relatedlinks2 not visible in list. what we can use in place of this property in U7
Hi Punit
The Multi Url Picker will allow you to pick related links, and replaces the related links property editor moving forwards...
That said I think in V7, you might be able to make relatedlinks appear again as an option by setting showdeprecatedpropertyeditors to be true...
https://our.umbraco.com/Documentation/Reference/Config/umbracoSettings/#obsolete-data-types
But it's not in later versions of Umbraco... So best to use the Multi Url Picker
Regards
Marc
But i am going to migrated u7.15.10 to 8. Then in place of RelatedLinks2 what property we can use.
Hi Punit
The Multi Url Picker is the replacement
regards
marc
Ok, any idea how we can access node in umbraco 8 with code.
how we can convert id to udi.
Hi Punit
Have a read of this article->
https://www.proworks.com/blog/archive/how-to-upgrade-umbraco-version-7-to-version-8/
And this V7 package: https://bitbucket.org/proworks/our.umbraco.migration/src/master/
It is like a framework for writing 'migrations' to convert old data type data into their equivalent data formats for new V8 data types...
... and there are lots of existing migrators that you might be able to just use or be inspiration for your own:
https://bitbucket.org/proworks/our.umbraco.migration/src/master/src/Our.Umbraco.Migration/DataTypeMigrators/
regards
Marc
Yes, we read this document also.
A good example of Id to udi is here
https://bitbucket.org/proworks/our.umbraco.migration/src/master/src/Our.Umbraco.Migration/IdToUdiTransform.cs
is working on a reply...