When working on a site migration with a LOT of content we often find ourselves running up against the 10,000 document limitation on a developer index. I learned this trick from a coworker. You can use an Initialization Module to get some...
We had a situation arise the other day where we needed to compare some values in a draft page against the currently published version. Based on some fields changing we knew we needed to reindex a list of related pages. This all takes place in the...
You may have noticed that the way the Episerver Forms package renders form elements that it isn’t really bootstrap friendly. Well there is a way to fix that. Dig down into \modules\_protected\EPiServer.Forms\EPiServer.Forms.zip\Views\ElementBlocks...
I like to call it the perfect storm. You know, when the universe or a supreme deity or whatever decides to throw a bunch of stuff at you all at once to see if you’ll break? What did we possibly do to deserve this? A.K.A The problem Guess what? One...
Like any other developer or content editor I'm lazy. Not generally lazy, just when it comes to repetitive tasks. Creating and adding thumbnails for PDF files is one of these cases. I could manually create a thumbnail, upload it, and associate it b...