KNOWLEDGE BASE

Articles in the category "Umbraco 7"

Grouping nodes in Umbraco Razor

Have you ever been in the situation where you need to loop through a list of nodes but arange them in groups of 2, 4, 6 etc You want to have a fluid layout and display your nodes in groups of two repeating down the page:

Umbraco 7 Template View Is Deleted When Saving Through the Backoffice Umbraco Dashboard

When logged in to the Umbraco backoffice control panel, you attempt to make a change to a template, but clicking the "Save" button causes the MVC Razor Layout View to be deleted

How to Secure and Protect Media in Umbraco Behind a Login

Have you ever needed to protect Umbraco's media section behind a secure login? Perhaps you have a project with a secure download area members must register in order to be able to access? Here is a very simple, lightweight way to add secure media to Umbraco which only authenticated users can access.

Moving Umbraco media from one Azure blob storage to another

How to implement a new blob storage container for your existing Umbraco Media - especially useful when moving from one Azure subscription to another.

The provided anti-forgery token was meant for user "[email protected]", but the current user is "".

How to fix the error The provided anti-forgery token was meant for user "[email protected]", but the current user is "".

Find all content changed on your Umbraco website - audit log

The following script will run on Umbraco 7 & 8 and will show you all the content changed and by whom - very useful if you want to compare staging and live versions so you can update them.