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
1
vote
1 answer

Composite C1 - Has anyone built an app on top of it?

I have an existing application which is quite large, uses a SQL Server database and LINQ to SQL built in MVC. It does what it needs to do very well, but the CMS is sadly lacking (it's difficult, complicated to use and prone to errors). I like the…
Paul
  • 3,072
  • 6
  • 37
  • 58
1
vote
1 answer

Find out the language of the user that filled in a form (Composite C1 forms renderer)

We've got a form for a global datatype of our Composite C1 website that allows users to request a trial. This form is translated into German and English. Now what we would need is to know what language-version of this form the users used to submit…
Alexander Marek
  • 479
  • 1
  • 7
  • 22
1
vote
1 answer

Composite C1 - MVC Player conflicting with Blog module

I have a composite C1 site - working fine. Some pages use the MVC Player - which works fine - along with all pages on the site - except the Blog which causes a routing conflict. Error: The incoming request does not match any route. C1 Function:…
niico
  • 11,206
  • 23
  • 78
  • 161
1
vote
1 answer

Composite C1 Custom Routing - Creating custom routes

I am trying to figure out how to create custom routes in composite C1. I have been searching around for hours and came up with noting. I realise you can use pathinfo to slightly customise the route but this really just doesnt do what I need. I…
1
vote
1 answer

Composite C1 - Using MVC RenderSections or the like

In Composite C1 I'm using Razor syntax to create my master layout. For faster loadtimes it's recommended to put your scripts just before the end body tag instead of inside the head tag. That's why I put jQuery and other scripts just before the end…
Ben Adams
  • 564
  • 1
  • 4
  • 18
1
vote
2 answers

Composite C1 log file issues - Folder growing too large

I am having trouble with one of my Composite C1 websites regarding log files. The log file folder just seems to be growing too large. I have 20 sites all very similar and getting used similar. They are all around 50mb in total for the whole site…
1
vote
1 answer

Load Testing Composite C1 CMS Console

We have a weird request from one of our client to provide them with load test statistics for the Composite C1 Console. I attempted doing this by using JMeter. The Problem: Everything on the C1 UI is dynamic content. How can one write a generic test…
Boon
  • 401
  • 1
  • 6
  • 17
1
vote
1 answer

Making dynamic page template Composite C1

I'm new to Composite C1, and i am just playing around with it at the moment.. I have made some functions and some data types and my page sort of works. I basically have: Artist - Artist Name Artist Website Artist Bio I've also then placed the…
Gerico
  • 5,079
  • 14
  • 44
  • 85
1
vote
0 answers

OutputCache not working for a single News page in Composite C1 CMS

I've just installed the Composite.News package and trying to make it work together with OutputCache. The News page itself is being serviced by OutputCache, but the single NewsItem with url like News/2013/02/22/MyNewsItem doesn't wish to be…
1
vote
1 answer

Overridden GetVaryByCustomString method being called only on first request to a page

I have the following question regarding outputcache work in either ASP.Net or Composite C1 CMS (don't know where's the problem): I need to vary cache by cookie named "City". In Global.asax I've overridden the GetVaryByCustomString method. public…
1
vote
1 answer

Should I use a content management system?

This question has been bugging me for almost a week now. I've gone ahead and started using Composite C1(since I already had some MVC3 code). I'll outline my high-level requirements: User Profiles (Log in/ Log out/ Activity history/ gamification…
1
vote
1 answer

what are steps of creating new language for Composite CMS?

What are main steps of creating another language (such as Persian )for composite CMS ? i think i should do these steps: 1. I think i should add my language to list of cultures 2. there are files in localization which ends with"en-us.xml" I …
1
vote
1 answer

Edit the input parametersin in Composite C1 on IIS 7.5?

sorry for my english I have a problem with c1 installed on iis 7.5 For example: I want to edit the input parameters: Function/XSLT Function/ When you push the combo [Default value] or [Test value] dialog does not display error in console: Failed to…
1
vote
2 answers

Batch create extranet users in Composite C1

I am in the process of building a website that in near future shall replace an existing web-site. The existing web-site contains aprox. 300 users which I need to "import" to the extranet-module (which I have bought) in composite. Is there a way to…
1
vote
1 answer

Composite C1 4.0 Beta and MVC Player outputting 2nd html and body tags

I have setup and installed the Composite C1 4.0 beta, along with the latest MVC Player build (from 12/7/2012 nightly), but whenever I call the MVCPlayer function, it outputs additional tags on the page. For example, I am calling a MVCPlayer…