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

Embed Ektron smartform in another Ektron smartform

(Using Ektron version 8.6.1) Say I have a smartform ContactInfo, something like: I would like to create another smartform (e.g. NewsArticle) and "embed" ContactInfo…
kaveman
  • 4,339
  • 25
  • 44
0
votes
2 answers

Using MP3s in Ektron

Ektron 801 SP1 I am allowing users to upload MP3 files to their profile using the CommunityDocuments control. I want the user to be able to click the link and play the song. For some file types, such as .doc, the file downloads immediately because…
zkent
  • 980
  • 1
  • 10
  • 22
0
votes
3 answers

Is there an Ektron Scheduler?

I need to have a process or widget that every five minutes will check to see if there are any xlf files in the localization folder, and if any exist, will import them into Ektron. Is there a way within Ektron to have something scheduled.
SaulR
  • 1
0
votes
1 answer

Calling external URLs with JS.RegisterJSInclude() in Ektron?

It appears that this is a valid way to use JS.RegisterJSInclude, but all the examples I have found use a local path. I haven't seen any documentation on referring to an external URL. Is there any reason, other than the file being moved that I…
whoacowboy
  • 6,982
  • 6
  • 44
  • 78
0
votes
1 answer

Can you set the load order with JS.RegisterJSInclude() in Ektron v8.6?

I'd like to use Ektron's JS.RegisterJSInclude to load my JavaScript files, but I'd like to set the load order of the JavaScript. Ektron.Cms.CommonApi _api = new Ektron.Cms.CommonApi(); // I'd like this to be called first every time …
whoacowboy
  • 6,982
  • 6
  • 44
  • 78
0
votes
1 answer

sort Ektron content types

Ektron 801 SP1 I am using the following code to fetch some smart form content. Can I pre-sort (using OrderByField?) before I fetch 20 rows? I am sorting memberlist but that is after the fact and kinda useless. What am I…
zkent
  • 980
  • 1
  • 10
  • 22
0
votes
2 answers

Accent insensitive searches in Ektron

We are running into issues when doing searches with Accent Mark using Ektron CMS. Searching on "Guantánamo" (with accent mark) is returning results but "Guantanamo" is not returning results. Any idea how to get the searches behave insensitive to…
0
votes
2 answers

Ektron searches are not returning results

I am trying to query for documents matching a criteria using the Ektron CMS UI (Navigate to the Folder containing the documents and click on Action -> Search). Not getting any results for any criteria. The Documents are getting listed when I…
mpusarla
  • 487
  • 4
  • 14
0
votes
2 answers

Content block in use Exception when Editing Documents in Ektron

I am trying to load some Content using Ektron and am running into the following Exception: System.Exception: com: content block in use at Ektron.Cms.EkException.ThrowException(Exception ex, EventLogEntryType …
mpusarla
  • 487
  • 4
  • 14
0
votes
3 answers

Unable to use Ektron Framework API from class library

Using Ektron v8.02, I've created a simple class library that makes use of the Ektron.Cms.Framework.Core.Content namespace. I've added a console app to the solution to help with testing; to the console app I added a project reference to the original…
kaveman
  • 4,339
  • 25
  • 44
0
votes
1 answer

Create an Ektron catalog and Product Types programatically

I have a series of sites and need to update them all with a simple catalog and 3 basic product types in that catalog. Is there a way to create the product types programatically (just a name and type specified) and then create a catalog with those 3…
zkent
  • 980
  • 1
  • 10
  • 22
0
votes
1 answer

Dynamically creating Pagination in CMS content page

I have a requirement where the CMS admin will create the content [Article] page from my CMS. In the Article, there will be lot of sub headers enclosed with

tags. When i render this article in a web page, i should paginate the article with…
Anuya
  • 8,082
  • 49
  • 137
  • 222
0
votes
1 answer

Format month/year in Ektron calendar header

Version 8.0.1 SP1 Our client would like us to reformat the month/year in the calendar header. See attached image. They want "April, 2012" instead of the abbreviated "Apr, 2012". Where is this specified? I have looked at the webcalendar objects,…
zkent
  • 980
  • 1
  • 10
  • 22
-1
votes
1 answer

How to remove content from collection and add it to another

I have couple of providers created with a smartform: ID Title 90 Doctor A 102 Doctor B 10 Doctor C 26 Doctor D 495 Doctor E I have three collections in CMS: ID Title of Collection 12 IM…
Si8
  • 9,141
  • 22
  • 109
  • 221
-1
votes
1 answer

Kendo AngularJS module fails to load in custom Ektron widget

I'm experiencing problems when trying to load an AngularJS module in a custom Ektron widget. The app.js file starts with: var app = angular.module('myApp', ['ngAnimate', 'ngRoute', 'kendo.directives', 'chieffancypants.loadingBar']); The error I'm…
Stuart Whiteford
  • 521
  • 7
  • 22
1 2 3
18
19