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

Content available through AJAX

I wonder if it's possible to create a lazy loading content website, which loads the content as you scroll down, or when it becomes visible. I do not think there is anything by default, so guess you would have to create handlers(ashx or webAPI) to…
Wencesbc
  • 116
  • 1
  • 8
1
vote
1 answer

Nested Page Templates

Is it possible to nest master pages or razor views? I was trying to get this working, and it seems like only the directly referenced template is loaded. So if I have MasterTemplate which contains script references and the site footer, and child…
Andrew Walters
  • 4,763
  • 6
  • 35
  • 49
1
vote
1 answer

How to configure Composite C1 to serve .m and desktop as the same site

I have a new starter Mercury site installed on azure. I have edited the site. On my pc the site appears as per the edits. On my phone the site appears as it's original state after installation. I believe this is because on my phone there is a…
Zangl
  • 13
  • 3
1
vote
1 answer

Nested datafolders in Composite C1 v4.2

I'd like to create a datafolder or some similar construct that allows me to provide users of the Content perspective the ability to create a data element, but then under that data element to have the ability to create child data elements. I know I…
Crob
  • 599
  • 4
  • 26
1
vote
1 answer

Manually Create composite.generated.dll

I'm new to composite C1 CMS and am trying to update a site from 4.1 to 4.2. I'm running into some build errors because the 4.2 generated.dll file doesn't know about the custom data types etc that were in the 4.1 generated.dll. Do you have to…
Andrew Walters
  • 4,763
  • 6
  • 35
  • 49
1
vote
1 answer

Composite c1 Odata Pageresult

I'm having difficulties using Odata in combination with PageResult. I get the correct result, 5 items if I set [Queryable(PageSize=5)] but no nextlink, which I expect, so I can get the next results of page 2 for example. Composite C1 uses it's own…
1
vote
1 answer

Resource file can't be access in Razor

In my composite c1 razor template I try to get the value from Resource.resx file.But I can't access the resource file it showing 'The name 'Resource' does not exist in the current content.I already added the resource file inside the…
Arun
  • 63
  • 2
  • 6
1
vote
1 answer

Upgrade from 4.0 to 4.2 update 1 function preview not working

I got this message in server log: PhantomJs server unable to complete HTTP requests, preventing C1 Function preview images from being generated. Composite.Core.WebClient.BrowserRenderException: ERROR, page.onResourceTimeout: "Network timeout on…
1
vote
0 answers

Composite C1 generates crazy amount of cache dlls

I'm running an older version of Composite C1: Composite C1 3.2 Patch 3, Build no. 3.2.4681.14221 I've noticed on the live site that a crazy 26,000+ dll files have accumulated in App_Data/Composite/Cache/Assemblies folder. Is there a way to configure…
Gavin
  • 5,629
  • 7
  • 44
  • 86
1
vote
1 answer

Composite C1 MVC Player - detailed error messages (including Stack Trace)

I am using the MVC Player in Composite C1. On error all that is shown on the page is: [Error] I have enabled debug="true" in the web.config - it has no effect. How can I display detailed error messages on the page? I can find nothing about this on…
niico
  • 11,206
  • 23
  • 78
  • 161
1
vote
1 answer

How to set quality of resized jpg

I'd like set size and quality of JPG file. I found in doc a "q" parameter. OK, I write the parameter blah When I try to save it I get message Not well-formed - '=' is an…
Roman Plischke
  • 1,042
  • 7
  • 14
1
vote
1 answer

How to get list/details url in Composite C1?

I build menu links so I need to know where I am. The list url looks like: http://domain.com/list The detail page url looks like: http://domain.com/list/detail I could search for hardcoded /list part but it will be hardcoded. I use the PathInfo…
Nime Cloud
  • 6,162
  • 14
  • 43
  • 75
1
vote
1 answer

Can I Open a web application,which is desingned in Visual Studio,in Composite C1 CMS,If I can,how to Use this CMS to edit or update the Content?

Can I Open a web application, which is designed in Visual Studio, in Composite C1 CMS? If I can, how to use this CMS to edit or update the Content?
1
vote
0 answers

An error occurs when saving pages and datatypes content in the Composite C1 console

I'm experiencing an issue in the Composite C1 console when saving data - pages, data types, media, anything that has a form. After editing and saving data the console reloads the form but with all fields empty. The loading spinner keeps going until…
mgj
  • 103
  • 2
  • 6
1
vote
1 answer

Get logged user's username, id etc in Composite C1

How to get info about logged user in my controller (MVC Player) in composite c1?
Haris Bašić
  • 1,383
  • 2
  • 12
  • 21