Questions tagged [episerver-6-r2]

37 questions
6
votes
1 answer

What is the best way to index property DDS EPiServer

What is the best way to add indexes on existing objects mapped to DDS? Several hundred thousand objects already stored in the database. Is it as easy as just adding [EPiServerDataIndex] atttribute to my existing classes, recompile and redeploy the…
flalar
  • 1,181
  • 3
  • 12
  • 23
3
votes
1 answer

Creating a custom EPiServer workflow

I've been tasked with creating an EPiServer workflow in version 6 R2. The workflow we require needs the following steps: When a page is created in any language an approval is sent (to users or groups) Once the page is approved, a notification is…
higgsy
  • 1,991
  • 8
  • 30
  • 47
3
votes
1 answer

How do you check in code if a request matches an EPiServer Visitor Group

We've set up a new "visitor group" in EPiServer 6r2, and we want to add a css class to the tag of the site if the user is in that group, so different groups get different site designs. I'm trying to find out if the current visitor is in a…
Tim Abell
  • 11,186
  • 8
  • 79
  • 110
2
votes
5 answers

ASP.NET 404 httpmodule

Im using a CMS product called EPiServer. We need to create our own method of displaying 404's which just can't be achieved using .NET's standard customErrors. We've writen a module which we use to check for the HttpStatusCode. We do this in the…
higgsy
  • 1,991
  • 8
  • 30
  • 47
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
3 answers

EPiServer schedule job not running automatically

I am working on EPiserver CMS6. My schedule jobs are not running automatically. When I tried to run manually they work properly. Is there any configuration am I missing?
2
votes
4 answers

What does forceBinFolderScan attribute in EPiServerFramework.config file means?

I was studying for EPiServer exam and have read this article about EPiServer initialization: http://world.episerver.com/Documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-60/Initialization/ It describes how to configure initialization to…
marisks
  • 1,812
  • 1
  • 17
  • 33
2
votes
4 answers

Quickest way to find out which EPiServer version you are running on a site

Are there any other places except for episerver.config where you can find out which version ("EPiServer 6" / "EPiServer 6 R2") of EPiServer the site was built on? Usually I look in episerver.config and compare those numbers to the ones in Deployment…
PussInBoots
  • 11,028
  • 9
  • 52
  • 84
2
votes
1 answer

AddThis Facebook like button inside TinyMCE

I'm trying to use Addthis (http://www.addthis.com) script to place things like Facebook "Like" buttons on my pages. When I put the "Like" code in and save it TinyMCE strips part of the code out? For example. This is the Follow Us code.
Naveen Velaga
  • 648
  • 1
  • 11
  • 22
2
votes
1 answer

Episerver nested master page from EPiServerUI.master

I want to have my custom master page for all GuiPlugIn reports. As we know, by default GuiPlugIn referes to EPiServerUI.master page which is part of installation. I want to create a nested master page for my GuiPlugIn instead of default. Please…
1
vote
2 answers

Adding a link to the EPiServer help menu

I'm working on an EPiServer 6 R2 site and the client would like to add a link to the Help menu that appears at the top right hand side of the interface. Currently it lists CMS, Composer, Online Center etc and each of these link off to an external…
higgsy
  • 1,991
  • 8
  • 30
  • 47
1
vote
2 answers

DataFactory.GetChildren return zero results on page but not in CMS

I have an odd issue that started appearing after upgrading EPiServer CMS 6 to EPiServer CMS 6 R2. DataFactory.Instance.GetChildren(page.ParentLink); The above code returns no children when I run it on the actual site but when I'm using the Editor…
russinkungen
  • 367
  • 4
  • 12
1
vote
1 answer

Episerver, getting a users current "work-item"

I want to make a gadget that lists all the users with their current workitems shown. How do I get the current work item which is shown in the page-tree in editor-mode. For example, when user 1 works with page 1 you can see that there is a little…
1
vote
1 answer

Episerver - How to send Notification Message during EventsPublishedContent Event

I have seen several examples of how to send validation messages back to the UI, while editing content, like this. public class StandardPageValidator : IValidate { IEnumerable
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
1
vote
1 answer

Is it possible to move several pages at once in pagetree in edit-mode?

In Windows you can Ctrl + Select multiple files, then drag and drop them or use the context menu. Is there a similar function in EPiServer 6 R2? If not, what are the alternatives? Thanks.
PussInBoots
  • 11,028
  • 9
  • 52
  • 84
1
2 3