Questions tagged [episerver-7]

EPiServer is a web content management and e-commerce software platform based on the Microsoft stack.

EPiServer 7 CMS allows you to achieve maximum impact by managing content seamlessly across screens and channels. Be creative and focus on your message

With EPiServer .NET CMS, you can focus on what's important: the message. Stop worrying about how content will render on different screens and whether or not it will follow brand guidelines. Across mobile, tablet and desktop screens… It will always look great. Edit with automatic design and layout

EPiServer 7 CMS allows content managers to edit directly on the page and view updates in real time. Adding images is simple: drag and drop your image from the assets pane and it will automatically adjust to the layout. Use the view setting button to switch between different channels and see how your content adapts the layout to an iPhone or iPad.

Create once, reuse across sites, screens and channels

Maximize efficiency and stop duplicating content. With EPiServer 7 CMS, you can create a piece of content once and use it across all of your sites, screens or channels. Changing and updating content is just as easy. Imagine the hours saved in content creation, editing and formatting - allowing you to provide customers with consistent and timely messaging across all screens. The time to market for launching new websites for the enterprise is reduced by reusing existing content structure.

114 questions
0
votes
1 answer

Episerver - How to select Items from List based on the ContentType

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 => x.ContentTypeID == 104); I know the name of MyType how can do…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
1 answer

Episerver - Automatically delete Properties from Episerver when deleted in code

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 that property in code the property still appears…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
1 answer

LinkItem external links converts to internal url

When adding a external url on my LinkItemCollection, EpiServer converts it to a internal page. Is there a way to disable this function? Using Episerver 7.
Gonzalo
  • 322
  • 1
  • 3
  • 13
0
votes
0 answers

EpiServer - GetPartialVirtualPath is called several times

I have a custom implementation of the IPartialRouter with the method GetPartialVirtualPath. So it looks like public class MyCustomPartialRouter : IPartialRouter { public PartialRouteData GetPartialVirtualPath(ModelType…
viktor.kudria
  • 229
  • 2
  • 14
0
votes
2 answers

NullReferenceException when calling FindPagesWithCriteria()

I'm calling FindPagesWithCriteria(PageReference pageLink, PropertyCriteriaCollection criterias) on an injected DataFactory and I'm getting a NullReferenceException in…
Greg B
  • 14,597
  • 18
  • 87
  • 141
0
votes
2 answers

Convert query parameters to "pretty urls"

I have an Episerver site with a JobDetailsPageController with a Index method that takes a jobId parameter and creates a view with some details about that job. The urls looks something like this:…
oligofren
  • 20,744
  • 16
  • 93
  • 180
0
votes
1 answer

allow mvc5 c# webapi so that only my app can access it

I am making the api calls through the controller action method as below. The following is the working code of it. But I want to secure the webapi so that only my application can access it. I have seen sources with login credentials but in my case it…
Rama
  • 73
  • 1
  • 4
  • 14
0
votes
0 answers

EpiServer - load block list based on property on each block

If I want to load a list of blocks based on a type I know I can do something like the following: var blockType = contentTypeRepository.Load(); But if I want to load the list based on both a type and a property on each block called tag…
Jacob
  • 409
  • 1
  • 6
  • 16
0
votes
1 answer

Constrict user to fill just one of several properties

We have a block type in our EpiServer project that can have either specify a video to use (an EPiServer.Url) or a youtube id (string). The thing is that it only makes sense to use either of those, not both. Is there a way of marking one field…
oligofren
  • 20,744
  • 16
  • 93
  • 180
0
votes
1 answer

EPiServer Home page not loading "Incorrect link"

We are seeing a very strange sudden error on one of our production sites. Suddenly the home page is not displaying. We're seeing the standard EPiServer "Incorrect link" message. Oddly we can see the page in the CMS fine although clicking view on…
0
votes
1 answer

EpiServer simple address short URL without www doesn't work

I have been setting simple address in EpiServer 7.5. I've set a page simple address to banana However when I enter the URL in the address bar: website.co.uk/banana (without wwww) doesn't work, just goes to www.website.co.uk www.website.co.uk/banana…
sierra.charli3
  • 205
  • 2
  • 22
0
votes
0 answers

EPiServer CMO thumbnail service: navigation to the webpage was canceled windows service

I'm trying to get EPiServer Thumbnail Service to work. It is just a windows service that snaps a snapshot of a webpage. I think it navigates to the relevant page as a service via internet explorer, but internet explorer only gives the error message:…
ptf
  • 3,210
  • 8
  • 34
  • 67
0
votes
2 answers

EPiServer.LiveMonitor: Only root node is displayed in live monitor view

I have installed the EPiServer.LiveMonitor NuGet package, and set up the live monitor functionality. However, when I click on the live monitor tab, I can only see the root node: Does anyone know why I can't see my whole page structure? I can…
ptf
  • 3,210
  • 8
  • 34
  • 67
0
votes
1 answer

BVN.404Handler. Adding redirect suggestions automatically from EPiServer scheduled job.

I am using a scheduled job that moves outdated events to a folder called "Past events". After the event have been moved, I want to change the event page's url from its old one to the new so it matches the hierarchy of its new location. For this, I…
dont_trust_me
  • 540
  • 8
  • 24
0
votes
1 answer

Is it possible to add custom tab on 'Create/Edit User' page in EPiServer Admin Panel?

I would like to have ability to set up additional properties for custom membership provider in EPiServer Admin Panel. Is it possible in EPiServer CMS 7 or not? Please, see https://www.dropbox.com/s/n6e0qgd4vbpsntf/settings.png?dl=0 Thanks in…