If I recall correctly, the Tree Multi Picker stored it's values in CSV format... so as long as you set MNTP to use CSV also, it should pick them up.
However, I'm not sure which underlying database-type Tree Multi Picker used ... it could be Nvarchar, whereas MNTP uses Ntext ... if so you may need to do a little database manipulation ... but we'll cross that bridge if you need to.
uComponents with old schema
Hi,
I upgrated umbraco version from 4.0 to 4.5 but I left an old schema of xml.
I downloaded the uComponents package but Multi-Node Tree Picker doesn't display tree.
Can uComponents work with old schema?
Thanks,
kukuwka
Hi kukuwka,
Yes, I believe the MNTP should work with the legacy XML schema. (As far as I am aware, there is no specific new XML schema code within uComponents.)
How are you setting the start-node? (e.g. picking a node directly, or using an XPath expression)
Cheers, Lee.
Thank you,Lee.
It works.
How can I convert data from Tree Multi Picker to Multi-Node Tree Picker without losing it?
Thanks,
kukuwka
Hi kukuwka,
Glad that it worked! :-)
If I recall correctly, the Tree Multi Picker stored it's values in CSV format... so as long as you set MNTP to use CSV also, it should pick them up.
However, I'm not sure which underlying database-type Tree Multi Picker used ... it could be Nvarchar, whereas MNTP uses Ntext ... if so you may need to do a little database manipulation ... but we'll cross that bridge if you need to.
Cheers, Lee.
is working on a reply...