Adding another row of buttons to edit toolbar?
We're familiar with _GlobalToolbarCommandProvider and how to hook into it to add additional buttons to the global editing toolbar. We would however like to add an additional ROW to the editing toolbar,...
View ArticleDisplaying data from child page ContentArea
Hi, am new new episerver cms - using version 11.I have the following page structure in my procject:+Root + Home + Landing Page + Sub Page ( of Landing Page ) + Sub Page ( of Landing Page...
View ArticleAny method to show the link in property view
Hello,I am trying to add a property for the pages that updates on every loading of the property link. Somehow, i need the property to search and display the link of the page.I tried to create a...
View ArticleHow to update old page type properties
How do you convert old page type properties to new ones?Say I have this classpublic class HomePage : GlobalBasePage { [Display(Name = Global.Constants.VIDEOS, GroupName = Global.Constants.VIDEOS )]...
View ArticleConverting Form Container Block
We have a system with a bunch of Epi Forms built for it. These forms are all using the default FormContainerBlock.Recently we were asked to add a few properties to the default Form Container. Easy...
View ArticleConflict In TinyMCESettings Configuration
I have just started to work on migrating an old project into EpiServer 11 but have hit a snag when trying to run the solution on my local development machine. As soon as a debug of the solution is...
View ArticleUpgrade to version 11: This request has probably been tampered with
Hi,I am upgrading a solution from 7.5 to 11. So far I have got the solution working fine in version 10.10.4.When trying to upgrade further to 11.3.2, I keep getting the classical "This request has...
View ArticleVisitor groups with GeoLocation not working
Hi,We have an EPiServer CMS application (v.10.10.4.0) that we host in azure (one staging and one production environment). They are setup to use ssl bindings. I've done the following in both our...
View ArticleSQL Server The Data Flow Sources in SSIS
SOURCESA source in the SSIS Data Flow is where you specify the location of your source data. Most sources will point to a Connection Manager in SSIS. By pointing to a Connection Manager, you can reuse...
View ArticleInform editor when deleting a page if other pages use its body text etc....
Hi,There is a function in Episerver that informs an editor that he's about to delete a page that other pages link to. Is there also a function that informs the editor if he's about to delete a page...
View ArticleBest or Recommended method to pass data to a Form?
Im looking to create a setup where a user views some program information, and after clicking a "request more info" button, it sends them (and some info on where they came from) to a contact page. Is...
View ArticleIs there a setting to automatically remove properties from block/page types...
I'm working on my first EPI Server project and I have noticed that when I create a property on a 'Page Type' in C# Code, compile it, I can see the properties in Episerver.However when I then delete...
View ArticleHow to Determine the current page from the current block on that page?
Hi Guys,I have a block on a page in Episerver, (content area) - from within the controller for the block how can I determin the node that represents the page that this block appares?
View ArticleCustomize Telerik RadCartesianChart XMLDataProvider
I have WPF application RadCartesianChart This is the code of one of them...... <telerik:RadCartesianChart x:Name="RadChart1" Palette="Windows8" DataContext="{Binding...
View ArticleHow to define two BlogType criteria in one EntryQuery
I have a query to retrieve blogs of BlogType.UserBlog;EntryQuery entryQuery = new EntryQuery(); entryQuery.Blog = new BlogCriterion(); entryQuery.Blog.BlogType = new BlogTypeCriterion();...
View ArticleTinyMCE after update causing errors
Hello everyone,I have updated episerver to 11.3.3.0 and installed from nuget tinymce package EpiServer.CMS.TinyMce (version 1.0.0.0).now everytime I want to see a page properties in the admin panel, if...
View ArticleHow to open the media library for picking up the root content reference element?
Hello,I wonder how I can open the media library for picking up the root content reference element from the admin tool I am developing?Same goes how to open the pages explorer, so i can set up the root...
View ArticleHow to select Items from List<IContent> based on the ContentType
Hi guys,I have a list of IContent Items, I know that one of the items will be of a particular type.Currently I am getting this Item with this code:var result = ancestors.SingleOrDefault(x =>...
View ArticleGet page name from Content ID (direct from database)
Hi All,I know this is easily done from code, but i'm looking directly at the database with SQL.I have the content ID and I want to find the page name from this, and if possible the page type name...
View ArticleRedirect all URLs so they end with /
Is there a way to configure episerver so that all my URLs end with slash.So for example if a user navigates to www.mywebsite.com/en/home they are redirected to www.mywebsite.com/en/home/Thanks in...
View Article