Questions tagged [c1-cms]

Orckestra C1 is a free open source Content Management System (CMS). It's ultimately aimed at marketing/communication professionals who need to easily manage corporate website content with a consistent visual identity. The system focus heavily on the web professionals building web sites and allow developers of varying skills to customize and utilize the system. Good support for ASP.NET Razor, ASP.NET MVC, ASP.NET Web Forms, XSLT. Top rated CMS at CodePlex.

Orckestra C1 is a free open source Content Management System (CMS). It's ultimately aimed at marketing & communication professionals who need to easily manage corporate website content with a consistent visual identity. The system focus heavily on the web professionals building web sites and allow developers of varying skills to customize and utilize the system. Good support for ASP.NET Razor, ASP.NET MVC, ASP.NET Web Forms, XSLT. Top rated CMS at CodePlex.

enter image description here

252 questions
0
votes
1 answer

Extending System Logon Functionality

What is best practice for extending C1 logon functionality. Would like to extend features to the current logon process by replacing password authentication with multifactor authentication. I am interested in knowing the key concepts and hooks into…
Kevin
  • 45
  • 4
0
votes
1 answer

Website home page error in IE 9

I have developed a C1 V3.0 masterpage based simple website. When I view the website it resolves correctly to the home page in any browser except IE 9.0. It works with IE 8.0, Chrome and Firefox, and Tablets. In IE 9.0 if I enter the URL of…
0
votes
2 answers

Preview Pane Not Displaying Correct Formatting

I am using C1 3 and am having problems with the preview pane. The C1 site uses master pages for templates, and works correctly when published. However, it is not displaying correctly in the preview pane. It visually appears to be ignoring CSS…
dindryte
  • 46
  • 8
0
votes
2 answers

Getting rid of autogenerated html

When I create a Global Data Type for localizable content in user controls I run into the problem that C1 always surrounds plain text with

I don't want that if the content is just meant to be inside a link for example, but still has to…
magnattic
  • 12,638
  • 13
  • 62
  • 115
0
votes
1 answer

TinyMCE plug-ins not firing in Composite C1

I've created a new plug in as I could not find one that actually "works", hoping that if I do it from scratch it might fire. The plug-in simply wraps selected text with a mailto: link. I've added the plug-in to the includes file, as per the…
JadedEric
  • 1,943
  • 2
  • 26
  • 49
0
votes
1 answer

Composite C1 IIS Virtual Directory Setup

I am trying to setup Composite C1 site inside a virtual directory but seems like Composite doesn't like it and i am getting C1PageRouting Errors. We are implementing some parts of our existing sites into Composite so the requirement is to keep…
Shawinder Sekhon
  • 1,569
  • 12
  • 23
0
votes
1 answer

Session does not work in Composite C1

I started integrating Composite C1 with an existing ASP.Net Website Project. Putting some usercontrols which use SessionState into a MasterPage resulted in an error, saying that SessionState was not enabled. I tried to set
magnattic
  • 12,638
  • 13
  • 62
  • 115
0
votes
1 answer

How to get C1 CMS username of current logged in user, not the windows user

I'm trying to filter records from a C1 CMS data folder in the Console as part of a staff profile system on my website. What I'd like to do is show a single profile record for the staff member who is logged into the C1 Console, so that they can only…
David Bailey
  • 77
  • 1
  • 8
0
votes
1 answer

How to dynamically select fields in Linq when type doesn't have a constructor?

I'm trying to create an api which one allows to query and return dynamic fields. However the line below is problematic and throws a runtime error: // new statement "new T()" var xNew = Expression.New(typeof(T)); The error is: Type…
Nime Cloud
  • 6,162
  • 14
  • 43
  • 75
0
votes
0 answers

C1 CMS friendly media urls?

Media urls use uuids which is great for internal linking, but not great for SEO. My client has PDFs that they want to appear in the sitemap and in searches with seo-friendly urls. I've been able to do this with data objects by adding a url field and…
Stephane
  • 1,613
  • 5
  • 20
  • 40
0
votes
1 answer

C1 Orckestra - Can a Global Datatype have a 1 to many relationship?

Is it possible to create a global datatype that has a 1 to many relationship? Example Create a global datatype for Dogs (some object on the website) ID is a unique 8 character random string Each Dog has several properties. (color, size, and so on)…
NerdBrick
  • 165
  • 11
0
votes
1 answer

In C1 CMS How to create a list dynamically by getting input from user at the function property window?

Actually I am trying to create two controls one is drop down and another is List. Both are similar and easy for static values or values which are already stored somewhere. But what I want is, I want the Power user to create or add / edit list items…
0
votes
1 answer

How to call Data Editor from Code, C1 CMS?

Under definition tree, I can attach event to open Data Editor for certain element. However, I have no idea how to trigger the workflow to open the Editor for a given id. I have a custom action URL which point to a custom ASPX (List of businesses…
0
votes
1 answer

How do I query Composite C1 media objects?

Given I have a Guid pointing to an Image. How can I query that image for it's meta data fields (title, description, etc)? Is there helpers for reading the description of an image?
Carl R
  • 8,104
  • 5
  • 48
  • 80
0
votes
1 answer

Extending C1 Image Type with fields for Photographer etc?

Is it possible to extend the Image type in Composite C1 in order to get fields for photographer and other stuff? (If not, I'll probably settle for json in the Description field.)
Carl R
  • 8,104
  • 5
  • 48
  • 80