Copied to clipboard

Flag this post as spam?

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


  • blackhawk 313 posts 1367 karma points
    Apr 04, 2017 @ 21:47
    blackhawk
    1

    How to incorporate an edit link for Umbraco 7+ pages

    If I'm currently logged in, and I am visiting one of many pages on my site from the front end, is there a way I incorporate an "edit this page" link, similar to how WordPress does? When clicked it will take me to the admin view of that article page. Is this setup possible?

  • Nicholas Westby 2005 posts 6843 karma points c-trib
    Apr 04, 2017 @ 22:37
    Nicholas Westby
    101

    I saw a presentation a while back that shows how to do this: https://www.slideshare.net/mcampolongo/tackling-umbraco-case-study-on-nfl-ops-site-design

    Jump to slide 101 for the code and a screenshot of what it looks like. In case that page gets broken for whatever reason, here's a screenshot of that slide:

    Slide 101

  • Paul Seal 428 posts 2354 karma points MVP 3x c-trib
    Aug 24, 2017 @ 15:50
    Paul Seal
    5

    I created a nuget 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/

  • blackhawk 313 posts 1367 karma points
    Aug 24, 2017 @ 16:14
    blackhawk
    0

    That is awesome! Thank you so much Paul. When I get a free moment I'll check it out and let you know.

  • Paul Seal 428 posts 2354 karma points MVP 3x c-trib
    Aug 24, 2017 @ 16:49
    Paul Seal
    2

    No problem Here's a quick YouTube video I made about it. https://youtu.be/Q9tWFybGjmU

  • blackhawk 313 posts 1367 karma points
    Sep 22, 2017 @ 23:06
    blackhawk
    0

    Got it all working on Umbraco 7.6.6. Thanks again Paul!

  • Paul Seal 428 posts 2354 karma points MVP 3x c-trib
    Sep 23, 2017 @ 08:37
    Paul Seal
    0

    Hi I'm glad you got it working mate.

    Cheers

    Paul

  • 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