• About this blog
  • About me
  • Contact
Sitecore XperiencesThe things I've seen as a Sitecore Professional
  • About this blog
  • About me
  • Contact
Menu
  • About this blog
  • About me
  • Contact
  • Custom Reset Layout in Content and Experience Editor Modes

    February 9, 2018 Rodrigo Peplau 0

    Custom-Reset-Layout-in-Content-and-Experience-Editor-Modes

    Recently I had to customize the code that triggers when a Reset Layout is executed. If you ever had to attach any code to it, this post is for you! You know, that sympathetic prompt: The first thing you need to know is that Content Editor and Experience Editor does that differently, so let’s go for them: Round 1 […]

    More
  • Prevent orphan components in Experience Editor when deleting composed components

    September 29, 2017 Rodrigo Peplau 0

    Prevent-a-component-to-be-deleted-in-Experience-Editor-when-it-has-inner-components-banner

    If an editor deletes a component in Experience Editor and that component has inner components, only the outer component will be actually deleted from the page rendering. Inner components will not show anymore (and often Content Editors will be happy), so why would that be a problem? The problem Take for instance this set of renderings […]

    More
  • Language specific MediaProvider breaking icons at Media Library

    February 14, 2017 Rodrigo Peplau 2

    UPDATE: Kamruz Jaman has contributed with a comment for a simpler, less intrusive and more generalist solution:  Inside the GetMediaUrl method of your custom MediaProvider, check for the “Thumbnail” property of your MediaUrlOptions parameter. If it is true, make your code fall back to the base, such as: if (mediaOptions.Thumbnail) return base.GetMediaUrl(mediaItem, mediaOptions); During an upgrade from […]

    More
  • Slowness with Custom Properties on .NET Security Provider

    August 22, 2016 Rodrigo Peplau 1

    If you ever used the standard .NET Security Provider with Sitecore, you may love how easy it is to create and use Custom Profile Properties, where data can be easily saved at user profiles. But a huge issue can emerge if you attempt to retrieve users at your database by one of these custom properties. The Problem Let’s say you have a […]

    More
  • Faster Sitecore for Development - All in a single include

    July 14, 2016 Rodrigo Peplau 0

    Since Sitecore 8, load times after builds are getting slower due to the high usage of Speak at the new UI. There is a great post by Kam Figy that summarizes reasons and how to improve this performance. Tired of having to get back to his article repeating the steps for all my project, I decided to isolate everything in a single […]

    More
  • SPEAK: ItemTreeView with multiple Roots

    April 22, 2016 Rodrigo Peplau 0

    I’ve being studying SPEAK recently for a module I’m building, and it’s being a lot of fun so far. Of course, when learning anything that imposes a different paradigm, it’s common to get stuck with “simple” things that, in another programming realities, are easy to accomplish. And then it happened to me: the ItemTreeView component offers exactly the UI experience […]

    More
  • Using Rules to replace spaces by dashes in Sitecore 7.5 in 3 simple steps

    April 28, 2015 Rodrigo Peplau 2

    In this article I show how to use rules to rename items so, every time an item is saved, spaces gets replaced by dashes. Advantage of using rules is that you can visually setup different kind of conditions, without having to hardcode them at your code. 1) Create the Action that triggers the item renaming In your master […]

    More
  • Visual Studio Solution at Sitecore Projects - Avoiding IIS restarts with Robocopy in a Post Build event

    April 11, 2015 Rodrigo Peplau 2

    As very well described by Sean Kearney at this great post, there are two ways to setup a Sitecore solution on Visual Studio for development: 1) Your solution, and code, is fully immersed in the Sitecore web site; 2) Your solution, and code, is outside of Sitecore’s web site and you use some post build process to deploy. […]

    More
  • Best way to setup Active Directory Module in a Sitecore Solution

    March 23, 2015 Rodrigo Peplau 1

    Connecting Sitecore with an LDAP Server is pretty easy with Sitecore’s Active Directory Module. Setting up the module is not hard, but if you follow the official documentation you’ll end up updating a lot of your Web.config file, which may be a problem for several reasons: You can easily lose track on your customizations; Upgrading Sitecore for a newer version may become […]

    More
  • How would you do it: 2 levels menu

    February 9, 2015 Rodrigo Peplau 1

    One of our clients has a development team that will take over the project as soon as we finish our part. They have great developers with no Sitecore experience, and some of their questions are pretty valuable for those starting in the Sitecore world. My answer that follows has a consultancy approach, providing explanations and advises at a higher level. […]

    More

