How 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 ArticleStyle and script tags are automatically removed from TinyMCE 2.7.0
Hello,We have upgraded our solution from Epi 9 to Epi 11. Now we are facing an issue when we apply any "<style>" or "<script>" tag in the TinyMCE and save. it is automatically removed from...
View ArticleWhat is disadvantage of using Episerver version 8.10.2
What is disadvantage of using Episerver version 8.10.2 . what are risk and issue we might get to continue with this version -8.10.1
View ArticleReal time connection could not be established error even if websocket is...
We have our Episerver site version 10.10 in Amazon s3 server. It had been hosted for a while and working fine until yesterday when we had a new deployment.The error is in admin mode which says this (as...
View ArticleGadget/report for managing visitor group and it's usage on pages and block
Can we have a feature in Episerver which allows CMS user to perform below actionsManager visitor groupsFind usage of visitor groups on page/block.There is one available which can be installed via...
View ArticleWhat is EPiServer.Packaging.Converter?
What is EPiServer.Packaging.Converter and how can i use it?Description is "Converts Addons to Visual studio based nuget packages"Exists here:...
View ArticleGets YSOD with "No parameterless constructor defined" for all controllers...
I am having YSOD with "No parameterless constructor defined" for all controllers, including the Start page controller, after upgrading to CMS 11.x .Using StructureMap.Any help or tip would be...
View ArticleEpiserver CMS Visual Studio 2019 Extension
When Can we expect Episerver CMS Visual Studio 2019 Extension?
View ArticleDisable/circumvent Epi Forms saving data on Submit
It seems Epi is storing submission data somewhere, for example when using the form stepper, clicking "Next step" will trigger a Submit and data is saved. If I reload the page, the fields will populate...
View Articlehow to change 'undefined' block type
When adding a new block for a page, some of the blocks are 'undefined'. Are we able to change this?Screen shot of 'undefined' in action
View ArticleHow to remove validation options in Edit Mode?
I'm making a custom Form Element of "Date" type, so I'm extending "TextboxElementBox" like so...public class DateElementBlock : TextboxElementBlock { public DateElementBlock() : base() { } }My custom...
View ArticleCreateMetaField is not adding entry to mcmd_MetaField table
We're having an issue where the Business Foundation API for creating a new MetaField on a class is not working properly.This is the code that I'm executing:using (var myEditScope =...
View ArticleUnable to create new blocks after upgrade to CMS 11.18, tried another upgrade...
Hi there,Has anyone come across this weird issue which I am facing since upgrade to Episerver cms version 11.18. The issue is that when I try to create a new block in content area or under global...
View ArticleAvoiding coding hell in EpiServer
Delete from tblContentTypeToContentType==========================What data is supposed to do in this table I'm not quite sure despite asking EpiServer support several times.What it definiitely causes...
View ArticleEPiServer.CMS.UI.* 11.19.1 packages break content area 'create new block'...
If you install the EPiServer.CMS.UI.* 11.19.1 packages the link in content are 'create new block' stops to work.Instead of listing all possible blocks or blocks limited by the AllowedTypesAttribute you...
View ArticleDecimal metafield using MetaFieldBuilder
Hi,I'm trying to add a metafield to the cls_organization table, by using the MetaFieldBuilder. Now, creating most of the fields works fine, however, I am not able to create a decimal with a specific...
View ArticleCommerce Manager -> Admin -> Catalog System sub items are missing
Hey champs,I have a weird situation that in commerce manager the "Meta Field" (and all other children) of the "Catalog System" is missing:Any help appreciated.Regards,Aria
View ArticleDataFactory.Instance.GetChildren() is not returning the latest created articles.
GetChildren is not returning latest pages which created by editor.this code was working earlier. but now it does not.Below is my code.List<PageData> children =...
View ArticleModules routing returns blank output, wtf!
Hello Experts,Latest version 11.12 CMSI´ve set up a new site but no modules routes are working.not /EPiServer/Cms/VisitorGroupsnot /EPiServer/EPiServer.DeveloperTools/IOCnot...
View ArticleError (404) in route when using Marketing (A/B-testing)
Hi!I get the following error when using the Marketing package (A/B-testing). It happens everytime it tries to save the result, and I get the same error if i try to access it directly (using postman for...
View Article