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
20
votes
1 answer

How does the Composite C1 architecture work?

Can anyone give a high level description of what is going on in the Composite C1 core? In particular I am interested in knowing how the plugin architecture works and what the core components are of the system i.e. when a request arrives what is…
Paul Sullivan
  • 2,865
  • 2
  • 19
  • 25
11
votes
4 answers

DNN vs Composite C1 - Pro and Cons

I've spent a few hours already studying some CMS solutions for one of my customers' new business...In the end, I've taken in consideration these two: DotNetNuke and Composite C1. I know all of these have a lot of features, a lot of capabilities…
Cristian Boariu
  • 9,603
  • 14
  • 91
  • 162
9
votes
1 answer

Get current language in C#

In Composite C1 I need to fetch the currently selected language, that the user selected over the language switcher package in an ASP.NET user control. Of course I could read it from the PathInfo, but I bet there is a function for this. How can I…
magnattic
  • 12,638
  • 13
  • 62
  • 115
9
votes
1 answer

Composite C1 - Membership Provider - Simple Registration and Login

I am developing my first application using the Composite C1 CMS as the core system. I am currently working my way through the documentation and learning about data structuring, etc. I see that there is a paid Extranet package which can be purchased…
TGuimond
  • 5,475
  • 6
  • 41
  • 51
6
votes
2 answers

How can I parse a YouTube Url using XSLT?

I would like to parse a youtube url using XSLT and get only the Video ID from that URL. What's the best way to do this using XSLT? So, if the url is: http://www.youtube.com/watch?v=qadqO3TOvbQ&feature=channel&list=UL I only want qadqO3TOvbQ and put…
Armstrongest
  • 15,181
  • 13
  • 67
  • 106
5
votes
3 answers

How easy is it to setup a CMS on appharbor

I'm looking for a CMS for use with Appharbor, the issue I've seen with other CMS's is that they store content in the file system which may get deleted between deployments and does not work across multiple nodes (so maybe everything would be stored…
Daniel Little
  • 16,975
  • 12
  • 69
  • 93
5
votes
2 answers

Open PDF in browser instead of downloading it

After uploading a PDF to the Media Archive, I am trying to link to it from a page on a site. While editing content, I use the hyperlink tool then select the PDF I want to link to via the URL input box. After saving and publishing the content,…
bpprox22
  • 95
  • 1
  • 1
  • 8
5
votes
1 answer

Adding WebAPI to Composite-C1

I am really impressed with CompositeC1 and the ability to add data types on the fly, reference other data types with a foreign key relationship, etc. The built in functions are also really handy. Ideally, I could create a separate Web API project…
user529794
  • 115
  • 6
4
votes
1 answer

Accessing Page datafolder data from C#

I defined a Page datafolder in the Data view and created data for one of my pages. How can I access this data from an ASP.NET usercontrol placed on the page?
magnattic
  • 12,638
  • 13
  • 62
  • 115
4
votes
1 answer

Dealing with generated pages in Composite C1

In my ASP.Net project which I am currently trying to move to Composite I have trouble with dealing with non-physical pages. For the sake of simplicity, lets assume I have a webshop and each category in the database has its own url. (for example:…
magnattic
  • 12,638
  • 13
  • 62
  • 115
4
votes
1 answer

Integrating a Webforms Project with Composite C1

We have developed an ASP.Net Webforms Application, some sort of web shop. Some of the pages only have editorial content, news, articles etc. These contents come from the database right now and are hard to edit for the content writers. My boss wants…
magnattic
  • 12,638
  • 13
  • 62
  • 115
4
votes
1 answer

Running Multiple Sites from Common Composite C1 CMS

I am wondering if we can have multiple sites connected to same composite C1 CMS? We are planning to create a mobile version of our site so the best bet would be if we can control the content of both sites through "One Common CMS" system. I am…
Shawinder Sekhon
  • 1,569
  • 12
  • 23
4
votes
1 answer

Best .Net Cms for Social Network development, Orchard or Composite C1?

Please, I need advice about which CMS to work with... Orchard or Composite C1. I'm about to develop a social network website, and I'll develop the social network features. My main concerns are performance, light processing and easy development of…
4
votes
1 answer

Get Data Reference Data In Razor Function

I have three Global Data Type Tour Hotel Airline I have Created A Razor Function To Display Tour With Relevant Hotel And Airline Information But I Cant Get Airline and Hotel Data In My Function Here Is the Code : @foreach (var Tour in…
Arash
  • 3,458
  • 7
  • 32
  • 50
4
votes
3 answers

Configure TinyMCE for use of Font Awesome icons in Composite C1

I use Composite C1 CMS, but the custom TinyMCE in it is so crazy. Simple issue: we'd like to use Font Awesome icons. Source code editing is OK. If we add the following: This is removed. OK then, add a space:
Mart
  • 512
  • 5
  • 13
1
2 3
16 17