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
  • Posted on: Jan 07, 2011
    Rating:

    In a current project I’m working on we needed a page view count. I first thought about making my own DDS table and add count values to that. But then I though about the Statistic tab in edit mode in EPiServer. What I wanted to do was to get the pa...

  • Posted on: Jan 05, 2011
    Rating:

    There are times it can be convenient to have users defined as pages in EPiServer. There are several ways of archiving this. This approaches uses a DDS table with user data and attach to the publish events on the pages. The code bellow assumes you...

  • Posted on: Jan 04, 2011
    Rating:

    A number of new features have been announced being part of the upcoming CMS 6 R2 release. Apart from features you will also be able to enjoy a whole lot of fixed bugs. We continuously work on fixing issues in existing functionality i.e. issues tha...

  • Posted on: Jan 04, 2011
    Rating:

    Magnus Stråle has already discussed one of the performance changes made in CMS 6 R2 to Dynamic Properties in this post . Another performance improvement in CMS6R2 is the way we “batch load” pages. To clarify what this means I will give you a short...

  • Posted on: Jan 04, 2011
    Rating:

    EPiServer CMS 6 R2 comes with improvements to dynamic content such as dynamic content preview and the ability to specify if dynamic content should be treated as an inline or block element in the editor. Block vs. Inline elements In EPiServer CMS 6...

  • Posted on: Jan 04, 2011
    Rating:

    Introduction Over time I have worked on a few multi lingual sites that have had requirements to allow label text throughout the site to be translatable.  This would usually be done by adding text to the relevant language files within the “lang”...

  • Posted on: Jan 03, 2011
    Rating:

    The EPiServer CMS 6 R2 Beta released just before Christmas has some new functionality called Visitor Groups. You can read more about that here . Having reviewed the API carefully, we have decided to make a few small (breaking) changes for the next...

  • Posted on: Jan 02, 2011
    Rating:

    Just a quick follow-up from my previous post Virtual-Roles-and-access-control-in-EPiServer : In that situation I had to solve a problem for a customer where certain endusers (not authenticated) should have access to more pages than other users....