At least since EPiServer 4 the page archiving functionality have been the same. You setup the archiving scheduled job and after that it’s up to the editors to set a date for when the page should stop being published and where the page should be...
The other day the first task was to build a subscription page. The Alloy demo templates doesn’t contain an example so I needed a quick brushing up on the topic. The conclusion is that subscriptions work in the same way as in older versions of...
Creating an admin plugin is easy. But making it look good and blend in with the core components isn’t documented at all. In this blog post I will try to shed some light on how to achieve the EPiServer built in look and feel. Initial setup After...
When developing your site and refactoring property names on page- and block types you can end up with some “missing” properties when you view them in admin mode. Per Bjurstrom has a nice blog post about how typed models are synchronized . If you...
In CMS7 there are a couple of new things that can be localized. I hadn’t had the time to check it out but a question in the forums about localization of “GroupName” on page types got me curious. Localization of page types and properties are the...