Property List - Show/Hide Property for CMS editors based on other Property value
Background:I need to implement the ability for CMS editors to associate a list of facets to a page type.They need to be able to select the facets from a pre-defined list, reorder the facets and add...
View ArticleHow can I find out if a block is being used on any published page?
I have an episerver project that has lots of blocks over time some of these blocks are no longer needed, is there a way to see if a created block is being used on any pages in my episerver...
View ArticleSiteSeeker 4.2.91.1 upgrade, This operation is only valid on generic types
I upgraded SiteSeeker libraries from 4.2.89.1 to 4.2.91.1.The site was using this type of solution to add a custom meta tag for...
View ArticleUpgrade to version 11: This request has probably been tampered with
Hi,I am upgrading a solution from 7.5 to 11. So far I have got the solution working fine in version 10.10.4.When trying to upgrade further to 11.3.2, I keep getting the classical "This request has...
View ArticleGet parent page block
I am trying to get the parent block (which is a property) in the child page. I got this var page = contentRepository.Get<PageData>(currentPage.ParentLink);But how to get the property?
View ArticlePROPERTY LIST - Can't see all items in Episerver back end, is this a bug?
I am working on my first Episerver Project and I have come across a problem with the UI.I have a block Type with a PROPERTY LIST property. However when I add more than five items you can't see them all...
View ArticleHow to: Get block Items from a ContentArea based on its type
I have a page type with a ContentArea as one of its properties(currentPage.PrimaryComponentArea)How can I get the block items stored in this property based on its type.I also want to be to access...
View ArticleDetermining if a page is being moved from the recycle bin
In Global.asax.cs I need a way to figure out whether a page is being moved from the recycle bin to some other place in the tree. The only possible way to detect this as far as I know is to traverse the...
View ArticleThe image cannot be displayed because it contains errors
When I upload an image to Episerver media via the back office. For some reason when I then go to the URL for the image I see this error:The image [URL] cannot be displayed because it contains...
View ArticleFallbackWithMaster vs Fallback LanguageLoaderOption
Hi,There are FallbackWithMaster & Fallback LanguageLoaderOptions which DefaultContentLoader uses to load a content. FallbackWithMaster loads content like Fallback, additionally in case of no...
View ArticleNo OWIN authentication manager is associated with the request.
Hi guys,I want to add an Web API end point to my episerver project. I have set up the URL end point by following these simple...
View Articleunable to access image files
I have image file stored in my episerver website Admin mode > File Management. But when I try to open the images eror 404 come that page doesnot exist.If i view the thumnails of the image still the...
View ArticleConditional Validation on a BlockType/PageType
I have a Block Type wich has these two properties.[CultureSpecific] [Display( Name = "Display PDF Button", GroupName = TabNames.PDFCustomisation, Order = 0)] public virtual bool DisplayPdfButton { get;...
View ArticleWhere can I find the demo projects (source] to see how to build the search...
any links, ideas, directions will be very much appreciated.thank you
View ArticlePROPERTY LIST - Is it possible to Customize appearance in back office
I'm using a property list in the back office.I have an image as one of the properties, the problem I have is it only shows the content Id in the property list table, this is a really poor UI...
View ArticleEpiserver Certification - Practice Tests
Hi Guys, I have been working on my first Episerver project over the last few weeks, coming from an Umbraco Back ground I can see lots of similar concepts and now I understand the basics I am starting...
View ArticlePage Type Node Becomes None Editable when intercepting PublishedContent Event
I am hooking in to the PublishedContent Event within Episerver, so when a user publishes a particular page type some logic is performed (create pdf) and a string value is saved in to one of the...
View ArticleSystem.InvalidOperationException on ImageServiceClient
I use EPiServer.ImageLibrary ImageServiceClient RenderImage method to render a cropped image. This was the code before upgrade to EPiServer CMS 11.5 and this was working fine.var imageService = new...
View ArticleRunning Episerver In a Load balanced environment.
We are running Episerver in a Load balanced enviroment, we have 3 nodes.1 Node is dedicated to the CMS (so www.website.com/episerver)then the other two nodes are dedicated to the public facing website...
View ArticleLearning about working with AI features as a developer
Hi everyone,I cannot find any place to read how can I configure AI features on EPiServer and what can I do with it as a developer. I could only find the white papers in here, but it is not for...
View Article