When we wanted to use a 404 page for our Episerver projects we used to implement the Getta 404 Handler plugin, but this plugin only allows you to use a…
When we wanted to use a 404 page for our Episerver projects we used to implement the Getta 404 Handler plugin, but this plugin only allows you to use a…
In Episerver projects there are at least two options to set your site settings. The most common ones are: use a settings page (which does not have a view nor…
Usually when you have multiple sites in an Episerver implementation your models are inherit by all sites you create under the root node. However, not all the properties in a…
As I explained in this blog post, it is easy to add and remove features to a TinyMCE editor in Episerver. However, when you want to add things that are…
As part of the process to deliver our plugins to the new Episerver app marketplace we had to create several documents for each plugin. In this post we are going…
This year we had the opportunity to work with Episerver in a new initiative to create a marketplace where developers and partners can use different add-ons to improve the experience…
As part of the EPiServer Ascend event, EPiServer showcased EPiServer Foundation. In this post I am going to explain what it is, what can you use it for, what are…
During the EPiServer Ascend event I attended a lab called external content replication which I though was quite interesting, you can find the instructions here. The lab showed us how to…
I think this is a common issue when you create a job in EPiServer, you try to get the start page from the code and unfortunately the ContentReference.StartPage does not…
While researching about how to intercept the download of a media file we found several posts, like this one, that mentioned the use of DownloadMediaRouter.DownloadSegment to get the file name…