World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Setting access rights to a tab in the classic editor mode is out of the box, and I could have used this functionality to hide a single property from non-admins by creating a special tab only visible to admins. However, this will most surely make t...
I far too often see people putting a lot of logic into those of their MVC partial views that are repeated on every page (e.g. the header and the footer). Often, these views are littered with code that is checking whether the user is logged on,...
The customer found this RssReaderBlock, and wanted me to include it in the project. Upon closer inspection of the content, I found that it would be better to rewrite this into MVC format. In case anyone else needs this, here is the MVC files:
This is just a quick note on how to solve a problem in Dynamic Data Store (DDS). It doesn’t really matter how the situation occurred, but suddenly a store in DDS failed because of a duplicate entry. The offending entry was found easily enough (the...
While setting up a new environment for my project, the code mysteriously crashed. AFter some debugging, I found that ContentReference.StartPage was empty (i.e. == ContentReference.EmptyReference). I first thought that I had forgot to set up the ne...