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?
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:
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?
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:
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:
GitHub: https://github.com/prjseal/BackOfficeExtensions NuGet: https://www.nuget.org/packages/BackOfficeExtensions/ Our Umbraco: https://our.umbraco.org/projects/backoffice-extensions/edit-link/
That is awesome! Thank you so much Paul. When I get a free moment I'll check it out and let you know.
No problem Here's a quick YouTube video I made about it. https://youtu.be/Q9tWFybGjmU
Got it all working on Umbraco 7.6.6. Thanks again Paul!
Hi I'm glad you got it working mate.
Cheers
Paul
is working on a reply...