I wish assign to a node a multiple member list.
How to without multiple member picker?
I wish to create a link to the assigned member.
For example: a post with multiple authors ( member ).
You can create an 'Element Type' with a single member picker, then create a NestedContent datatype that uses the element you just created, that will enable you to select multiple members.
Unfortunately this PR was never merged and it wasn't prioritized after many PRs for Umbraco 8 was auto-closed and since then focus has been mostly on Umbraco 9 and 10.
https://github.com/umbraco/Umbraco-CMS/pull/7634
Multiple Member Picker: How to?
I wish assign to a node a multiple member list. How to without multiple member picker? I wish to create a link to the assigned member. For example: a post with multiple authors ( member ).
You can create an 'Element Type' with a single member picker, then create a NestedContent datatype that uses the element you just created, that will enable you to select multiple members.
Maybe a solution. Thanks. How to access by code to the member?
https://our.umbraco.com/Documentation/Fundamentals/Backoffice/property-editors/built-in-property-editors/Nested-Content/
Hi Biagio
You can use the MTNP property editor and configure it to select members (eventually a specific member type).
and get members similar to like content and media from MNTP: https://our.umbraco.com/Documentation/Fundamentals/Backoffice/property-editors/built-in-property-editors/multinode-treepicker/
Unfortunately this PR was never merged and it wasn't prioritized after many PRs for Umbraco 8 was auto-closed and since then focus has been mostly on Umbraco 9 and 10. https://github.com/umbraco/Umbraco-CMS/pull/7634
You could of course also create your own custom property editor https://our.umbraco.com/documentation/Tutorials/creating-a-property-editor/ to build your own multiple member picker.
is working on a reply...