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

Composite C1 - How to have multiple editable areas in a master layout

I have a MasterLayout.cshtml (same as in example site). As I understand it there can only be one area where page templates can insert content? However - I would like the main content area to be editable - and a footer area, to be editable on every…
niico
  • 11,206
  • 23
  • 78
  • 161
0
votes
1 answer

Composite C1 routes.MapPageRoute - Directing to a page

I have been adding some custom routes which are not working I can get this MVC route working but the problem is it simple routes directly to the view rather than the page which contains the master layout etc. routes.MapRoute("Job-Listing",…
0
votes
0 answers

Composite C1 admin system stuck on initializing, the site works fine

My client just updated me that they are facing some issues with the CMS today so tried to login as admin however could not, it gives me the login page but then is stuck on initializing page. Versions Composite C1 3.2 Build 3.2.4497.34793 .net…
0
votes
1 answer

Composite C1 console edit button available for non translated data

We are using Composite C1 version 2.1.1 with static C# data. This data is localizable (ILocalizedControlled) and is shown on top of the data tree (TreeDefinitions\GlobalData.xml). Users are able to translate the data to their selected language, but…
Alfred
  • 3
  • 1
0
votes
1 answer

Convert Composite C1 - insert MVC partial requires Visual Studio solution?

It appears that you either start a Composite C1 site by using the Visual Studio solution - or just install the exe, which contains no solution file and can just be used through the web CMS. I need to include an MVC 4 Partial in a page on a site that…
niico
  • 11,206
  • 23
  • 78
  • 161
0
votes
2 answers

MVC Player in Composite C1 - totally unclear

I have an Composite C1 site that I am building through the web front end. I also have an ASP.NET MVC 4 app. There's a partial in the MVC app that I'd like to include in the Composite C1 site. I have found the MVC player but it is really unclear. It…
niico
  • 11,206
  • 23
  • 78
  • 161
0
votes
1 answer

Why are some Composite C1 'Page Template Features' 'html' and some 'xml'?

I am new to Composite C1 - and am using Page Template Features. I have noticed in the sample file that some are market .html - and some marked .xml (even though the latter appear to just be html pages). is there a reason for this? Do I need to be…
niico
  • 11,206
  • 23
  • 78
  • 161
0
votes
1 answer

composite c1 cms page titles no longer displaying?

I've just started using composite c1 cms - I set up a site based on the razor / bootstrap example which was working fine but now for some reason the page titles are not displaying. Instead the markup that is produced is as…
Andy Roper
  • 403
  • 1
  • 5
  • 12
0
votes
1 answer

Composite c1 in Load Balanced Environment

I’ve just complete evaluating CMS systems and am about to select Composite C1, but I need a solution that I can scale out and load-balance, primarily for redundancy. I’m looking to clarify the challenges and solution recommendations associated with…
jmurret
  • 1
  • 1
0
votes
1 answer

Composite C1 - Multiple domains & sites in one Composite C1 instance

I am newish to Composite C1. I need 5 sites, all sharing HTML & CSS layout & code - but all must have different contant. They each need their own domain: Domain1.com Domain2.com ... What is the best way to set this up? I setup 1 - and I add another…
niico
  • 11,206
  • 23
  • 78
  • 161
0
votes
1 answer

Composite C1 - User Control not showing on page

I have a website created with Composite C1, and I'm attempting to display a user control on a page using the Composite.AspNet.LoadUserControl function. Just following the example on the website with a very simple user control that simply outputs…
Paul
  • 3,072
  • 6
  • 37
  • 58
0
votes
1 answer

Composite C1 - Adding secondary navigation

I am enjoying Composite C1 CMS - though am having problems finding many tutorials. I need some pages to have a secondary navigation. I am also using the Composite.Community.Blog - which is working. It shows a preview of all blog posts & you click…
niico
  • 11,206
  • 23
  • 78
  • 161
0
votes
2 answers

Composite C1 CMS - Beginner video tutorial

I'm looking for a beginner level video tutorial to get me up to the level where I can create a CMS site. I have found a lot of individual snippets - but nothing that guides you through the whole thing. An equivalent in web or PDF would be a good…
niico
  • 11,206
  • 23
  • 78
  • 161
0
votes
1 answer

Can i Customise Layout.Navigation.Menu with C# code

Salam 3ala mani ittaba3a alhoda, My Layout.Navigation.Menu is written with XSLT, and i would customise it to show a part of them dynamically, for example for anonymous, i hide Compte menu. but i want do that with C# code. please help me if that is…
0
votes
1 answer

Locking Composite Console in Azure Production

I have moved our corporate site to Azure. I have set up the staging site on Azure to and installed til Azure Publisher Elastic package to public to the production site which is also hosted on Azure. Everything works like a charm. However I would…