Refreshing page in edit mode after ajax call to controller
Let's say I have a property on the page:[Display( Name = "Selection Box", GroupName = Global.GroupNames.Contact )] public virtual bool SelectionBox { get; set; }An then in the view, I have this...
View ArticleBug in Link Validation?
Hi,it seems that the built-in Link Validation scheduled job has been failing for one of our customers for quite some time because there are some links with "tel:" scheme. Such links should be ignored...
View ArticlePrecomiple and remove virtualPathProviders
I would like to precompile my episerver website, to reduce template compile time. I am aware that I can curl each url to warm it up but don't want that load everytime I deploy a new server. Has...
View ArticleBulk updating external links in content
Is it possible to bulk update outgoing external links in Episerver content, including external links in the content of TinyMCE fields? We have some 1300 links going to an external service, of which 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 ArticleHow do I tell my site to ignore hits to dead links?
My site, WWW.misoenergy.org, is plagued by hits to the OLD URLs before we switched to Episerver. People wrote scripts, which for whatever reason they've never turned off that hit our hit day and...
View ArticleContent Delivery API returns null content if browser has wrong language set
Hey,I've spent couple of hours investigating why my content API returns null content response. I've finally managed to find the reson. It has turned out that my browser has set multiple languages and...
View ArticleWhen completing a released shipment on a multishipment order , how do I know...
CompleteShipment in DefaultShipmentProcessor uses this method that use the extension method ProcessPaymentsprivate void CompleteShipment(IOrderGroup order, IShipment shipment) {...
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 ArticleHow to avoid &replacing with & in Editor
Here am trying to embedd youtube video in some page using tiny mce editor. the url contians & symbols.when i ok button in ediot and again open code option the & is replacing with &...
View ArticleUsing Groups to restrict members content
I have gone through the community api documentation and have a question around the groups microservice. My query is in relation to utilising Groups to restrict content (in this case forums/sub forums)...
View ArticleRestrict Access for block types
Hi,I need to restrict create/edit access for certain block types and can see it can be done using the Access attribute as documented...
View ArticleTerms Facet wrong count when Filter is used
Hi!I am working with Epi Find on an Epi 6 R2 site and I'm having an issue with terms facets.My problem is that the Count property of TermsFacet objects show the total amount of this facet BEFORE...
View ArticleHow to display a notification in all properties view
Does anyone know if I can display a notification like the one pictured?I'm making a custom archiving job, and I'd like for the user to see that the page is set to be archived at a glance when...
View ArticleForms generated script indexof undefined
Hi,I'm having an issue with clicking buttons in episerver forms - buttons in this case are the submit, next step etc. form elements.I've set up "@Html.RequiredClientResources("Header")" just before the...
View ArticleEPiServer TinyMCE not creating link from CustomMediaRepository
Hi,I have created custom media directory and configured local media provider but when i create file link in TinyMCE and select file from my LocalMedia directory and publish. Link becoms blank. I think...
View ArticleExtend Link Editor Functionality
I'm trying to extend Link Editor adding a new link format for phone numbers.I added a new field to the Link Editor by exending the class EditorDescriptior as shown below: [EditorDescriptorRegistration(...
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 ArticleBlock inside a Block produces System.StackOverflowException
Hi all,I have a suspicion that Block inside a Block produces System.StackOverflowException. It happens only while developing on localhost, but not on a production when uploaded to server. I have a...
View ArticleEvaluate discount with visitor group
I have a Campaign with a Visitor Group applied and one or more Discounts under this Campaign.I'd like to use the PromotionEngine's Evaluate() method to fetch the discount price of a product in this...
View Article