Sorry if this is in the wrong section, i didnt know which one to choose.
I found that using relations is a way to solve some problems i've been having. I've been looking at this guide:http://24days.in/umbraco/2012/who-picked-this and i've got things working in an Umbraco 6.* instance but i cannot find the Picker Relations property editor when im trying to create a datatype in Umbraco 7... Also i cannot install uComponents which is also required but that is another problem.
Any ideas on what might be wrong here? Broken install or has it been removed? Is there some new way to achive the same thing as the guide without using a picker relations property editor?
You can use the nuComponents datatype XML PrefetchList Picker... set it to filter out whatever you want, and bind it to a relation type - works brilliantly.. ;)
Just to confirm, the nuPickers package contains everything required to be able to implement "Who Picked This?" in Umbraco v7.
All the pickers (except the Enum ones) have built-in support for Relation Mapping (previously this required a separate MultiPicker Relations property) whilst the Relation Labels property editor is essentially a rename of Relation Links from uComponents.
I found problems with the 'picker relation' control in that if the relation is made NOT using the picker then next time you open & save the node then all the relations are deleted (since there's nothing "picked"), If I could get this to 'load' from the relations table/api rather than the property I think it would work.
I am trying to get this sorted on umbraco 6.1.6
Note:for umbraco 7 I see there are these potential solutions:
Picker Relations in Umbraco 7
Sorry if this is in the wrong section, i didnt know which one to choose.
I found that using relations is a way to solve some problems i've been having. I've been looking at this guide:http://24days.in/umbraco/2012/who-picked-this and i've got things working in an Umbraco 6.* instance but i cannot find the Picker Relations property editor when im trying to create a datatype in Umbraco 7... Also i cannot install uComponents which is also required but that is another problem.
Any ideas on what might be wrong here? Broken install or has it been removed? Is there some new way to achive the same thing as the guide without using a picker relations property editor?
Thanks in advance.
Umbraco 7 is still missing some datatypes like the Image Cropper and it's probably also missing the Picker Relations. It might be added to 7.1.
Jeroen
Anyone who knows if there are plans for adding Picker Relations as property editor for Umbraco 7?
/Bjarne
Hi,
You can use the nuComponents datatype XML PrefetchList Picker... set it to filter out whatever you want, and bind it to a relation type - works brilliantly.. ;)
/ulrich
Hi,
Just to confirm, the nuPickers package contains everything required to be able to implement "Who Picked This?" in Umbraco v7.
All the pickers (except the Enum ones) have built-in support for Relation Mapping (previously this required a separate MultiPicker Relations property) whilst the Relation Labels property editor is essentially a rename of Relation Links from uComponents.
HTH,
Hendy
I found problems with the 'picker relation' control in that if the relation is made NOT using the picker then next time you open & save the node then all the relations are deleted (since there's nothing "picked"), If I could get this to 'load' from the relations table/api rather than the property I think it would work.
I am trying to get this sorted on umbraco 6.1.6
Note:for umbraco 7 I see there are these potential solutions:
is working on a reply...