Copied to clipboard

Flag this post as spam?

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


  • David Dimmer 76 posts 134 karma points
    Jun 20, 2013 @ 21:18
    David Dimmer
    0

    Umbraco Admin: Link directly to Node in Edit view?

    How can I get the tree to pull up, with a node ready to edit?

    We added an edit button to the “nav bar”:

     

    /umbraco/editContent.aspx?id=1054

     But I’d like to get the tree… any thoughts? 

     

  • David Dimmer 76 posts 134 karma points
    Jun 20, 2013 @ 22:09
    David Dimmer
    0

    Answer:
    /umbraco/umbraco.aspx?app=content&rightAction=editContent&id=1054#content 

    Thanks @Neehouse

  • Paul Seal 524 posts 2890 karma points MVP 7x c-trib
    Aug 24, 2017 @ 15:51
    Paul Seal
    0

    I created a package to help with this. It makes it really easy.

    It enables you to render an edit link by adding this to your view:

    @Html.UmbracoEditLink(Model.Content)
    

    GitHub: https://github.com/prjseal/BackOfficeExtensions

    NuGet: https://www.nuget.org/packages/BackOfficeExtensions/

    Our Umbraco: https://our.umbraco.org/projects/backoffice-extensions/edit-link/

  • 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