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
This code can be used to check if a page in episerver is opened in edit mode. It uses HttpContext.Current.Request.UrlReferrer.LocalPath to see if the word admin or edit exists in the url. private bool IsOpenedInEditMode() { bool isInEditMode =...
In EPiServer 6 a PageType states which page template (a WebForm) that should render a request for the page. This is a one to one relationship between PageType and template. In EPiServer7 it is possible to have several renderers/templates (both...
A complete example of how to manage global TinyMCE settings for your XHTML-string properties. I started out from Joel's post on Page Type Builder 2 Preview 1 and chose to keep handling my editor settings as global ones (see heading Managing global...
Yesterday EPiServer released an intermediate build of EPiServer 7 to a few selected developers. Although the build itself is not public, I have gotten permission from EPiServer to blog about it The new edit UI What’s new There are quite a few...
This blog post is a quick reference on how to define page types in code in EPiServer 7 CMS. Updated to EPiServer 7 CMS on 14.01.2013 This blog post was originally written for a preview version of EPiServer 7 CMS, but is now updated to the final...
Have made a plugin that copy files and folders between 2 VPP folders that are of different type. The code is pretty straight forward, and thinks its strange that the buildt in copy / paste from the explorer view from episerver don’t support this. ...
A customer had an URL to a page file, but couldn’t locate the page where the file was stored. And somehow the search in EPiServer didn’t give any hits on the file, so started digging around in the database and found the column ExternalFolderID in...
Based on EPiServer CMS 6 R2 and the Alloy Technologies Templates Recently I was working with a customer who wanted a nice Video-based Page Type. In their own search they came across some of the video pages on episerver.com for a few of our...