Episerver pagetree search shows encoded html entities after upgrading to the new UI

by Tomas Hensrud Gulla

When the new and refreshed editor UI was released, the search box above the page tree in edit mode broke! I show you what happened, and how you can fix it - until Episerver does.…

The horrors of the Episerver Link Validation Job

by Tomas Hensrud Gulla

Preventing broken links is an important part of maintaining a website. Episerver's Link Validating job tries to help us, but unfortunately, it has its shortcomings. How it works Episerver keeps track of all links and stores them a database table called tblContentSoftlink. This table has multiple uses. It…

How to restrict number of items in ContentArea based on item type

by Henning Sjørbotten

Need to take more control over your ContentAreas? This ValidationAttribute will help you limit the usage of specific types inside the ContentArea.…

Episerver Find and The Great Wall of China

by Tomas Hensrud Gulla

When running Episerver CMS in the cloud, Episerver Find has become the de facto standard. Find is a highly scalable, multi-lingual, full-featured and easy to use solution that optimizes customer experience​, built natively for Episerver.…

Change text in the Episerver UI

by Tomas Hensrud Gulla

Sometimes the names and texts in the Episerver UI can be confusing for the editors of a specific site. Luckily, we as developers can override all texts stored in Episervers language files, in two easy steps.…

How to inherit TinyMCE config from base content type in Episerver

by Karl Solgård

A tiny tip for all of you that have set up the newest TinyMCE package for Episerver. With Episerver version 11, TinyMCE got updated to the newest version and got its own nuget package.…

How to create tag property using ISelectionFactory in Episerver

by Karl Solgård

A bit of premise; I have a site that uses tagging in articles. This used to be an ISelectionFactory that loaded pages that worked as my tagging data, and the editor would select which tags they needed. To make this friendlier for the editor I want to add a typeahead field in Episerver.…