Copied to clipboard

Flag this post as spam?

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


  • Tarik 35 posts 106 karma points
    Oct 06, 2014 @ 16:36
    Tarik
    0

    Curstom data type to save team's member data (photo, name, skills..)

    Gents,

    Can you give a new user of Umbraco the way to save team's member data, is it by creating a UC and make it as custom data type? so how Umbraco will save data as list of members' metadata under 'team' tab?

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Oct 06, 2014 @ 17:58
    Dave Woestenborghs
    0

    There are several ways to achieve this.

    You can create a document type called Team Member that has all the necesarry properties. You can add those as child items of your teampage.

    Another way would to create a datatype with the Archetype property editor and add that to your team tab.

    For more information about Archetype go here : http://our.umbraco.org/projects/backoffice-extensions/archetype

    Dave

  • Tarik 35 posts 106 karma points
    Oct 06, 2014 @ 20:00
    Tarik
    0

    Dave, do you mean by option one to create a document(content) based on member doc type then add child pages based on member doc type too?

    I think option one is a bit long, about option two Archetype I couldn't access the field to set Label!

    enter image description here

    Is there any option using UC?

  • Tarik 35 posts 106 karma points
    Oct 06, 2014 @ 22:32
    Tarik
    0

    I find that the issue with the package has an answer here using FF(click field name to enable it).

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Oct 06, 2014 @ 23:11
    Dave Woestenborghs
    0

    So did you manage to build what you want using Archetype ?

    Dave

  • Tarik 35 posts 106 karma points
    Oct 07, 2014 @ 00:02
    Tarik
    0

    In my way, Dave. Is there any option to have more control rather than using a plugin?

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 9x admin c-trib
    Oct 07, 2014 @ 09:00
    Dave Woestenborghs
    100

    You can create your own property editor to match all your needs.

    Here is some reading to get you started : 

    http://umbraco.github.io/Belle/#/tutorials/CreatingAPropertyEditor
    http://umbraco.github.io/Belle/#/tutorials/Adding-Configuration-To-Property-Editor
    http://umbraco.github.io/Belle/#/tutorials/Add-ServerSide-Data
    http://umbraco.github.io/Belle/#/tutorials/Intergrating-Services-With-PropertyEditor

    Tim has some excellent blog posts as well : www.nibble.be (just search for property editor)

    Dave
     

  • Tarik 35 posts 106 karma points
    Oct 07, 2014 @ 10:34
    Tarik
    0

    Thank you, Dave.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies