Blog posts — page 6
Remember to configure CmsAdmins in Episerver 6
Tried to reach the search settings admin view but didn't get access. Snooping around led me to a new Episerver 6 group name setting.
Published
Retrieving an Episerver 6 global setting value
You added some property settings to your custom property and created a couple of global settings for the editor to choose from. Then you find out you want to get hold of the setting values in code. Here's how you fetch them.
Published
Replacing the TinyMCE table plugin in Episerver 6
I got the task to replace the TinyMCE table plugin with a stripped down version optimized by a colleague.
Published
Using Dynamic Data Store related to an Episerver 6 page
We decided to build a poll function using a Question page type and an Option page type to put below. For each option we thought the new Dynamic Data Store related to an Episerver page, the Page Object Manager, would be a neat thing to use as storage for the votes.
Published
Alter default InitOptions for TinyMCE in Episerver 6
The default config options set by CreateDefaultInitOptions() aren't really what you need to help editors create correctly marked up content. Luckily the people at Episerver have a way to tweak 'em.
Published
Vary Episerver cache by all querystring parameters
I had a Episerver CMS 5 R2 project where there was a lot of templates lifted in from an older solution. It was very querystring intensive so I needed to get away from specifying each querystring-parameter in the httpCacheVaryByParams setting and still enjoy public caching.
Published
How to create a role task by code in Episerver
After failing duplicating the ParallelApproval Workflow I looked into creating a task by code in the project instead. Didn't find much documentation online so here's my initial Proof of Concept to fill the gap.
Published