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

MvcPlayer renders tag

This question is about the CMS Composite C1 and the MvcPlayer functionality. I am using a Razor page template for my pages and embed several MVC actions in the layout by using @Function("Composite.AspNet.MvcPlayer", new { Path =…
magnattic
  • 12,638
  • 13
  • 62
  • 115
0
votes
1 answer

Routing values to the MVC Player function?

In a Composite C1 application, I am trying to pass values from the URL to the MVC Player function, but I have trouble because the values are part of the path and not in the query string. The URL looks like…
magnattic
  • 12,638
  • 13
  • 62
  • 115
0
votes
0 answers

How to query Date field in Composite C1?

I can't query the necessary item from datastore. These are the screen outputs of used values: news.CreateDate: 24.09.2014 10:39:56 newsdate: 24.09.2014 10:39:56 In XML file: CreateDate="2014-09-24T10:39:56.309032+03:00" My initial query is below;…
Nime Cloud
  • 6,162
  • 14
  • 43
  • 75
0
votes
1 answer

Composite C1 - Page template - Media folder placeholder

Just downloaded Composite C1 one week ago, and started to learning functionality of this IMHO really good piece of software. I have done a setup of Open Cph site, and started to building a web site. Successfully integrated Composite with Visual…
Frano Hartman
  • 46
  • 1
  • 5
0
votes
1 answer

Composite C1 blog - not using media folder

I have a Composite C1 4.04 site. The user needs a blog - and they can upload images. However, the images go into some weird virtual 'media' folder that apparently doesn't exist - and they aren't stored like normal images. I would like them instead…
niico
  • 11,206
  • 23
  • 78
  • 161
0
votes
1 answer

Can't catch 404 error in Composite C1

I've set up a multi language webapplication using Composite hostnames like it's mentioned here: http://docs.composite.net/Configuration/UrlConfiguration/Hostnames. Now I would like to log which URL the user could not find. I am struggling to…
M Raymaker
  • 1,231
  • 5
  • 14
  • 31
0
votes
1 answer

Composite C1 - How do I redirect to a 404 within an InlineMethodFunction

I have a Composite site where the URL structure is like so: site.com/products/1234/product-name The bold part is the page location. 1234 is the Product ID and then product-name is just a slug. I register PathInfo and I'm using 1234 to read a SQL…
Armstrongest
  • 15,181
  • 13
  • 67
  • 106
0
votes
1 answer

Changing the Bootstrap Carousel properties

I'm just starting out looking at Composite C1. I installed the Open Cph Starter site, and I've seen how to edit, navigate, etc. Under Media Archive I created a new folder and added my images. Is there a way to direct the Bootstrap Carousel to…
Steve Wash
  • 986
  • 4
  • 23
  • 50
0
votes
0 answers

Creating a new Starter Site

I'm completely new to Composite C1 and fairly new to CMS's in general. According to the documentation, the Tiny Cph Starter Site template was installed when I installed Composite C1. It sounds like what I want to use, but how do I create a new…
Steve Wash
  • 986
  • 4
  • 23
  • 50
0
votes
2 answers

How to add a timestamp field using Composite C1?

How can I add ChangeDate field to a global datatype in data perspective? I can add CreateDate field easily but stuck at record modification time. This is how I add CreateDate field: Just add a new field and rename it as CreateDate, type is Date …
Nime Cloud
  • 6,162
  • 14
  • 43
  • 75
0
votes
1 answer

Cannot Access to Composite C1 Admin

I was finishing my first production site in "composite c1" and trying to post it on the production site on a windows hosting, I can not get into the admin panel. First a popup appears with a type I "alert" message with javascript much like the…
Alfred Severo
  • 496
  • 5
  • 15
0
votes
1 answer

Stopping the publish flow in an event or disabling the publish button

I wondering if it's possible to stop the publish flow in an event. I want to check some properties in the code-behind before I let the user publish the object.
RClemens
  • 301
  • 2
  • 7
0
votes
0 answers

Check if data is already localized in GlobalData.xml

Related: Composite C1 console edit button available for non translated data In Composite C1 2.1.1 we use static C# data which is localizable, however the edit button is visible before the data is translated. One answer in the related question is to…
Ronald
  • 51
  • 1
  • 7
0
votes
1 answer

Composite community event calendar and form renderer

After having followed the C1 setup guidance regarding the event calendar and form renderer - the resulting event entries are cramped on one line and there is no link to the std. sign-up. Maybe take a look at FairNets.dk / events.
0
votes
1 answer

Images don't resize

I've upgraded to C1 ver 4.1.5058.34326. Since this upgrade, resizing image doesn't work - jpeg images are in full size. I've tried both mw parameter (depreciated in doc, but console uses it as max width) and w&fit parameters. But no difference.…
Roman Plischke
  • 1,042
  • 7
  • 14