Duplicate content from one language version to another
In the cms (using the Languages add-on) it is possible to create a new language version of a page and duplicate the content from another language. It is possible to do this programmatically?
View Articlebest way to create a multi-page header?
I have played with alloy, and gone through the "geting started" docs, but there are a lot of gaps.The first thing one might want to do with an empty site is to create a block (via the conent editing...
View ArticleUploading CommerceMedia in assets programatically
Hi,In a schedul Job I am downloading images for xyz location and trying to associate with variants. I am trying to do it in 7.5 style.var contentRepository = ServiceLocator.Current.GetInstance(); var...
View ArticleHas anyone seen the "important concepts" documentation?
Looking for tutorials or developer guide for Epi, http://joelabrahamsson.com/getting-started-with-episerver-cms-development/Says: " Make especially sure that you read the Important Concepts part of...
View ArticleHas anyone read The Missing Manual by John D Jones?
Has anyone read this book?https://leanpub.com/episerverthemissingmanualAmazon has another by the same name, but seems to be a different author.The episerver online documentation is pretty limited.
View Articleepi_page_context in TinyMCE
Hi, TL;DR: Is it possible to get the Episerver context in a custom TinyMCE plugin?I'm trying to migrate a custom plugin in TinyMCE after upgrading to Episerver 11 and TinyMCE 2.8.0. The plugin uses...
View ArticleLanguage - Inherit settings from the parent page - disable programatically
Hi,Regarding the language fallback for a page, ( as mentioned here in your user guide ) can I disable it programatically?My site has 2 languages, en-NZ and en-AU.I have a scheduled job that adds...
View ArticleHow to apply the CSS Styles to EPIServer forms???
Hi Guys, i want to apply my own styles to EPIServer forms field,can any one help me out of this.Thanks,Ramkee.G
View ArticleCustom validation for «Manage Expiration and Archiving».
I am well aware of how custom validation of regular properties can be done, but how can I validate the input in the window for «Manage Expiration and Archiving»?I would like to make «Archive to»...
View ArticleIValidate interface for multiple pagetypes
Hi All,I am new to EPiServer. I am using IValidate interface for validating the default property of episerver page i.e CategoryList. I would like to restrict the count of category selection for example...
View ArticleSetting ContentFragment language in an XhtmlString
I have page that hosts an XhtmlString property and the page has multiple translations. In the XhtmlString area there is also a block, which has multiple translations as well. I am trying to get the...
View ArticleUnable to upload image in a block.
Hi,I'm getting image upload failed message (Content type "ImageFile" is not allowed to be created under parent of content type "BannerBlock".For my home page, I have added a banner block. In banner...
View ArticleReset form after submission without page reload
Hi,I am looking for a way to reset my form after submission, so the users can fill it out and submit it again. Is there a standard episerver method I can call to do this or do I need to write my own...
View ArticleAlways provide best possible item price from combination of discounts
HiSay I have the following active discount types:Line item discountsBuy Products for Discount on All SelectionsBuy at least item: 1From entries: Product AAt the follwing discount: 10 % offBuy Products...
View ArticlePages and interface inheritance
I have pages that implements interfaces with inheritance. When I pass a page to a view that expects the interface, the inherited properties are missing.public class StandardPage : PageData, IMainBody {...
View Articleworld.episerver.com - bug list - add ability to filter bugs
I'd like to be able to look at the bug list in the support section of world.episerver.com and filter out bugs based on status. For example, being able to see all Find-related bugs that are not closed...
View ArticleCS1519: Invalid token ',' in class, struct, or interface member declaration
Hi Has anybody come across this error recently?We are trying to make a new Episerver project and when we run the solution we get this error. We have checked all the DLLs, they are in BIN folder and we...
View ArticlePowerslice not working as expected
I am using powerslice for pages and blocks and Media documents in my application. Below is the sample. However when I try to query with file name I dont see something matching the searched text rather...
View ArticleOverride authorization for "Access rights" on a page
Hi all,Is there a way to override the authorization made by OnAuthorization then setting restrictions via "Access rights" on a page in the CMS?
View Articlereverse engineering alloy question - properties don't match up at all?
The About us page has 4 regions editable in the CMS editor:NamePage DescriptionMain BodyLarge Conent area.Looking at the pages properites, it is of type "Standard Page"Looking in the source:...
View Article