A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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
  • Posted on: Dec 07, 2010

    We recently implemented a site that had more PDF files than pages, in a ratio of about 6-to-1.  Sadly, this process revealed some of the shortcomings in EPiServer’s default search architecture. The biggest problem we found is that there are two...

  • Posted on: Dec 06, 2010

    This Thursday evening (9th December) sees the first EPiServer Developer Forum dedicated to our Community platform. Here is the agenda: 17:30 Welcome drinks and mingle 18:00 Hidden Gems in Community 4 & EPiServer Framework 6.1 18:30 Community & Mai...

  • Posted on: Dec 06, 2010

    If you in CMS 5 had a user control inside a PageList item template the CurrentPage got set to that page. This doesn't seem to work in CMS 6 as far as I can tell.  But if you use EPiServer:Property it will find the active PageData object. It will...

  • Posted on: Dec 05, 2010

    Have you ever tried to display the same node in the several places simultaneously in the editor tree? For example, returning a same child PageReference for different parents will result in it. I believe you faced with it during debugging your own...

  • Syndicated blog - Posted on: Dec 03, 2010

    LinkItemCollection is a very useful property type in EPiServer. However, quite often you need to transform, convert or in some ways prepare a LinkItemCollection before you can use it the way you want to. There have been several posts in the...

  • Syndicated blog - Posted on: Dec 03, 2010

    LinkItemCollection is a very useful property type in EPiServer. However, quite often you need to transform, convert or in some ways prepare a LinkItemCollection before you can use it the way you want to. There have been several posts in the...

  • Syndicated blog - Posted on: Dec 02, 2010

    I have two EPiServer sites linking back and forth to each other. In the test environment the two sites are only available on IP addresses. No DNS is created for the two. Site A: [127.0.0.1]:[port X] Site B: [127.0.0.1]:[port Y] if site A renders a...

  • Posted on: Dec 02, 2010

    I had to configure a new VPP for a Content Channel to work with the SharePoint Connector to push documents from a SharePoint site into my EPiServer site. So, I created a new VPP entry in my EPiServer.config… 1: add showInFileManager ="true"...