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

Composite C1 not generating sitemap.xml

Quick specs: Composite C1 4.1 Windows 2003 Server IIS 6 .NET Framework 4.0 Anything newer will not run on my old server. I have tried to access my website's sitemap.xml (direct link) but it keeps giving a 404 error. I have looked over the internet…
Ronald
  • 51
  • 1
  • 7
2
votes
2 answers

How to find out the parent page Id from IPageStructure? (Composite C1)

Is this the best way to get the parentId of a page from the IPageStructure in Composite C1 within a UserControl ? string pPageId = SitemapNavigator.CurrentPageId.ToString(); Guid parentId = connection.Get().Where(p => p.Id == new …
Martin Sansone - MiOEE
  • 4,281
  • 1
  • 29
  • 31
2
votes
1 answer

Is there a way to use razor variables in PageTemplate Features

Is there a way to use razor variables in PageTemplateFeatures in C1? I have this in MasterLayout.cshtml: @inherits CompositeC1WebPage @{ string stylesFolder = "~/Frontend/Styles"; string jsFolder = "~/Frontend/Scripts"; string imgLayoutFolder =…
2
votes
1 answer

Composite C1 - 'URL Aliases', redirecting URL's with Querystring

I have a Composite C1 CMS site. To maintain SEO juice, I need to redirect some old - mainly blog URLs - like this:…
niico
  • 11,206
  • 23
  • 78
  • 161
2
votes
2 answers

Dynamically disable/enable outputcache for a page during runtime

I am using a CMS system, by the name of Composite C1. It renders all of it's content through single page (Page.aspx), which has a custom output cache profile attached. This is all good, but I have run into a problem. I want to have caching, but…
ctrlplusb
  • 12,847
  • 6
  • 55
  • 57
2
votes
1 answer

Composite C1 - Multiple sites/domains, same design, different main navigation / footer

I have a Composite C1 site with 5 different sites in it (with 5 different domains). Each site has multiple languages. Each site has the same basic design (html/css/images) - though is about a slightly different topic with different content. What is…
niico
  • 11,206
  • 23
  • 78
  • 161
2
votes
1 answer

Composite C1 - Language / Localization in Blog module

I have added a second language, French, to a Composite C1 site (System/Languages/Add Language). It works fine for content pages when I select the language (bottom right). However - blogs do not have this option. How can I add languages to blog…
niico
  • 11,206
  • 23
  • 78
  • 161
2
votes
1 answer

Composite C1 Razor function - link to external URL

I've got a Razor list-to-view function setup and i render a website url that a user inputs. My problem is that at the moment clicking the url causes the anchor to try and find that page within the website, when it's an external link. How do i do…
Gerico
  • 5,079
  • 14
  • 44
  • 85
2
votes
1 answer

Intermittent issue with YafMembershipProvider - Configuration Error reported in web.config

I have an intermittent issue with Yet Another Forum.NET where the forums just go down. It's usually at least a week between occurrences, usually more. The last for the site happened 30th April, then just again 29th May (quite a big gap this time,…
Gavin
  • 5,629
  • 7
  • 44
  • 86
2
votes
1 answer

composite C1 form Renderer localization

I have created a global data type, and use form renderer in a page to let user fill in the data and submit to website. The default English is working fine. now when I try to support the second language I run into issues. According to the composite…
2
votes
1 answer

scalability on global data types

Does anyone know how scalable the global data types are? I'm trying to make registered user list and wonder if it can support a large number of users (e.g. 100k). The Composite admin UI certainly does not seem to be since it is trying to display all…
user829916
  • 49
  • 3
2
votes
1 answer

Composite C1 Cannot Localize News Articles Using News Module

I'm new to Composite C1, and am just starting to research into this powerful ASP.NET based CMS. How do I created a localized news module in Composite C1? Adding a new language in the C1 control panel allows me to localize all my pages, but strangely…
futureelite7
  • 11,462
  • 10
  • 53
  • 87
2
votes
0 answers

RegisterClientScriptBlock & RegisterClientScriptInclude do not work in Composite C1 when integrated in user control

I try to add custom javascript block from within user control in Composite C1. The user control is integrated in a nested master page (called Frontpage.master - as basis starter site "ASP.NET Master Pages" from Composite C1 has been taken and I want…
maeni70
  • 163
  • 1
  • 1
  • 7
2
votes
2 answers

Removing global content language declaration from Composite C1

I have a client that wants his site to be fully valid HTML 5 mark up per the markup validation service at http://validator.w3.org/ There is only one little error that I think he can live with but I'd like to clear up if possible. Does anyone know…
Austin_G
  • 177
  • 11
2
votes
2 answers

How to make NewsList from News package show news as list

I'am calling the NewsList (from the standard Composite.News package) from a template like this:
1 2
3
16 17