Questions tagged [ektron]

This tag refers to the Ektron CMS400.NET content management system.

Ektron is a privately held software company based in Nashua, New Hampshire. It provides web content management and customer experience management software. Ektron's primary product is Ektron Web Content Management, formally "Ektron CMS400.NET" which is an enterprise-level content management solution. It is built on the Microsoft .NET Framework. Version 9.0 was released June 28, 2013, with multiple point releases.

Ektron was founded in 1998. Its original product was eWebEditPro, a browser-based HTML editor. Ektron entered the content management market in the early 2000s with the release of CMS100 and CMS200. It moved to the Microsoft .NET platform with the release of CMS400.NET in 2003.

More details can be found at the product page below:

http://www.ektron.com/Products/Web-CMS/Web-Content-Management/ http://en.wikipedia.org/wiki/Ektron

274 questions
2
votes
3 answers

Get all SmartForm items from Ektron 9 in a Taxonomy

I'm using Ektron CMS version 9.0 I have smart form content which is allocated to taxonomies e.g. I might have five smart form content items (all of same) type allocated to a taxonomy, and another three to a different taxonomy: I need to get all…
Ruskin
  • 5,721
  • 4
  • 45
  • 62
2
votes
3 answers

Ektron really slow to startup on local host, how to improve this?

We're developing a solution which uses Ektron. As part of our solution we all have local IIS instances (localhost) and deploy to this local instance as part of the development life cycle. The problem is that after a deployment and once dll's are…
JL.
  • 78,954
  • 126
  • 311
  • 459
2
votes
1 answer

Can I customise the post back message in ektron html form with the message returned from my dXh connector

In my ektron application I have created an html form which is mapped to dXh. Can I customise the post back message in my html form with the message which is returned from my dXh connector? Am I able to do it or not?
Sudha
  • 2,078
  • 6
  • 28
  • 53
2
votes
1 answer

Ektron taxonomy and library items (in v9)

We recently upgraded from Ektron 8.6 to 9.0 (Ektron CMS400.NET, Version: 9.00 SP2(Build 9.0.0.249)). I have some code (below) which we use to display links to items in a taxonomy. Under 8.6, this would show library items if they had been added to…
nedlud
  • 1,820
  • 4
  • 19
  • 33
2
votes
3 answers

Adding Top-Level Exception Handling to an ASP.NET Web Application

Our company is moving to a C# website based on Ektron. I am only vaguely familiar with C# the language, and I haven't used IIS before. I'm trying to figure out how to hook in to the exception handling mechanism. I want to make sure that if an…
Tac-Tics
  • 1,895
  • 13
  • 19
2
votes
1 answer

Event Time Issue in Ektron calendar

I created a calendar event with all day selected (10/24/2013) . Then i tried to pull the e.EventStart and e.EventEnd. My expected result was EventStart =10/24/2013 12.00.00 am and EventEnd= 10/25/2013 12.00.00 am. But what am getting is EventStart…
sudil ravindran pk
  • 2,996
  • 3
  • 24
  • 29
2
votes
1 answer

Fetching taxonomy by Custom Property in Ektron

I am working in Ektron 9.0. I have two different custom property associated with a taxonomy in Ektron. Say, Taxonomy called "P",this has got two custom properties, *P1 *P2 Each of these custom property has its own value. (For eg: *P1 - V1 *P2…
Bisileesh
  • 1,982
  • 2
  • 19
  • 29
2
votes
1 answer

Error when update a content in ektron

I have an ektron8.7 application in which I'm trying to update a content. (I'm trying to make a content deleted by setting its ExpireDate) Dim contentItem As ContentData = contentApi.GetItem(contentId) …
Sudha
  • 2,078
  • 6
  • 28
  • 53
2
votes
1 answer

.NET Ektron 8.6 : How to use value in query string for Ektron Server Control MenuModel (TreeFilter.Id)

I am trying to pass a value that the ektron:MenuModelSource.TreeFilter control will use to generate the given menu. I am able to get the value from the query string I am working on the menu solution and am stumped on what to do differently. I am…
jonathanvw
  • 23
  • 4
2
votes
1 answer

Able to visit site from domain name but not IP address

We have our website running with IIS7, a very strange thing happened just recently. I'm able to visit the site without issue with the domain name (www._.com e.g. ), but if I actually enter the IP address (64.xx.xxx.xxx), it does not work and gave me…
eastboundr
  • 1,857
  • 8
  • 28
  • 46
2
votes
1 answer

Connecting Ektron with third party enterprise systems

I am working in ektron 8.6. I am trying to connect a third party enterprise systems to ektron. DxH has got a pre-built marketing automation connector,which is Marketo. My third party enterprise connector is also a marketing automation system. I am…
Bisileesh
  • 1,982
  • 2
  • 19
  • 29
2
votes
1 answer

Getting HTML of Smart Form Content in Ektron

I am working in Ektron 8.0. I have created a smart form configuration in Settings,I assigned this particular smart form configuration for a Folder and created a Smart form content.Now i am trying to access the Smart Form content programmatically. I…
Bisileesh
  • 1,982
  • 2
  • 19
  • 29
2
votes
2 answers

Redirects in Ektron 8.6.1

Has anyone played with the new redirect feature in Ektron 8.6? We tested it (in 8.6.0) before upgrading and were happy with it. But when it came time to do the upgrade, Ektron had released 8.6.1, so we upgraded directly to that. Now we are having…
nedlud
  • 1,820
  • 4
  • 19
  • 33
2
votes
1 answer

Getting Defualt Values of a Form in Ektron using API

I am working in Ektron 8.02. I am trying to fetch the data associated with an Ektron "HTML Form" in workarea. I need to get the Form field Names and their defualt value using API. I tried using the Ektron.Cms.API.Content.Form.GetFormFieldList…
Bisileesh
  • 1,982
  • 2
  • 19
  • 29
2
votes
2 answers

Ektron Workarea

I need to develop an application that extracts all the contents in Content Tab of the Ektron Workarea and I have to keep tree structure of folders (taxonomies,collections,forms,etc.) also.When I click the content I need to get the Content ID in the…
Nimmi
  • 680
  • 8
  • 18
1 2
3
18 19