Proudly 10x Sitecore MVP!
(2016-2025)

Localization

Recent Posts

  • All Submissions from Sitecore Hackathon 2025!
  • Know your Media Library disk usage with a simple PowerShell script
  • Automated Behavioral Personalization in Sitecore XP with Generative AI
  • MVPinny knows the Sitecore Accelerate for Partners
  • Rodrigo Peplau wins Sitecore Most Valuable Professional award

Recent Comments

  • navan on Meet MVPinny: the AI-Powered Sitecore Assistant
  • Adriana on Content generation with Sitecore Connect and ChatGPT
  • NAVAN on Automatic Sitecore NuGet upgrades with Powershell
  • Hedipo S Menezes on Corey Peplau wrote this - WFFM conflict with Unity DI and a lesson on how Sitecore community is so amazing
  • Rodrigo Peplau on ERROR [Content Testing]: Cannot find PhantomJS executable at ' (...) /data/tools/phantomjs/phantomjs.exe'. Aborting screenshot generation.

Archives

  • March 2025
  • January 2025
  • June 2024
  • April 2024
  • February 2024
  • December 2023
  • November 2023
  • August 2023
  • July 2023
  • January 2023
  • February 2022
  • December 2021
  • November 2021
  • March 2021
  • July 2020
  • February 2020
  • September 2019
  • July 2019
  • April 2019
  • March 2019
  • December 2018
  • February 2018
  • January 2018
  • November 2017
  • September 2017
  • August 2017
  • July 2017
  • March 2017
  • February 2017
  • November 2016
  • September 2016
  • August 2016
  • July 2016
  • April 2016
  • November 2015
  • September 2015
  • July 2015
  • April 2015
  • March 2015
  • February 2015

Categories

  • Actions
  • Active Directory
  • Analytics
  • Architecture
  • Bug fixing
  • CDP/Personalize
  • ChatGPT
  • Content Edition Experience
  • Content Hub
  • Continuous Integration
  • Dev
  • Development
  • Environments
  • Experience Editor
  • Experience Forms
  • Front-end
  • Hackathon
  • Health Check builds
  • Helix
  • How To
  • LDAP
  • MVP
  • MVP Summit
  • MVPinny
  • Phantom JS
  • Powershell
  • QA
  • Richtext Editor
  • Rules
  • Security Provider
  • SIF
  • Sitecore 9
  • Sitecore API
  • Sitecore Community
  • SItecore Connect
  • Sitecore Modules
  • Sitecore Rocks
  • Sitecore Rule Processor
  • Sitecore Symposium
  • SPE
  • SPE-only Alliance
  • SPEAK
  • SUG
  • Support Ticket
  • TDS
  • Team City
  • Uncategorized
  • Upgrades
  • Visual Studio
  • WFFM
  • Workflow
  • XConnect
  • xDB
  • XM Cloud

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Recent Posts

  • All Submissions from Sitecore Hackathon 2025!
  • Know your Media Library disk usage with a simple PowerShell script
  • Automated Behavioral Personalization in Sitecore XP with Generative AI
  • MVPinny knows the Sitecore Accelerate for Partners
  • Rodrigo Peplau wins Sitecore Most Valuable Professional award
  • Error enabling GraphQL IDE with XM Cloud
  • Meet MVPinny: the AI-Powered Sitecore Assistant
  • Content generation with Sitecore Connect and ChatGPT
  • XM Cloud Starter Kit with Content Hub Integration
  • Meet the (Brand new) Advanced Powershell Packaging Features

Tag Cloud

    Architecture Automation Continuous Integration Debugging Development Environments Hackathon How To PhantomJS Powershell Server Roles TDS Team City Team Development for Sitecore XConnect

Pages

  • About this blog
  • About me
  • Contact

Search

Copyright © 2015 Rodrigo Peplau Theme created by PWT. Powered by WordPress.org