Copied to clipboard

Flag this post as spam?

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


  • James Jackson-South 489 posts 1747 karma points c-trib
    Jul 05, 2016 @ 06:01
    James Jackson-South
    0

    Dynamically add taxonomy items.

    Hi there,

    I'm wondering whether it would be possible to add the ability to add a custom item if there is no match. That way a content editor would be able to add new items without having to enter the developer section.

    Is this something that it would be feasible to do.

    Cheers

    James

  • Delete 61 posts 450 karma points
    Jul 06, 2016 @ 11:21
    Delete
    0

    Hi James,

    Thank you for you offer.

    I'll think how it can be implemented.

    Maybe I'll add a setting that will provide such an opportunity.

    But not always the man responsible for the content, should be able to make changes to the DataType.

    And I need to figure out how to properly implement this feature.

    Thanks

  • James Jackson-South 489 posts 1747 karma points c-trib
    Jul 06, 2016 @ 11:59
    James Jackson-South
    0

    Thanks for having a look.

    The reason I would like the feature is for security. Quite often content editors are carefully restricted to particular portions of the site and specific workflows - Generally just the content and media sections.

    If they have access to the developer section of the site then they can change stuff that they shouldn't be able to. We have clients that cannot possibly allow this but your tool is by far the best and closest match for the taxonomy needs we have.

    Many Thanks

    James

  • Delete 61 posts 450 karma points
    Jul 06, 2016 @ 12:05
    Delete
    0

    Hi James,

    I understand you.

    I will try as soon as possible to release a new version with a new component for working with tree and try to figure out how to help you.

    Thanks

  • James Jackson-South 489 posts 1747 karma points c-trib
    Jul 07, 2016 @ 10:28
    James Jackson-South
    0

    That's brilliant. Thank you! :)

  • Delete 61 posts 450 karma points
    Sep 08, 2016 @ 12:17
    Delete
    1

    Coming soon!!! :)

  • James Jackson-South 489 posts 1747 karma points c-trib
    Sep 09, 2016 @ 01:11
    James Jackson-South
    0

    Oh that's great news! Well done!

  • Delete 61 posts 450 karma points
    Oct 03, 2016 @ 08:26
    Delete
    101

    Hi!

    I've published new version!

    I hope, I made the plugin better as you expected.

    Thanks and good luck.

  • James Jackson-South 489 posts 1747 karma points c-trib
    Oct 04, 2016 @ 03:01
    James Jackson-South
    0

    That's brilliant. Thank you! I shall test it at the earliest opportunity.

    I really love this plugin!

  • Shakib 32 posts 134 karma points
    Dec 29, 2016 @ 17:27
    Shakib
    0

    Hello Guys.
    can i get for example all content by taxonomy ???

  • Delete 61 posts 450 karma points
    Dec 30, 2016 @ 03:58
    Delete
    0

    Hi Shakib,

    What do you mean?

    Thanks!

  • Shakib 32 posts 134 karma points
    Dec 30, 2016 @ 18:51
    Shakib
    0

    image i have "News" content type and this content type have utaxonomy datatype with article and video values in it.
    then i create three content type. two with article taxonomy and one with video taxonomy.
    now i want to get nodes that have video taxonomy.
    can i have something like this ?

  • Vitaly Vasilega 62 posts 184 karma points
    Dec 30, 2016 @ 19:38
    Vitaly Vasilega
    0

    Hi Shakib,

    Sorry, but I didn't quite catch the issue.

    Do you want to get all nodes in taxonomy from Data Type or all selected nodes from Content Type?

    If you want to get all nodes from Data Type you need to use a TaxonomyService.

    var items = TaxonomyService.FlattenList("[DataTypeName]");
    

    If you want to get all selected nodes from Content Type you need to use a GetPropertyValue extension for Content.

    var taxonomyItems = Model.Content.GetPropertyValue<List<Taxonomy>>("[PropertyName]");
    

    I hope I helped you.

    If you have some questions, let me know!

  • Shakib 32 posts 134 karma points
    Dec 31, 2016 @ 12:17
    Shakib
    0

    i want to get nodes with specefic taxonomy
    something like this in tags...

    var publishedContent = Umbraco.TagQuery.GetContentByTag(tag);
    
  • Vitaly Vasilega 62 posts 184 karma points
    Dec 31, 2016 @ 14:14
    Vitaly Vasilega
    2

    Hi Shakib,

    Sorry, but I didn't implement this kind of extensions.

    But, I'll try to implement it.

    Thanks.

    And Happy New Year!

  • blackhawk 313 posts 1368 karma points
    Sep 26, 2017 @ 18:41
    blackhawk
    0

    Hi Vitaly! Would you happen to know if there was any progress in this area? To allow developers to collect all nodes with a specific Taxonomy value? If so, how?

    Or perhaps something still in motion to implement?

  • Delete 61 posts 450 karma points
    Sep 27, 2017 @ 04:45
    Delete
    0

    Hi,

    To implement this functionality is not so easy.

    I already thought on this task, but don't have a good solution.

    I'll think about it again later.

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft