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
1
vote
1 answer

TinyMCE on Gadget of EPiServer

I wanna add the TinyMCE on my gadget on EPiServer. It's means I need stance directly the control. but this just created a Text Area. How I can…
AFetter
  • 3,355
  • 6
  • 38
  • 62
1
vote
1 answer

Custom language handling EPiServer

I have the need to set the current language according to specific rules. I need to have access to the current page and the current user to make decisions on. I've looked through the documentation and it said to use the InitializeCulture method on…
Andreas
  • 1,355
  • 9
  • 15
1
vote
1 answer

Make link Ajax.ActionLink in MVC 4

Beeing new to Ajax i need help with how to add the querystring and invoke the Index action without a postback. Now the link looks like this:
Andy
  • 503
  • 3
  • 15
  • 29
1
vote
1 answer

StructureMap Exception Code: 202 when opening Visitor Group tab within EPiServer 7

I've created a visitor group and I'm trying to inject a class into it.I have the class all wired up and running fine in the site where I am injecting it into a block. When I open the visitor group tab in the CMS, I get the following…
xlevel
  • 21
  • 5
1
vote
2 answers

http errors 404 page taking a long while to load - EpiServer 7

I have an EpiServer 7 site, that I am trying to wire up a custom 404 page to. I solution works fine when running locally. When I deploy to the staging server (site not get live), it takes 2-3 minutes to display my 404 page. If I log onto the server,…
mp3duck
  • 2,633
  • 7
  • 26
  • 40
1
vote
1 answer

Episerver 7 upgraded from 6, move page types to code

I have a project which is just upgraded from EpiServer 6 to 7. Project is running fine, but now I would like to move the pagetypes into classes deriving from PageData. How would I proceed doing this? We do not have PageTypeBuilder defined types, all…
Eirik.bell
  • 108
  • 1
  • 7
1
vote
2 answers

Create an attribute programatically in EPiServer

This may be a very simple question but I'm very new to EPiServer, so pls help. I'm working on the EPiServer Relate demo site. I want to progrmatically create a new attribute on Episerver.Common.Security.IUser type. I have created attributes using…
user1408470
  • 1,475
  • 3
  • 15
  • 21
1
vote
1 answer

EPiServer 7: Site crashed unless I'm logged in

When I enter my webpage I get this in my console: If I log in to EPiServer, I do not get the errors, and it seems fixed for a little while, I can even log out and it works for a couple of hours. Anyone knows what this is?
ptf
  • 3,210
  • 8
  • 34
  • 67
1
vote
1 answer

Episerver7 MultipleProperty implementation

Could you help me with MultiProperty implementation on EPi7. I've tried to do it just like on version 6R2 but with no luck. I'm getting 'Object reference not set to an instance of an object.' when trying to edit the property. This is the…
Dave
  • 349
  • 1
  • 15
1
vote
1 answer

episerver block not working with xforms

I'm having some problem with getting XForms to work in a block in EPiServer 7. It's webforms and not MVC. XForms works when I put them on a normal page, but when I use them on blocks I get a null exception. See below. Description: An unhandled…
trembon
  • 748
  • 7
  • 15
1
vote
1 answer

Trying and failing to programmatically send mail using episerver mail

I'm trying to send a set of emails using episerver mail. I've written the following as a proof of concept ISite site = (Site)SiteHandler.Instance.CurrentSite; ICategory category = site.Categories[0]; //.. hack I know Message…
Crab Bucket
  • 6,219
  • 8
  • 38
  • 73
0
votes
1 answer

Is it possible to use different navigation pages per site on one code base in EpiServer 7?

We have one website right now and have created a new one with the same codebase. But we need to change how navigation works on the new site that will impact the first one. Are we able to create multiple navigation pages and specify which site uses…
ernest
  • 1,633
  • 2
  • 30
  • 48
0
votes
1 answer

How to get Blocks of currently loading page of EPIServer in Root.Master.cs?

I am trying to get the block of a CurrentPage (if it a specific page) in Root.Master.cs, but I am unable to find the way, how to do it. I have tried to load block with its ID (a static number), but Reviewer says you need to find another way. public…
0
votes
2 answers

Episerver - Page Type Becomes None Editable when intercepting PublishedContent Event

I am hooking in to the PublishedContent Event within Episerver, so when a user publishes a particular page type some logic is performed (create pdf) and a string value is saved in to one of the properties.(the path to the pdf) This is working, the…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
0
votes
0 answers

PROPERTY LIST - Is it possible to Customize appearance in back office

I'm using a property list in the back office. I have an image as one of the properties, the problem I have is it only shows the content Id in the property list table, this is a really poor UI experince. In addition one of the properties are a URL,…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71