Bloggat, Utveckling

Sitecore PowerShell Script to list all Extranet users

15 okt , 2021  

Sitecore PowerShell list all Extranet users report

I’ve wrote this retention policy script in Sitecore PowerShell to list all Extranet users ordered by Login Date.

Läs mer »

Sitecore, Utveckling

Enable Single Sign On in Sitecore

13 nov , 2018   Gallery

Log in to Sitecore using Single Sign On

Single Sign On makes it easier for users to access any application not having to authenticate themselves every time. Once the user log in to the client computer, he/she will be able to access the Single-Sign-On-enabled application directly! This is how to enable Single Sign On in Sitecore!

Läs mer »

Utveckling

Uppgradera php-version för WordPress

21 okt , 2018  

PHP-version

Mitt webbhotell varnade att man kommer att uppgradera php-version från 5.6 till 7.2 inom några veckor. För att säkra att webbplatsen fungerar som den skall efter uppgraderingen ville jag testa hur den snurrar på php 7.2 i en utvecklingsmiljö.

Läs mer »

Bloggat, Sitecore, Utveckling

Migrate renderings from SC7 to SC8

18 mar , 2018  

Sitecore PowerShell

To be able for each language versions of an item to have their own renderings in our Sitecore instance version 7.2, the __Renderings field shared option was set to false. This is not Sitecore Best Practice, but this is how it was solved. When migrating the content to Sitecore 8.2 I wrote a Power Shell script to migrate the rendering settings to the new __Final Rendering field.

Läs mer »

Bloggat, Sitecore, Utveckling

Redirect rules in Excel

25 apr , 2017  

301 Redirect

The editors at the company where I work have been working on a new content tree in Sitecore. First we cloned the Home-node to a NewHome node. This way they could rearrange the structure without changing the pulished one. Still they got updates that were applied to the Home node. When we went live with the new structure we wanted all the old search indexed pages to be redirected to the new page in the new structure. This is how we did it!

Läs mer »

,

Sitecore, Teknik, Utveckling

Browse directly to an item in the Sitecore Editor view

16 mar , 2017  

Sitecore Content Editor Direct Url in Excel

We received a lot of items from our translation agancy Lionbridge. I would like to make it as simple as possible for our editors to find and approve the items in the Sitecore Editor. This is how it was solved.

Läs mer »

Sitecore, Utveckling

Clones and Sitecore PowerShell Extension

19 feb , 2017  

Sitecore PowerShell

Our organisation is working on a new content structure and took a decision to do this by creating a new content tree by cloning the present one. When it was time to go live with the new content we found that when deleting the clone ID we lost a lot of information on the clone item. The only way to save the information on the fields were to break the inheritance and then delete the dependency to the master item. Doing that manually would have taken a huge amout of time on thousands of items in 16 languages. This was a great opportunity to figure out how to use the Sitecore PowerShell Extension!

Läs mer »

,

Sitecore, Utveckling

Sitecore 8 Package Designer

18 nov , 2016  

Sitecore 8

Are you loggin in to a new instance of Sitecore 8.2 and cannot find the Package Designer? I search on Google for a solution but could not find any answers. It was obviously too simple for anyone to bother.

Läs mer »

Sitecore, Utveckling

Upgrade Sitecore 7.2 to 8.1

19 aug , 2016  

Sitecore 8

I have upgraded a Sitecore 7.2 instance to the latest release 8.1 rev 3. These are my reflections and experiences.

Läs mer »

Utveckling

NuGet Policy settings problem in Package Manager Console

7 jul , 2016  

Package Manager Console Policy Message

I needed to update a NuGet package in Visual Studio using the Package Manager Console but the network policy settings were overriding my local client permissions. This is how to solve the issue.

Läs mer »