November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
Last month we introduced the first version of the Block Enhancements add-on that was first introduced in https://world.episerver.com/blogs/grzegorz-wiechec/dates/2019/7/episerver-labs---block-enhancements/ It's a pleasure to announce that we ha...
Probably one of the first things that you will notice in refreshed CMS UI is the navigation menu . During our research time, we compared a few different navigation patterns across Episerver products and other common patterns. We decided on a...
The Episerver Find API is a powerful tool that offers capabilities above and beyond standard search providers. One of the areas that it excels is its flexibility in implementing facets. In particular, we are going to take a look at how you can u...
Hi, If you’ve ever tried to get the full URL of a current page then this blog post may come handy. So basically you will need VirtualPathArguments, That will have ContextMode facility to enable it based on our needs. For instance Default mode, Edi...
Hi, If you've ever tried to get the full URL of a current page then this blog post may come handy. So basically you will need VirtualPathArguments , That will have ContextMode facility to enable it based on our needs. For instance Default mode, Ed...
Hi, If you've ever tried to get the full URL of a current page then this blog post may come handy. So basically you will need VirtualPathArguments, That will have ContextMode facility to enable it based on our needs. For instance Default mode, Edi...
In Episerver you can hide properties in edit mode using a ScaffoldColumn attribute by using it like this: [ScaffoldColumn(false)] This does not work for the Category property though. To fix it, you can add an editor descriptor similar to Joel's bu...
Recently I come across the requirement to do personalization based on UK postcodes. The format of UK postal codes is very well structured. It consists of two alphanumeric codes called “Outward code” and “Inward code”. Outward code consists 2 to fo...