Copied to clipboard

Flag this post as spam?

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


  • Markus Johansson 1945 posts 5897 karma points MVP 2x c-trib
    Mar 31, 2017 @ 15:58
    Markus Johansson
    0

    Need to move maaaany nodes =D

    Hi guys!

    I need to move a lot of nodes, let's say 30 from one parent node to another.

    I just want to select all the 30 nodes and then choose a new parent for them.

    As far as I know there is nothing in the core for this - anyone knows about a package for this? Would be a perfect menuaction IMO.

    // m

  • Nik 1625 posts 7295 karma points MVP 7x c-trib
    Mar 31, 2017 @ 16:06
    Nik
    0

    The only one I've seen mentioned is this one:

    https://soetemansoftware.nl/bulkmanager

    Not sure if it is free or paid for.

  • Markus Johansson 1945 posts 5897 karma points MVP 2x c-trib
    Apr 01, 2017 @ 16:41
    Markus Johansson
    0

    NIce! I saw that package as well, but I don't really like the "dashboard" context of it. I would have liked to see something in the tree.

    // m

  • Marcio Goularte 389 posts 1362 karma points
    Apr 02, 2017 @ 01:44
    Marcio Goularte
    0

    I've already moved more than 100 nodes using Umbraco Console.

    https://github.com/sitereactor/umbraco-console-example

    Of course I updated the version of Umbraco via Nuget and modified the code to move

  • Markus Johansson 1945 posts 5897 karma points MVP 2x c-trib
    Apr 02, 2017 @ 15:56
    Markus Johansson
    100

    Thanks! I was looking for something that a editor can use in the backoffice. Ended up building it: https://our.umbraco.org/projects/backoffice-extensions/multimover/

  • Nicholas Westby 2054 posts 7104 karma points c-trib
    Apr 02, 2017 @ 02:36
    Nicholas Westby
    1

    This has the ability to move content nodes in bulk: https://github.com/rhythmagency/rhythm.umbraco7.data-processor

    It also has the ability to move all of the children of a node (that way, you don't have to select each of them).

    It's also extensible, so you can add your own data processors.

    There is no installer. Just download it, put the App_Plugins and App_Code folders into your site, and merge in the dashboard.config into your existing dashboard.config in the config folder.

    IIRC, Umbraco doesn't like when you move too many nodes at once (depending on the version of Umbraco). I'd recommend moving them in batches of 300 or so.

  • Markus Johansson 1945 posts 5897 karma points MVP 2x c-trib
    Apr 02, 2017 @ 16:00
    Markus Johansson
    2

    I ended up creating a simple package to solve my needs to create a super easy and user friendly way to move multiple nodes: https://our.umbraco.org/projects/backoffice-extensions/multimover/

  • 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.

    Continue discussion

Please Sign in or register to post replies