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
Alright, so it turns out EPiServer 7 (and later versions) already has a route for permanent links. It was slightly different from the one I created, so here’s an updated version of the extension method: public static string PermanentLink(this...
Update: If you’re using EPiServer 7 (or later version), please see my updated post ! If you move a page in the page tree, the url to the page will change. There are numerous available solutions to handle this, e.g. by saving the old url and set up...
EPiServer 7 and 7.5 still have this nasty bug that it uses wrong culture for showing resource texts and datetimes etc. You can read more about the bug from here: http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=71724. There is a...
Sometimes you want a small variation of a block. E.g. in one content area you want the teaser blocks to have headings and in another area no headings. You basically have two options to achieve this; use tags to select another renderer or the new...
Feature Toggling Framework for Various Types of Applications Have you ever wrote the code like following to verify that either you have to disable or enable some functionality base on set of conditions (usually different sources): if(Configuration...
I have gotten quite a few questions from both the forum and developer support regarding how to populate a drop down list depends on value of another drop down list in All Properties mode. In a recent blog post, my colleague Linus Ekström has...
We noticed a weird problem on one of our test servers in my current project some time ago. For some reason there was a massive output of JavaScript in the EPiServer ActionWindow, in addition to the normal functionality making it … Continue reading...
In this post I’ll show how to create editors for complex properties in EPiServer. With complex properties I am referring to block properties that have several sub properties. For this blog post, I’ll be using the ButtonBlock of the Alloy Template...