Find returning Expired content
Episerver v11.12.0 hosted at Episerver AzureI am using FIND to list specific blocks that I pull from a folder. However, the search included blocks that are marked Expired. I am using the extensions...
View ArticleFind Page references in XHTML String
I have a page which has a property of type XHTML String. Contributors drag other pages in this area. If this page is expired or deleted, is there a way to find out if its referered in xhtml...
View ArticleDojo plugin area to header
There seems not to be any dojo plugin area for the header area in admin ui, where name, urlsegment, type, id, tools are.Wanting to put a custom widget in header not possible without using ugly...
View ArticleProblem with search 'like'
I have noticed that after updating to latest version of EpiFind, I can't find any results using 'like'. For example, let's have a phrase "abcdef", then when I use UnifiedSearch with phrase "abc", it...
View ArticleCustom CMS page search for Editor
HiI have been trying to implement a custom search for searching pages in the editor mode, But i have not manage to do it.I have manage to do it for products in Catalog area, but not in pages.I have try...
View ArticleChrome 80 impacts
How this will impact on EPi Find, getting the following message in consoleA cookie associated with a cross-site resource at https://dl.episerver.net/ was set without the `SameSite` attribute. A future...
View ArticleForms - Customise "Display message after form submission"
Hi,I need to customise the "Display message after form submission" displayed to a user after submitting a form using EPiServer Forms. I have a message set already and I need to add a unique reference...
View ArticleMulti site language setup with one top domain
I have a pretty unsual request for setting up a multi market/language site in Episerver.Today the client has a normal setup with a number of sites in Episerver, one for each country market. Each market...
View ArticleBlocks with no model not creatable
Hi,For a client's project we need to create block types at runtime. This means that we create the block type without a backing model (class). The creation goes well and the block type is visible as a...
View ArticleUIHint.CatalogNode results in blank properties window in CMS
Hi,In a commerce website I'm using a content reference on my "HomePage" content type that to links to a content node in the commerce catalog.The property looks like...
View ArticleServiceLocator.Current.GetInstance() returns null, crashing AlloyDemo
Hi all,I'm currently running through the CMS training content with AlloyDemo, and I'm currently getting a server error for this line:Object reference not set to an instance of an...
View ArticleHow to add custom promotions and listen to promotions events ?
Hello Team,I am working on promotions and I have requiremnts below :we need to add promotion in which the user spend $xx , give him free SKU with free subchange , it's ptetty easy to give free SKU but...
View ArticleUpdate custom property on Shipment and evict from cache
Hi Guys,We have a scheduled job running every 10 minutes that exports shipments for Purchase orders based on different criteria. One of the main criteria is a flag we set on the shipment via a custom...
View ArticleI can't find out the reason of the repetition of this query ? This make my...
I can't also trace this query in my code.QUERY1 :- (@1 nvarchar(88),@0 datetime2(7))UPDATE [dbo].[Sessions] SET [Expires] = @0 WHERE ([SessionId] = @1)QUERY2 :- (@p0 nvarchar(4000))SELECT TOP (2)...
View ArticleGuide for creating EPiServer module in MVC
For a client I really would like to add some new module at the top of the CMS navigation bar (after user groups). With some tutorials and trail and error I managed to get the module in the navigation...
View ArticleBootstrap modal in Episerver custom tool not working after CMS upgrade
Possible bug. One of our custom tools uses Bootstrap, and the modals are not working properly after upgrading to the new UI. We upgraded from 11.12.0 to 11.14.1. Here is a list with the packages...
View ArticleRemove option to add title attributes to links in TinyMCE
Hi,According to our UX designer the "title" attribute is bad for accessibility on links.Here's more information about titles and accessibility: https://a11yproject.com/posts/title-attributes/The title...
View ArticleWhat does WithAndAsDefaultOperator() do?
I have used QueryStringQuery.DefaultOperator to change the default operator of the query. My intention is to make the search operator 'AND' instead of 'OR'.IClient client = SearchClient.Instance;...
View ArticleHow to exclude Form elements from a custom FormContainerBlock and include...
Hi!I have created a new class that inherits from FormContainerBlock (lets call it MyCustomFormContainerBlock).. and so far everything works great, I can use it just fine with EPi Forms.I also needed to...
View ArticleCreating an external plugin for TinyMCE
Guys, I am following this link and the following code[ModuleDependency(typeof(TinyMceInitialization))] public class CustomizedTinyMceInitialization : IConfigurableModule { public void...
View Article