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

Alias/Redirect Page Type in Composite C1

I have the following structure: Area - Page 1 - Page 2 - Page 3 Navigating to Area should be equivalent to navigating to Page 1. I don't want to solve it using Routes, because I want an editor to be able to set up a similar structure and edit "Area"…
Carl R
  • 8,104
  • 5
  • 48
  • 80
0
votes
1 answer

How do I get a custom localized string in the front end?

I'm having trouble accessing localizations, the value always appears in the default language. I have two resource files in App_GlobalResources: Resource.resx contains a string with the name "Hello" and the value of "World". Resource.fr.resx…
0
votes
3 answers

Orckestra C1: Can a Date formatter be applied to a Tree Definition DataElement Label attribute?

I know for a Tree Definition of DataElementFolder, there is a DateFormat attribute, but the DataElement node doesn't have such an attribute.
NerdBrick
  • 165
  • 11
0
votes
1 answer

Is there a way to add some tabs inside Composite C1 function?

I'm using the 6th version of Composite c1 CMS. And i'm wondering about is there a way to add some kind of tabs inside Composite functions? For example, i have a function `public override string MyFunction { get { return "SomeFunction";…
Speedyjet
  • 51
  • 4
0
votes
1 answer

C1 CMS: Make blog URLs different from headings

I am interested if we can separate URLs from blog headings (make them not dependent on H1)? Currently the URLs look the same as the Heading (Example: https://10.8.139.49/en-gb/ecopayz/blog/2016/11/03/Use-2-Step-Verification-for-Your-ecoAccount). So,…
0
votes
3 answers

Missing Composite C1 CMS Packages option

Picked up an existing project built on Composite C1 version 4.3, and I'm trying to install a package. All the information online says to go to System -> Packages -> Install Local Package, but I don't even see a Packages option on the System page at…
jes
  • 331
  • 1
  • 14
0
votes
2 answers

Orckestra C1 upgrading from V5.6 to V6.0 broke MVCFunctions

Our Orckestra C1 5.6 has been working wonderfully with an implementation of MVCFunctions. After upgrading a test site to V6.0 we noticed the MVC Functions don't seem to be working the same. An example is a MVCFunction that is handling a form…
NerdBrick
  • 165
  • 11
0
votes
1 answer

Adding list of the same blog posts to multiple pages in Composite C1 (Orckestra CMS)

I've added a blog post to my Orckestra CMS site - fine. However, when I try and add the blog control to another page - it doesn't work.
niico
  • 11,206
  • 23
  • 78
  • 161
0
votes
0 answers

Composite C1 site with MVC Player - not returning 404 on non-existent pages

I'm using MVC Player with a Composite C1 site - instead of returning a 404 on all made up non-existent pages it returns: Value cannot be null. Parameter name: filePath How can I get it to return a 404 instead? (this is very important for Google…
niico
  • 11,206
  • 23
  • 78
  • 161
0
votes
1 answer

Failed to build preview for function. Reason: PhantomServerIncorrectRespons (C1ConsoleAccess.xml)

We have a internet facing instance of Composite-C1 we are using for QA'ing our site, and when we try to force HTTPS for console access (forceHttps), the FunctionPreview is broken in the Page editor. There is a valid SSL cert on the server. Our side…
NerdBrick
  • 165
  • 11
0
votes
1 answer

Implementing a CMS

I am using the CMS Composite c1 & run it in my local environment effectively using visual studio and composites UX. After putting the CMS on my web server What other components are needed to run a live site effectively? Thank you for your time.
DSCH
  • 3
  • 2
0
votes
1 answer

Espace characters in page (Composite C1)

An external client of ours asked to do a few changes to a website build in Composite C1, we have no experience with this system, although we do have experience in a similar system (Umbraco). So far so good, only I'm running into a little problem…
Rann
  • 111
  • 1
0
votes
1 answer

Composite C1: How do disable in page errors

When we roll out to production, we want to make sure the errors produced by Composite C1 aren't seen by users. This is an example of a forced Exception thrown by an MVC Function test that is rendered directly in the page. The following is in the…
NerdBrick
  • 165
  • 11
0
votes
1 answer

Composite C1: how to make the page editor to display the source code by default

When you start editing a page, the editor is initially in the Visual mode, so every time you have to switch it to the Source mode if you prefer html-level editing as usually programmers do. It is annoying when you have a lot of things to do during…
JustAndrei
  • 863
  • 4
  • 17
0
votes
1 answer

Composite C1 MVC Function - Data Annotations aren't being rendered into page

Trying to use the MVC Function (http://docs.composite.net/Functions/MVC/MVC-Functions), and when we run our standalone MVC App, the Data Annotations are appearing on the form controls, but when use the MVC Function feature on a C1 page, the control…
NerdBrick
  • 165
  • 11