How to combine multiple searches from multiple blocks on a page in one request
Hi,I have a page contain ten blocks, each block perform one query filterand i want to combine all query from multiple blocks into one request then perfrom at page levelAs i understand, episerver find...
View ArticleUnwanted synonyms in EPiServer Find
We have detected some words are registered as synonyms without us adding them manually. One example is "rus" (Norwegian for "intoxication") and "fyll" (Norwegian for binge drinking and "fill" as in...
View ArticleRouting, change /product?id=123 to at least product/123
Hi,I have a Controller like this:public ActionResult Index(ProductPage currentPage, string id) { if (String.IsNullOrEmpty(id) || !Int32.TryParse(id, out int productId)) { throw new HttpException(404,...
View ArticleChange Username
Hi,I have a situation where I need to be able to change usernames of EPi-users.The Situation:We have inherited a project that includes a custom .NET site and an Epi-site running EPiServer.CMS(v 9.7.1...
View ArticleIContentRepository - Work after clearing cache
Hi,Inspired by the this arcticle, I've created a setting page.At first it worked perfectly but I noticed that at some point in time, the contentrepository return is null when I tryed to retreive the...
View ArticleMixed mode authentication to log into both front end and back end at the same...
I have implemented mixed mode authentication- saml authentication for front end users and default EPiServer authentication for backend users. When I logs into both one by one, the first one gets logged...
View ArticleConfigure Marketo with Forms
Hi team!!I hav tried to integrate Marketo Connector in Alloy Site and created one form.I added needed add-ons from nuget package manager. And I'm able to see the Mapping Tab.I was stucked at to get the...
View ArticleAdding premium plugins like LinkChecker to Episerver's TinyMCE
Hi all, We have obtained a premium license for TinyMCE to be hosted on premises.We would like to add some of the premium plugins that were included in the license into the WYSIWYG editor for our...
View ArticleSlow startup on Azure
Hi,We're in the process moving our Episerver sites to Azure. The sites runs on a set of VMs (Iaas) and connecting to a SQL server (Paas).The Episerver sites takes longer to startup on Azure, about...
View ArticlePulling data from one block (via drag and drop or asset folder) and using...
Hello, New to the forums and to Episerver in general. I have searched up and down Google as well as the Episerver training materials for the solution to this and haven't found one. Here is my...
View ArticleCustom redirect in Bvn.404Handler not working
Hi!I am trying to get the custom redirect gadget in the BVN.404Handler, but I can't get it to work. It simply wont do the redirects I add.I have installed the latest version (11.2.3).The 404 redirect...
View ArticleHow to add additional property to CustomerAddress ?
How to add additional property to CustomerAddress (cls_address database table)? I have already data for customers and I want to extend with one extra property.
View ArticleContent API question
Hi good morning everyone.One of our customer is looking out inform one of its partners when a new content (Content based on a PageType type) have been Published in the Episerver Web Site through the...
View ArticleUrlResolver.GetUrl always returns host name url
Hi,For some reason, this line of code is always returning the host name url instead of the CMS page url. However, it does work for commerce data. This code is executed in a scheduled job.url =...
View Article[help]Copy site from one environment to another
Hi I'm new to epi .Looking for a method to copy the site form low environment to higher environment. What Is the most efficient way to do it ? I sow the api and PowerShell cmdlet what do you suggest...
View ArticleRestrict available DisplayOptions per content type
Using EPiServer 7.5, is it somehow possible to restrict which DisplayOptions that should be available for a certain block type or page type? (or say, perhaps for a given ContentArea property).
View ArticlePublish event for custom property
Hi!I have a custom property, where I have overridden the SaveData method. The problem is, that I want something to happen when the page that uses this property, is published. A page publish does not...
View ArticleExclude expired content from the Link Status report
Hi Currently the Link Status report shows broken links that are present on expired pages and blocks. Can broken links that are on expired content be ignored by the report as our clients don't need to...
View ArticleIs there a plugin to add a search box to add new page/block screen?
I thought I had seen someone with this feature before, where it adds a search textbox at the top of the add new page/block screen. Can't seem to find anything about it anywhere.
View Article