Customization of settings for LinkItemCollection
Hello!Is there a way to customize how the dialog for adding a new link is presented to the editor in properties of type LinkItemCollection? (Episerver 8)Say if the client does not want the "Link...
View ArticleExport/Import Database
I have two environments for my EPiserver CMS 8 project, the project is not in production yet:- Local/development evironment. Here I've changed some pagetypes, some controller code and added one...
View ArticleExport reports in EPI CMS
Has anyone implemented an export tabledata feature in Report center?Export excel, CVS, pdf etc.
View ArticleCreate Report in Report Center MVC
Episerver 8 CMS MVC.Hi, I've found some references to create custom reports in Report Center with an aspx page, but I would like to know if it's possible to create this report the "MVC...
View ArticleEPiServer 9.7 in Azure
I have deployed my website into Azure but when I logged into the Edit mode, I get the following error when I try to edit a pageUnable to load...
View ArticleSaml 2.0 for authentication
Hi.We are planning to build a plattform for a customer, which has as a requierment that we use one of their systems for SSO. This system uses SAML sign-in protocol (and thus SAML 2.0 token). We havn't...
View ArticleUpload file limit in EpiServer?
Hi,This is probably going to be an easy one. So I have changed my web.config to allow bigger files for uploading. I set 100mb, yet files under 40 upload. Is there a place in the EpiServer admin UI...
View ArticleHide tinymce styles for tables
Hi,I have some tinymce styles that just works on tables. Is it possible to hide these from the styles-list in the XHTML-field?My editor.css looks like this:h2 { EditMenuName: Overskrift 2; } h3 {...
View ArticleAddressAlreadyInUseException with TCP Event configuration
Hi all,Having some troubles with getting TCP event communication going properly. Well, it works good, but every time the application needs to restart, for example when the web.config is saved I get the...
View Articlepass string into a shared view using partial call
The way our sites are being set up, all pages use a shared head.cshtml view for all things head. For a couple of page types, they will need some additional info in the page title tag than standard...
View ArticleGet block from ContentArea
Hi,I'm trying to get a hold of a property belonging to the block, of type MyBlock, that I have in a ContentArea.I have the following code:private string ShowSavingsAdvice(IList<ContentAreaItem>...
View Articleget content from ContentArea's first item's property
I have a listing page that pulls info from its child pages. Each child page has a property called 'Images' that is a ContentArea of blocks - with each block containing an 'Image' property. On the...
View ArticleStyling the "Page Could not be loaded"
Hi,When there is a page that EpiServer cannot find, it returns a blank page that says, "Page could not be loadedThe link you specified does not work. This may either be the result of temporary...
View ArticleHtml.PropertyFor properties to render items on one row in the view
I am trying to get my blocks in my ContentAre on one row. Now they end up on one row each.<div class="row"> @Html.PropertyFor(x => x.Advice, new { ChildrenCssClass = "block"...
View ArticleMy New properties doesn't show on catalog page.
Hi,I have a solution based on Episerver 8.12 and evereything was working fine. from this morning, when I create a new property, it will not show it on my CMS Editor pages, like in my catalog page.I had...
View ArticleEktron - Multilingual urls
We need to implement a url like: www.mywebsite.com/en-us/about-us.aspx and we couldn’t find an easy way to do this. We reviewed the following options:the taxonomy and alias option, but it seems that it...
View ArticleCustomization of settings for LinkItemCollection
Hello!Is there a way to customize how the dialog for adding a new link is presented to the editor in properties of type LinkItemCollection? (Episerver 8)Say if the client does not want the "Link...
View ArticleEPiServer.Core.XhtmlString error
I want to have a XHTMLString property so that the editors can edit the text as they want. I have tried with and without the attribute [UIHint(UIHint.LongString)] and it causes the same error:Unable to...
View ArticleHtml.PropertyFor properties to render items on one row in the view
I am trying to get my blocks in my ContentAre on one row. Now they end up on one row each.<div class="row"> @Html.PropertyFor(x => x.Advice, new { ChildrenCssClass = "block"...
View ArticleEPiServer.Core.XhtmlString error
I want to have a XHTMLString property so that the editors can edit the text as they want. I have tried with and without the attribute [UIHint(UIHint.LongString)] and it causes the same error:Unable to...
View Article