Hook into the download event for media files
Hi,I would like to know, if there are any events exposed that i can hook into, on the dowload of media (pdf, docx etc.). In good old UnifiedFile world, we used to have these events but not sure about...
View ArticleFind out which MediaData that is referenced from a page/block
There's this method in IContentRepository_contentRepo.GetReferencesToContent(mediaData.ContentLink, false)That will let me know if there's content (pages/blocks) that is using the MediaData in...
View ArticleSorting on property with JsonProperty with PropertyName set
I have the following product content:public class SampleProduct : ProductContent { [JsonProperty(PropertyName = "heading")] public override string DisplayName { get => base.DisplayName; set =>...
View ArticleAlways show language segment in URL
Hello!I have a website with 4 different languages. On the master language, Swedish, I want to always show the /sv/ part of the URL. If the visitor goes to mypage.com/news I want them to be "redirected"...
View ArticleSoftLinkCollection timesout
Hi,I am looking for orphaned files in the VPP in our Episerver 6 R2.I loop through all my VPP directories and find the files in each and count how many linked pages there are using...
View ArticlePromotion Buy X Items Get Cheapest Free is not working as expected.
Hi AllWe currently have an issue where 'Buy X number of Items get cheapest free'. Scenario - Buy 3 Items get cheapest free:We add items, all of which are in the same campaign, Item A($10) to the cart,...
View ArticleMake default sort on this part to descending
Right now when you go to this pagehttps://world.episerver.com/forum/developer-forum/Feature-requests/You get the oldest request first, it should be the opposite
View ArticleIUrlResolver returning null in Initialization Module but not in Scheduled Job
I've a scheduled job that was (and still is) working fine, but I've also refactored the code so that it can be called from a Initialization module, so job can be run from a scheduled task, but should...
View ArticleA/B Testing Performance Issue
Hi, We are currently investigating some performance issues for a client, and it seems like the issues only appears once one or more A/B tests are running on the site.When we set up A/B tests we get a...
View ArticleOrderContext.FindPurchaseOrdersByStatus gives SQL Error
Yesterday we installed the latest version of Episerver Commerce. It seems that the way how FindPurchaseOrdersByStatus method in OrderContext works has been changed. Already dived into the decompiled...
View ArticleCreating an editor widget
Hi,So i finally decided to jump the dojo hurdle and try to create a editor widget. I really tried to make it as simple as possible and followed the instructions on this page:...
View Article404 behaviour inconsistent
Why is it that 404 behaviour is inconsistent:These bad urls produce different outcomes:These urls go to our custom...
View ArticleHow can i see mapped roles in virtual roles
HiI have several Virtual roles, one of them:<add name="CmsEditors" type="EPiServer.Security.MappedRole, EPiServer.Framework" roles="WebEditors" mode="Any" />is there a way from code to see if the...
View ArticleOfficially supported .NET versions
Hello, everyone!On the EPiServer System Requirements page I see the line with the concrete versions "Microsoft .NET Framework 4.6.1 or 4.7".Could anybody know are 4.6.2 / 4.7.1 supported? What about...
View ArticleHow can I return all published pages with their page types in an EPiServer...
We'd like to return a list of all pages with their page types from an EPiServer 8.0 site. Preferably I'd like to do this within a navigation structure via a list of ContentAreaItem objects. But I...
View ArticleTest Automation for EPI-CMS
Hi everyone, I'm new to EPI server. Looking for an advice to kick start my test automation on EPI-CMS.Has anyone done it before using any software automation tools? if so, I would love to you know your...
View ArticleAdd Epi Forms Dependencies functionality to Rich text (with placeholders)...
It would be nice if in Epi Forms we could set dependencies on Rich text (with placeholders) form elements so pieces of content could be shown to users if for example they select a particular topic in a...
View ArticleWhat ElasticSearch version used with demo index?
What version of ElasticSearch is currently used when creating demo index on https://find.episerver.com/?
View ArticleEpiserver Forms auto trigger Recaptcha
HelloHas anyone coded Forms to automatically trigger recaptcha instead of having to rely on the editors to add it?//Patrik
View Article