Best practice managing EPiServer license
EPiServer displays a warning when the license is expired, like Sas.no earlier today. See tweet from https://twitter.com/Haakon89If the license expires why display it for the user to see, isn't it...
View ArticleCustom menu in episerver
i want to constuct a menu like dropdown menu. when i mouse over i want to show sub menus.am using default MenuList method from helper class.
View ArticleGetChildren fails to retrieve new page type
We have a developer who added a new page type to our EpiServer 8.0.0.0 application. Upon adding pages of the new type via the CMS admin interface, we are able to see the new pages in the EpiServer...
View ArticleCan the PayPal provider be installed outside of epi Commerce?
We don't want to implement epi Commerce. Can we still install the epi PayPal provider and use it?
View ArticleIn a custom content area renderer, can I access parent-child information for...
I need to conditionally return an item css class in my custom content area renderer depending on whether a content area item is in the first content area encountered as opposed to subsequent items...
View ArticleLimiting display options with tags
In Alloy demo site, in DisplayRegistryInitialization 3 display options has been added to ServiceLocator.Current which tells Episerver to show those 3 options for all blocks. However, for some blocks we...
View ArticleEpiserver form submissions is empty
I've installed a new Episerver and then Forms. Then I've created a form with some simple data types and submitted my form several times. I can download my form submissions (like in CSV) and they...
View ArticleAccessing PageData properties using brackets
In pursuing support for old constructs when upgrading I have a question regarding the use of [] to retreive property values as inaPage["MainBody"]. It clearly works well in 7.5, but how about 9.5 or...
View ArticleProblem enabling Basic Authentication
I am attempting to enable Basic Authentication in order to require credentials before viewing a development episerver site. For a non-epi site I would just disable Anonymous Authentication and enable...
View ArticleMissing trash bin in our site
Hi,We cannot access the trash folder in our admin view. It appears that it is a permission problem. Someone at some point remove Viewing and administration rights to the Trash bin.How can I add rights...
View ArticleHow can you change permissions to a page container from the database?
I know I shouldn't do it. I know it is hacky. I know it is dangerous.However, how can I change values in the database to make a page container available again? Someone changed the rights by mistake,...
View ArticlePDF document is not indexing in episerver cms
I have used Lucean search to search in Episerver CMS 9.My indexing service is local .When I upload file to Episerver it will search by name or titile but it will not search by its content.This is...
View ArticleNo default Instance is registered and cannot be automatically determined for...
hi all, am trying to implement multiple languages for my project. so am following this article http://jondjones.com/creating-a-multi-language-picker-in-episerver/.when i am implemented code like above...
View ArticleAntiForgery
Trying to set up an EPiServer 7 site with MVC. And everything has gone alright until i tried to create a Group in the Admin interface.After clicking on the "Add"-button I receive:Server Error in '/'...
View ArticleHow to activate TinyMcespellchecker addsOn?
Hello,I have put the TinyMcespellchecker.zip, module.config, web.config files under the modules/_protected. How the function should be activated for the editor?Thkans a lot./Fang
View ArticleWCF service stops working when logging in to Episerver
I have a WCF service that is reachable by anonymous users on my Episerver site. The service works fine as long as I'm not logged in to Episerver; when I log in Episerver sets a cookie called...
View ArticleError: Default Membership Provider must be specified
Hello,Trying to get Episerver to work with OIDC, following the guide at http://world.episerver.com/documentation/developer-guides/CMS/security/integrate-azure-ad-using-openid-connect/Started working...
View ArticleSingle Sign On EpiServer options?
Hi,I'm completely new to EpiServer however I would like to start to evaluate what options around Single Sign On are available?I'm keen to offer my internal users (line of business) authors and admins a...
View ArticleSelectOne default value
Hi,I have a string property marked with the SelectOne property, which displays as a drop down in the editor:[DefaultValue("00:00")] //not working [SelectOne(SelectionFactoryType =...
View ArticleAvoid separator after OneColumnImageWebControl
Hi,I'm trying to add a proprety to a block. It should be displayed right after a property class that automatically displays a separator. This class is used in several blocks so it can't be modified.The...
View Article