I have customers that have expressed a wish that when a editor enters edit mode the favourites tab should be the default instead of showing the page tree. I found a post by Allan Thraen which added an extra row to the context menu with using a...
The other day a colleague of mine got a report from a customer that when trying to use DOPE on certain pages an exception was thrown. First I thought that it was a problem with a custom property but after viewing the code for the page type which w...
If you check the EPiServer SDK they way to do it is by attaching to the EditPanel loadedpage event i Global.asax. What if you would like to to it for different pagetypes then? It would be no big thing to add a paget ype check and maybe make it...
The other day I had the pleasure of debugging some code which forced me to change value to a lot of page reference property in edit mode. I’ve always thought that it’s an unnecessary step to click the “…” button to in my experience often just clic...
I’ve compiled all tools and tips from my previous blog posts so it will be easier to try them out. It’s made as a single assembly (with the exception from the .browser file for the adapters) so you just have to drop the dll in the bin folder. Use...