Slow initial page load in development
Hey guys,I've worked on a few episerver CMS projects and one thing about developing on them is that it's really time consuming waiting for the initial page to load after a rebuild.The build itself only...
View ArticlePreserve spacing and indent in TinyMCE Source Code mode
Hi all,is it possible to preserve code formatting in TinyMCE Source Code mode, example image -Â https://i.imgur.com/xu446dm.pngCheers, thanks!
View ArticleUse block as form datasource?
Have a form on a page that the public can use to select a date to sign up for a meeting. I would like editors to be able to create a list of dates that the form can use and have dates fall off the...
View ArticleRedirect user to specific page if unauthorised
I am building a website and we are using a virtual role to restrict access to certain parts of the site. I have tested this and it works correctly but now I just get a 401 error page when I go to one...
View ArticleExport failing
Hi,I'm trying to export a section of the tree in EPi7 (MVC). Â At the end of the export I get the following error:The following errors have occurred:Exception: Content with Guid...
View ArticleValidate duplicate content on Blocks
I have a block (VideoBlock) that has a string type named Video (represents video id). I had to prevent users from creating more than one video block with same video id and used below code in Save...
View ArticleEpiserver local environment setup
Hi,I am trying to configure our client website in my local environment. I have completed code and Episerver database. I am able to connect to the database using SQL.Am Trying to load the application...
View ArticleRemove "browse" link from Property
HiIs it possible to remove "or Browse..." link from this property?[Display(Name = "Category nodes", Description = "Soem description")] [AllowedTypes(new[] { typeof(CatalogNode) })]...
View ArticleSelect page tree view should filter pages according to selected language branch
Current situation:TinyMce allows you to create a link providing language branch as an additional parameter. The page tree that is shown after clicking on ... button includes all pages, regardless the...
View ArticleGuidance on headless mode and preview needed
We currently have a SPA written in Angular with some system components that we would like to re-use on Epi Server side.I have some pros and cons and some doubts for each option:Enable headless mode in...
View ArticleVersion gadget shows wrong author (cms 10)
episerver.ui 10.12.8.0 The version gadget looks like this. The "By" value is wrong; I've never edited this page. The "Publish"-button, however, has the right author.Note the same date and timestamp as...
View ArticleError when saving an EPiServer forms element
Hi, I'm trying to save/publish a selection element block, but I get a 500 error from EPiServer when im trying to publish it. This happens after I have added an element to the selection list. Have...
View Articlesort search result with different property for different page type.
Hi,Could some help me?I have a below requirement from clientPageType Article{DateTime Created;DateTieme Update;}PageType Product{DateTime Created;DateTieme Update;}We have requirement to sort the...
View ArticleConvert Blocks
Please could we have a 'Convert Blocks' feature, that does exactly the same as 'Convert Pages' but for Blocks.Currently, if you refactor a block type in code and rename it to something else, the...
View ArticleWhitelist for autocomplete
Hi. In an EPiserver project I working on, we use EPiserver.Find as search provider. We also use the autocomplete api as described under statistics (...
View ArticleImport large export files
Hi!When I try to import an export file that is 103Mb, the page says "The page was not displayed because the request entity is too large."What Is the limit and how can I change it?Best regardsKristian
View ArticleContent selelection dialog hanging when using AllowedTypes that does not...
Hi,I have a content area that uses an interface to restrict that content can be added to it. The restriction is to a marker interface that's defined on both a page type and a block type. There no...
View ArticleVarying (non-deterministic) result order with unified search
When I search repeatedly, my results are ordered differently. Not every consecutive search changes the order, but when I recorded the top ten results of five searches, there were three different orders...
View ArticleMake LinkItem a valid property type
LinkItemCollection is great but if you only want one link it would be nice to be able to create a LinkItem property.
View ArticleFailed Password Attempt Count on Login
Hi!I would like to display the failed login attempts when user enter incorrect password.Is there any possibilty is there using EpiServer extensions? or do we need to write any extra code to get this...
View Article