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

Package: Composite.News

How do I change date format settings for the Composite.News Package? (or perhaps the whole Composite C1 Site) I would like to use the date format YYYY/M/D for all news instead of the standard M/D/YYYY I´ve been looking in the Razor Functions…
0
votes
1 answer

Why is C1 requesting my admin page remotely?

Some time ago I had Composite C1 installed on a public url to test it (for example http://c1.mydomain.com). But I did remove it already some time ago. I checked my firewall logs recently and I discovered requests for…
mbar
  • 1
  • 1
0
votes
1 answer

less than and greater than symbols not working in razor template jquery

In my razor template the jquery having a if else checking.in thet if condition the less than or greater than symbol getting some error. here is my master lay out @inherits CompositeC1WebPage @{ string stylesFolder = "~/Frontend/Styles"; …
Arun
  • 63
  • 2
  • 6
0
votes
1 answer

Can't Render script in razor template

I have creating my website using composite c1 .net cms with razor master template. but I can't able to render the script in the masterlayout.Here is my razor files. 1.MaserLayout.cshtml @inherits CompositeC1WebPage @{ string websiteTitle =…
Arun
  • 1,402
  • 10
  • 32
  • 59
0
votes
1 answer

Confusion about creating Page Types in Composite C1

Running Composite C1 4.2 Update 1 I'm trying to create a Page Type for our landing pages. I want to specify a Layout as well as a Data Folder I designed for my new Page Type. I'm able to create the Page Type without issue, then I right click and…
Crob
  • 599
  • 4
  • 26
0
votes
2 answers

Ternary function in Razor using Composite C1 keeps rewriting quotes as entities

I'm trying to do something pretty straight forward in a Composite C1 function but I believe the fact that Composite treats the function's HTML output as XML is causing issues. Unfortunately I cannot find a way around this one. So here's the…
Crob
  • 599
  • 4
  • 26
0
votes
1 answer

C1 as a store and editor for custom private files

Preface Our site uses C1 as a CMS for public area (info, help, faq, etc.). Our private area is implemented as a standalone ASP.NET app, so there almost no connection between the CMS and the app. In the app there are ~50 email templates (HTML+razor),…
JustAndrei
  • 863
  • 4
  • 17
0
votes
1 answer

Composite C1 rendering � randomly for Japanese

I have a site that has English, German, and Japanese content served from 3 different domains out of the same IIS site and same Composite C1 CMS. The Japanese content has an issue where some characters, not always the same one, are displaying as �…
0
votes
1 answer

Composite c1 upgrade from 4.0 to 4.2 update 1

I've just upgraded from 4.0 to 4.2 update 1. Now i got an error as soon as I try to open a page: System.FormatException: Unrecognized Guid format. at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object…
0
votes
1 answer

Blog issue - The type or namespace name 'Entries' could not be found

Apparently without any changes being made, I get the following error in the Composite C1 console on a page which uses the Composite.Community.Blog.BlogRenderer Razor function: Invalid function call - The type or namespace name 'Entries' could not…
Marc
  • 12,706
  • 7
  • 61
  • 97
0
votes
1 answer

In Composite C1, is it possible to pass a page meta type field to a razor function?

I've looked through the C1 documentation and can't seem to find any docs or examples of passing a page meta type field to a razor function. I'll give a very trivial example for a POC I'm doing.I've created a page with a page meta type that has a tag…
nickytonline
  • 6,855
  • 6
  • 42
  • 76
0
votes
1 answer

Accidentally published CompositeC1 with precompile on

I accidentally published Composite C1 from Visual Studio with "Precompile during publishing" when I first set it up and have now come to realize that several plugins do not work with precompile turned on. Unfortunately I have no idea how to reverse…
Crob
  • 599
  • 4
  • 26
0
votes
1 answer

Razor function takes more load time than usercontrol function

I just trying to change my usercontrol function to razor function.but the page load time by using razor function is more than usercontrol function can any one know why this time taken.here is my razor code @inherits RazorFunction @using…
Arun
  • 1,402
  • 10
  • 32
  • 59
0
votes
1 answer

CMS managed images are getting height and width of 0 on some reloads

I'm using the Composite C1 CMS v4.2 Update 1. In some of my pages which make use of the Media section and some programmatic image population from the Media section I periodically get a width and height of 0 for all images that come out of the Media…
Crob
  • 599
  • 4
  • 26
0
votes
1 answer

Rendering a child page in a parent page

is it possible to render a specific page in a razor function. I tried @RenderPage but i cant figure out the path. Are there any built in functions to accomplish this? Thanks Johan
Johan
  • 1
  • 1