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
0 answers

Local Block as a part of the ContentArea

Preambula [ContentType(...)] public abstract class _BaseSitePage : PageData { ... } [ContentType(...)] public abstract class _ContentPage : _BaseSitePage { [Display(Name = "Content 1", GroupName = SystemTabNames.Content, Order = 4)] public…
Oleksandr Kucherenko
  • 1,921
  • 1
  • 17
  • 21
1
vote
1 answer

Access Current Page from a Block's Controller

I'm using EPiServer 7.7 MVC and have a scenario where I have a local / global Block MyBlock. MyBlock has a controller MyBlockController. I need to get the ID of the page that invoked MyBlockController: public class MyBlockController :…
Philip Pittle
  • 11,821
  • 8
  • 59
  • 123
1
vote
1 answer

Can i use episerver CMS as identity provider for SSO using SAML?

I need to do SSO between episerver CMS and Liferay CMS using SAML. I know that LifeRay can act both as Service Provider as well as Identity Provider. I want to know that can Episerver CMS also act as Identity provider as well as service provider?
Dr. Vijay
  • 37
  • 5
1
vote
1 answer

Create a new row for each third block in EPiServer 7

I have a few a problem where I have three blocks thats added to a contentarea, and if ther user adds a fourth block, then I need to create a new row for the forth block since each row can only contain a maximum of three blocks.. The problem is that…
Inx51
  • 1,911
  • 3
  • 24
  • 44
1
vote
2 answers

EPiServer, how to link to an anchor/hashtag

I need a way to link to a section within my page, (using an anchor/hashtag).. the property that is supposed to handle this link is of the type LinkItemCollection, but however.. when I add a new link to the collection I get prompted with a new…
Inx51
  • 1,911
  • 3
  • 24
  • 44
1
vote
1 answer

How to enable on-page editing blue borders for blocks in other languages

I have a multilingual site in EpiServer 7. I have a block. This block has some culture specific properties. The block is only on-page editable in the language that it was created on. Why aren't the borders showing up in the other languages and how…
PussInBoots
  • 11,028
  • 9
  • 52
  • 84
1
vote
0 answers

Extending a LinkItem with additional text property for editors

I have a huge problem following Its too good damn hard article by Anders Hattestad.Maybe I'm just stupid, but I simply don't know how to extend LinkItem in LinkItemCollection to display a simple textbox where the user can enter additional query when…
1
vote
1 answer

How to check if the file already exists in the LinkItemCollection?

I'm using EPiServer CMS 7.5. I have a block that has a LinkItemCollection property. public virtual LinkItemCollection LinkList { get; set; } The user can drag-and-drop any document from the Assets pane into the Link Item Collection. How do I…
Jen
  • 153
  • 2
  • 13
1
vote
1 answer

Indexing pagefiles with EPiServer Find

I'm trying to index page files with EPiServer Find (7.0.586.24), but the indexer doesn't seem to index documents in subdirectories in the page file folder. For instance I have a page with a page file folder like this: MyPage |- Page files |-…
thomrand
  • 85
  • 6
1
vote
0 answers

An exception occured while fetching content. The given key was not present in the dictionary

I'm getting errors all the time when i'm trying reindex all my contents. Error message: 2014-06-12 08:12:18,851 ERROR [10] EPiServer.Find.Cms.ContentIndexer.ReIndex - An exception occured while fetching content. The given key was not present in the…
vkucenko
  • 11
  • 2
1
vote
0 answers

Translate plugin/solution for EPiServer 7.x

Is there any translation tool for episerver 7 similar to TranslateX? TranslateX does not seem to be compatible with episerver 7.
PussInBoots
  • 11,028
  • 9
  • 52
  • 84
1
vote
1 answer

How to set element visibility from codebehind

I am trying to set the visibility of a control from an aspx page from the codebehind file, based on a page property set in EPiServer. The relevant control is coded like this:
rudivonstaden
  • 7,675
  • 5
  • 26
  • 41
1
vote
1 answer

Temporary status message on all pages EPiServer 7

I need a feature in EPiServer 7 where I can enter a temporary message that will be shown at the top of the page on the site, for example "Support number is currently down..." if there is a problem with the support number so that everyone can see…
1
vote
1 answer

Getting the property value of a page

I am very new to EpiServer and I want to develop a code for accessing property values of a page. I can access that using this code PageData oPage = EPiServer.DataFactory.Instance.GetPage(new PageReference(30)) string str =…
Utpal
  • 805
  • 4
  • 15
  • 44
1
vote
2 answers

How to put authentication on a EPIServer page

I have created a page type from EPIServer admin and based on that created a page in EPIServer. Now I want to put authentication on that page so that only login user and user with a certain user id can access that page from front end.No guest user…
Utpal
  • 805
  • 4
  • 15
  • 44