Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Michael Wilkinson 10 posts 90 karma points
    Dec 04, 2018 @ 21:57
    Michael Wilkinson
    0

    Create global collection data and select from it

    Hello all

    I'm fairly new to Umbraco but not to .net. I have built quite a few sites now but there is one thing I'd like to do the correct way that I have been able to do in other CMS's.

    Basically, can I create a document type that will be used by a content editor to enter data and to then be able to select from that data to be used on the front end.

    For example:

    • I'd like to create a collection of staff members.
    • The content editor can go to a root node called Data, with Staff as it's child node (with more children nodes to follow) and can enter a new staff member to be saved in the collection.
    • This data is global and not stored against any given page.
    • The website has a page for each department and aside from 'normal' content such as text and images, I'd like the editor to then select which staff members to display on that page.

    What would be the recommended way of approaching this?

    Many thanks,

    Michael

  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Dec 06, 2018 @ 09:05
    Frans de Jong
    100

    You could set up a multinode treepicker with the Staff node as a startnode to pick the staff members.

  • Michael Wilkinson 10 posts 90 karma points
    Dec 06, 2018 @ 17:36
    Michael Wilkinson
    0

    Hi Frans

    Thank you for that. I've not used the multinode treepicker yet so will give that a whirl and let you know how I get on.

    Many thanks, Michael

  • Frans de Jong 548 posts 1840 karma points MVP 3x c-trib
    Dec 06, 2018 @ 17:59
    Frans de Jong
    0

    Let me know if you need help or run into any problems

  • Michael Wilkinson 10 posts 90 karma points
    Jan 06, 2019 @ 16:11
    Michael Wilkinson
    0

    Thank you Frans, it worked a treat. Just needed to understand that what is listed in Content are not just pages, but rather content for you to use however you want to use it.

Please Sign in or register to post replies

Write your reply to:

Draft