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
3
votes
2 answers

Glimpse throws NullReferenceException with EPiServer 7.1 MVC 4

I have an MVC 4 application built on top of EPiServer 7.1. EPiServer uses StructureMap as it's IoC framework, which may be related to my problems. Anyhow, this is what I have done: Via "Manage Nuget Packages...", added "Glimpse Mvc4" to my…
Thomas Svensen
  • 760
  • 1
  • 7
  • 14
3
votes
6 answers

Remove

Episerver always wrap shared block in a tag. I would like to get rid of this. So if in my LinkBlock has a Template with only link I would not get a in the view for a user. If this is not possible how…
Krzysztof Morcinek
  • 1,011
  • 13
  • 42
2
votes
1 answer

Trigger an event while removing a block from a content area on a page (using "Remove" on the Content Area) and when a user click on "Move to Trash" i

I want to trigger an event whenever editor removes a block (using "Remove" on the Content Area) and when a user click on "Move to Trash" on a block in the asset pane. I find DataFactory.Instance.MovedContent event which is firing on every click on…
Janmejay Kumar
  • 309
  • 2
  • 7
2
votes
2 answers

How to restrict the number of a blocktype used in contentarea?

I have a block type which I am using on a specific content area on a specific page. is there any way that I can validate(on page level or contentarea level) that block is not used more than once?
SWAZ
  • 21
  • 2
2
votes
1 answer

How to render a page listing items(like news items) in a content area in EpiServer CMS

I want to display a list of items (I am using a page listing block to display the list of pages.) in a content area.When I drag and drop the page type in content area I get an error stating"Castle.Proxies.ListingBlockProxy". Below Is my…
2
votes
0 answers

EPiServer find and consolidate duplicated Blocks

We have had a third party perform a content migration for us into EPiServer. Unfortunately the third party didn't quite grasp the concept of Blocks and instead of reusing blocks they have recreated the same block on many pages. I've been searching…
2
votes
2 answers

How do you support selecting multiple enum values for an EPiServer property?

I have a property which allows a user to select multiple enum values, and at the moment this works fine for saving the information into the database and for using it. However it doesn't seem to correctly read the values out of the property back to…
meh-uk
  • 2,031
  • 1
  • 23
  • 36
2
votes
3 answers

EpiServer - easy way to mock UrlResolver

Is there an easy way to mock UrlResolver class? I pass it as a parameter to the constructor. public Service(UrlResolver urlResolver){ _urlResolver = urlResolver; } EDIT: According to Henrik N. comment, this issue had been addressed in EpiServer…
gringo_dave
  • 1,372
  • 17
  • 24
2
votes
1 answer

Exporting content from EPiServer CMS 6 R2 to EPiServer CMS 7.5

I have a scenario where I export a portion of my page tree from an EPiServer CMS 6 R2 website with linked vpp-content included (mostly images and documents). But when I import these pages into EPiServer CMS 7.5, the new pages does not maintain the…
maets
  • 750
  • 6
  • 18
2
votes
1 answer

EPiServer Community member Avatar error

I am developing EPiServer CMS 7 MVC site with Community. I am trying to get and display member Avatar (Avatar exist physically in Contributed files folder). Here is my code: var user = CurrentUser; var image =…
Oleh
  • 447
  • 1
  • 11
  • 30
2
votes
1 answer

Unknown server tag 'EPiServerUI:ToolButton'

I'm using EPiServer 7 CMS. When trying to reach the back-office, I keep getting the Unknown server tag 'EPiServerUI:ToolButton'. error. I use IIS 7 and windows 7. Source Error: Line 1: <%@ Register…
kristina
  • 21
  • 2
2
votes
1 answer

EpiServer 7.5 Howto create a block with a custom property of a class

We have a need to create a custom property for a project we are working on. We are creating a shared block that is going to show a graph. The editor can set title and type of (chart, donut etc.) the graph, these are ordinary string properties.Next…
Webking
  • 1,822
  • 2
  • 20
  • 28
2
votes
1 answer

How to set a page as startpage in EPIServer

I have created a CMS site with 4 pages in EPIServer. Now I want to set the page with id '5' as the start page. in episerver.config section I am not finding the sitesettings section . I am developing the MVC application template provided by .NET. But…
Utpal
  • 805
  • 4
  • 15
  • 44
2
votes
2 answers

How to configurate EPiServer 7.5 CMS authentication?

When I installed EPiServer I left the default configuration for membership as MultiplexingMembershipProvider and role as MultiplexingRoleProvider. After adding a new User and making them a member of a group which has access rights to everything…
Marfat
  • 143
  • 1
  • 1
  • 8
2
votes
1 answer

Retrieve pages from block ContentReference

Is it possible to retrieve pages that uses a shared block instance in EPIserver 7.
Zaint
  • 59
  • 6