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.…

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.…