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
Working with multi lingual formatting is fairly simple in Episerver CMS. It’s simply a matter of relying on a set of key implementations, such as ContentLanguage.PreferredCulture or CultureInfo.CurrentUICulture, when explicitly formatting an objec...
An Internationalized Resource Identifier (IRI) is a network address that contain non ASCII characters as below: EPiServer CMS has previously (prior to 10) only allowed characters in url segments according to RFC 1738 which basically allows ALPHA ...
The Episerver DXC offering has been available for about a year now. There has been quite a bit of documentation about it in Episerver World, but there are still quite a few knowledge gaps on how the offering works in reality. After implementing a...
Overriding how sale prices are calculated in Episerver’s promotion engine for SKUs and packages outside of the cart requires a minor customization. Good examples of where this applies are category landing page and product detail pages where you ma...
Hello, I'm a new in Episerver. It would be appreciate if you guys could give me a tips how to custom Date format. In my current article page show as Updated 14/11/2016. But I would like to change the format to show as Updated 2016-11-14. Any idea?
This feature was released as a Beta feature in CMS 10.1.0 and is still under development. You can read more about how you enable Beta features in Fredrik Tjärnbergs blog post. What are Content Approvals? Content approvals is a way to make sure tha...
With the new EPiServer Social Platform you can allow your visitors to “generate” content on your site. Of course you will need to moderate the content, with all the trolling and spamming these days. To save your moderator some work, you could...
I’ve been told IContentRepository.GetItems is heaps better. And when I asked people why? They told me it is built DB load. Just want to clarify this. You pass a list of ContentReference (IEnumerable ) and it loads all IContent for each item. This...