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: May 11, 2011
    Rating:

    Yesterday we upgraded World to CMS 6 R2 (huzzah!), but we also included a tweek on display name and aliases. Your display name will now be, 1) Alias, 2) First name + Last name, 3) part of user name*. Your alias will also used for the profile link....

  • Syndicated blog - Posted on: May 10, 2011

    The upgrade from R1 to R2 took slightly longer time than I anticipated and I thought I’d document some lessons learned in this post. Resetability This is in no way unique to this upgrade but this is the first upgrade where I’ve used Git and had...

  • Syndicated blog - Posted on: May 10, 2011

    The other day we were upgrading a site for a customer from EPiServer 5 to EPiServer 6. In the upgrade process an exception was thrown telling us: At C:\Program Files (x86)\EPiServer\CMS\6.0.530.0\Upgrade\System Scripts\Upgrade Site (SqlServer).ps1...

  • Syndicated blog - Posted on: May 10, 2011

    In EPiServers public template they have given me a nice way to redirect the user after a XForm have been submitted by hooking up on the AfterSubmitPostedData event. public void XForm_ControlSetup(object sender, EventArgs e) { var control =...

  • Syndicated blog - Posted on: May 10, 2011

      Most of this post is also based on the Microsoft’s Windows PowerShell Quick Reference however despite the sharing scripting runtimes the nature of the both shells differ considerably as described in the previous post: PowerShell for EPiServer –...

  • Syndicated blog - Posted on: May 09, 2011

    Part three in this blog series will focus on developing a image gallery using ImageVault.

  • Syndicated blog - Posted on: May 09, 2011

    Most of this is based on the Microsoft’s Windows PowerShell Quick Reference however despite the sharing scripting runtimes the nature of the both shells are pretty different (although the differences are not as vast as one might think).   Windows...

  • Syndicated blog - Posted on: May 09, 2011

    If you require that a particular HttpRequest impersonates one or more Visitor Groups,  then you can do so by adding one of two keys to the current HttpContext. Before calling the logic to check each criteria in the VisitorGroup; and determining...