Try our conversational search powered by Generative AI!

Get the latest!

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

Syndication and sharing

loading
  • Syndicated blog - Posted on: Jun 02, 2010

    The new initialization system in EPiServer 6 can be used to execute logic in a specific order on startup. This post explains how to ensure your startup modules are executed after the DataFactory has been initialized properly.

  • Syndicated blog - Posted on: Jun 02, 2010

    When adding Page Type Builder to an EPiServer project you may run into security exceptions because the assemblies aren't fully trusted. Luckily, fixing it is quick and painless!

  • Syndicated blog - Posted on: Jun 02, 2010

    In any reasonable sized EPiServer installation its not uncommon that there are a lot of page types available when creating a new page. Often there are a bewildering array of page names/descriptions so I wanted to give editors a visual reference on...

  • Syndicated blog - Posted on: Jun 01, 2010

    I stumbled across one of those ‘frustrating’ bugs last week whilst setting up some simple chained out-of-the-box EPiServer workflows. The EPiServer UI reported that the workflow instance has successfully started, but no tasks or notifications were...

  • Posted on: Jun 01, 2010
    Rating:

    ( Head here for an introduction ) So, to start let’s try and do a quick analysis of exactly what the OnLoad method in our page does in it’s current form.   The OnLoad method 1: protected override void OnLoad(System.EventArgs e) 2: { 3: base...

  • Syndicated blog - Posted on: Jun 01, 2010

    In EPiServer Relate+ there are two EPiServer CMS Custom Properties built-in that enables the editor to do nice cross references between editorial content and user generated content on Article pages and News items. The two properties are: Club...

  • Posted on: Jun 01, 2010
    Rating:

    I came across a weird little problem with a mixed 32-bit and 64-bit Windows 7 development team. Because EPiServer installs by default into Program Files (x86) on 64-bit, the virtual paths for the CMS UI point to different physical folders in the...

  • Syndicated blog - Posted on: Jun 01, 2010

    Sometime while working with EPiServer, you have to know current page is viewed in EditMode or ViewMode. Let’s check the CurrentPage.WorkPageID property of that page’s PageData. If WorkPageID = 0, it means that this page is viewing in ViewMode.File...