Questions tagged [episerver-6]

EPiServer is an ASP.NET-based CMS (Content Management System).

53 questions
0
votes
1 answer

EPiServer Remote Certification Exam Registration Purchase Order

While registering for the upcoming EPiServer certification exam, the sign up page shows a field named "Purchase order/Invoice Reference *" under Invoice Details section. I don't have such a Purchase order/Invoice Reference. Also its a mandatory…
MobDev
  • 1,489
  • 1
  • 17
  • 26
0
votes
1 answer

Finding New and Updated Pages in EpiServer

I have a requirement to display lists of newly-created and updated pages in our Episerver intranet - say the last ten of each. I've tried using FindPagesWithCriteria but this returns no results. Here's the code I've tried: PageDataCollection…
PhilPursglove
  • 12,511
  • 5
  • 46
  • 68
0
votes
1 answer

Episerver CMS text editor disabled for non-english languagues

I have an Episerver CMS 6 R2 site that has multiple languages. For some reason I cannot edit pages that are not English. In the screenshot below I'm trying to translate a page into Japanese, but after changing the Page View drop list from English…
MakkyNZ
  • 2,215
  • 5
  • 33
  • 53
0
votes
2 answers

NullReferenceException When Getting Latest Topics and Replies For Forums in User's Clubs

I'm trying to query the set of forums (fora?) for the user's clubs to get the latest topics and replies in those forums. This is the code I'm using: RoomCollectionCriterion userClubRoomsCollection = new RoomCollectionCriterion(); foreach (Club…
PhilPursglove
  • 12,511
  • 5
  • 46
  • 68
0
votes
1 answer

Disable create/edit/remove users/roles in Episerver with custom MembershipProvider

In a recent web project we needed to implement and use custom Membership/Role providers for Active Directory since we hade some specific cases to handle. We hade no real problems creating and using these providers but we ran into a problem with…
0
votes
1 answer

Where is the PlugInArea.WorkRoom in EPiServer CMS 6

I've created a GuiPlugIn in EPiServer CMS 6 and as I was doing it, I noticed that the PlugInArea enum has a WorkRoom value. If I set my GuiPlugIn to target PlugInArea.WorkRoom, where in the CMS will it be displayed?
Greg B
  • 14,597
  • 18
  • 87
  • 141
0
votes
2 answers

Is it possible to import/export EPiServer Community data (entity and attribute)?

I'm working on EPiServer Community 4 project. In development phase, I setup some predefine entity data (add some clubs, some forums, ...) and create/assign attribute to them. How can I export those data (entity data and its attribute/attribute…
Thach Lockevn
  • 1,438
  • 1
  • 12
  • 15
0
votes
2 answers

How to read XML document from property in Episerver

I want to read XML document from a property which is created in edit mode of Episerver. I have made one property of type 'URL to Document'. When I try to fetch it from code behind, it gives only file path. I am not able to read the content of XML…
0
votes
3 answers

EpiWebParts in EpiServer 6

We want to add a web part framework to our EpiServer intranet. I've found this which is probably what we want. However there's no installation instructions for use under EpiServer 6 - can anyone advise on how to get started with using this framework…
PhilPursglove
  • 12,511
  • 5
  • 46
  • 68
0
votes
1 answer

EPi Server: Dynamically populate fields defined in the FileSummary.config

So I found out recently that you can change the fields that defines the metadata for each file uploaded in EPi Server's File Management system, simply by editing the FileSummary.config file. In this FileSummary.config file I can define fields…
kjetilh
  • 4,821
  • 2
  • 18
  • 24
0
votes
2 answers

Event DeletedPage gives me wrong PageLink when emptying wastebin

I wired up the DeletedPage event in my Global.asax like this: DataFactory.Instance.DeletedPage += this.Instance_DeletedPage; And my handler: private void Instance_DeletedPage(object sender, PageEventArgs pageEventArgs) { …
Niklas Wulff
  • 3,497
  • 2
  • 22
  • 43
0
votes
0 answers

Reusable "Blocks" in EPiServer 6 and not EPiServer 7

I have been searching but not finding any answers to my question if there is any way to build stuff with a block-like functionality in EPiServer 6 as you can in EPiServer 7. The main reason I want to do this is because I want to enable admins to set…
Sandman
  • 795
  • 7
  • 16
0
votes
2 answers

Issue while trying to create a page from page type created using pagetype builder

I have created a pagetype using pagetype builder 1.3. In that pagetype builder i have defined a property.The code is like this [PageType(Filename = "~/Templates/Public/Pages/Scheduling.aspx")] public class Schedule : TypedPageData { …
Utpal
  • 805
  • 4
  • 15
  • 44
0
votes
1 answer

Issue while trying to import a .episerverdata file

I am facing a strange issue when i am trying to import a .episerverdata file in my EpiServer site. It is giving the error Could not find a part of the path 'C:\Windows\TEMP\'. Donot have any idea why it is giving like this. Thanks and Regards Utpal…
Utpal
  • 805
  • 4
  • 15
  • 44
0
votes
1 answer

How to create a package in EPIServer to make it deployable in client side

I have written a code in EPIServer for creating a pagetype from code . Now I want to deploy it in client side with the help of package like things. For this the client prefer .episerverdata file . Now my question is that how to build that file and…
Utpal
  • 805
  • 4
  • 15
  • 44