Extending LinkItem
I have created a derived LinkItem class in order to extend it and add additional properties. I extended LinkItemCollection, and my custom property displays in the editor view of the page and the...
View ArticleGetting directory from PageFiles folder of EPiServer
I'm having some thoughts about how the EPiServer PageFiles system work. When I get a global file it's simple to get the correct directory, I just write:var dir...
View Article403 Error On CMS Provided Images
Within our site we have a number of areas where images, delivered from the CMS, are rendered on the pages. Recently we have been seeing a lot of instances where the images are not showing when the...
View ArticleError in FIND after update
Hello,Recently we have updated out Episerver version and also FIND version. Now FIND version stands at 13.0.4.We deployed at two server. One is testing and one is PROD. On testing everything seems to...
View ArticleAdd CmsAdmins claim in custom Owin middleware
Hello!I´m trying to get editor mode to work with a custom IODC provider solution we are using. I thought I´d try to add a CmsAdmins claim to the principal in an Owin middleware.* I based solution...
View ArticleWarehouse InventoryStatus Ignored
Can someone clarify (or point me to where it is already clarified) in the warehouse documentation what the difference is between InventoryStatus of "Ignored" and "Disabled"? (I have the knowledge that...
View ArticleHow to customize validation message for each field episerver form.
Hi,I want to implement custom validation message for each filed in form,Does anyone know if we can customize a validation message for each field? Now I have two textboxes (Name, Email), those are...
View ArticlePersonalisation + Validation
I've a 'ContentArea' with a 'LimitContentAreaItems' validator attribute attached, but my issue is that the editors may wish to personalize items in the ContentArea, but the validation attribute doesn't...
View ArticleHow to search for media in web forms solution?
Hi!I am trying to add a search to an episerver 11 web forms solution. I have added an episerver:searchdatasource to search for pages, and this works fine. But how do I search for mediafiles? I can't...
View ArticleTrim Content Versions job for Commerce catalog content
In CMS 11 we got the "Trim Content Versions" job for CMS content which uses the uiMaxVersions setting. Would be nice with a similar built-in job for Commerce content for cleaning up old previous...
View ArticleEpiserver Commerce: Variant Inventory view
In Episerver Commerce UI on the "Inventory" tab on the variant it would be nice if the warehouse code was shown in the view next to the warehouse name/location. Right now current columns is shown:...
View ArticleXForm into Block giving error
The Error is: The model item passed into the dictionary is of type 'Castle.Proxies.XFormBlockProxy', but this dictionary requires a model item of type 'XXX.Models.ViewModels.XFormPageViewModel'.at...
View ArticleCategoryListEditorDescriptor is not being called
Hello everyone,I have implemented the custom category list selector based on this...
View ArticleShow "submitted from" value in mail
Hi, In formsubmission has a coloum "Submitted From", shows which page the user submitted the form from.I am wondering is it possible to add this information in the mail (Send mail after...
View ArticleContentareas with the attribute [AllowedTypes(typeof(exampleBlockType))] does...
Hello!Example faulty scenario:Two contentareas, one with [AllowedTypes(typeof())] and one without and a pageType created from PageData- Unable to move page from non-decorated contentarea to decorated...
View ArticleHow to makes blocks searchable in episerver?
I have used below code for making blocks searchable.ContentIndexer.Instance.Conventions.ForInstancesOf<BlockData>().ShouldIndex(x => true);Why specific blocks are not searchable in edit mode?
View ArticleDoes consuming another EPiServer site's content require an extra license?
Hi! A friend of mine told me that if I have a non-EPiServer website which consumes content from an EPiServer website, then an extra EPiServer-license is required. Is this true? Lets say I have a...
View Article"Cache cleared" and EPiServer Application Reboot
I have a website where I use Episerver CMS 11 and also Commerce. I have an issue on my site where it is occasionally unresponsive for up to a couple of minutes. When recovered from this period of...
View ArticlePropertySettings has unknown type EPiServer.Editor.TinyMCE.TinyMCESettings
Hi,We recently migrate our EpiServer instance to the latest version.Right now, we are trying to change a GlobalSettings which is inside a DataType and the DataType is inside a ContentType.While doing...
View ArticleDuplicate LineItemId in cart
Hi, We have a Commerce system with heavy load. As far as I know LineItemIds in a cart supposed to be unique for the cart - I also got this confirmed from a Commerce trainer. Our system depends on this....
View Article