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

Custom widgets in Composite C1

I'm in the early stages of a new web project for quite a large site, and the chosen CMS is Composite C1. I'm so far satisfied with it, it's promising and I can work relatively fast with it. However I'm currently stuck on, in my eyes, a simple…
Björn
  • 29,019
  • 9
  • 65
  • 81
2
votes
2 answers

Enable Text Color plugin of Tinymce in Toolbar of Visual Editor

How can i Enable the Text Color plugin of Tinymce in Toolbar of Visual Editor ? I was able to enable the print, search and replace plugins inside the Visual Editor by editing this…
ajith c
  • 91
  • 1
  • 5
1
vote
1 answer

Accessing user via C#

I am working on a custom handler hooked into composite c1 start up cycle. The C# code is working fine but I need to access the user info who is the approver for the current page. I tried to use IUser interface but how can I get approver permission…
melbourne-geek
  • 377
  • 1
  • 11
1
vote
2 answers

HOw To Remove facebook page in composteC1 when run the project

i want to Remove facebook page in compositeC1 cms whenever i am run this application it comes with facebook, so i want to replace my own page at the palce of facebbok details i want to replace some other page at facebook or eles i want to…
1
vote
1 answer

Exception when handling multiple hostnames in Composite C1

I have a problem configuring multiple hostnames in Composite C1. Background: I have two websites in C1: site1 and site2. The C1 installation is mainly for site1 and works with the host www.site1.com (and alias site1.com). Now I've added another…
Tech
  • 651
  • 1
  • 8
  • 14
1
vote
1 answer

Can you customise Layout.Navigation.Menu in CompositeC1?

Is there a way to customise the Layout.Navigation.Menu function in CompositeC1 or perhaps duplicate this function with one I can edit? I need to add unique IDs to the rendered elements so I can create an image based menu rather than text only.
NickG
  • 9,315
  • 16
  • 75
  • 115
1
vote
1 answer

Intellisense problems in Visual Studio 2010 for Composite C1 CMS

Composite C1 is delivered as a Website Project for Visual Studio 2010. I want to use a Web Application Project instead when I develop. So I created a Web Application Project and copied all the files from the Composite Website folder in the zipfile…
Raskolnikoov
  • 565
  • 11
  • 27
1
vote
1 answer

Composite c1 "You should create at least one page type first" error mesage

I am using Composite C1 version 2.2.2 I am trying to add a new page and i am getting and error window: Title - "No page type available" Message - "You should create at least one page type first" I have 2 page types defined and I added many pages…
uriz
  • 567
  • 9
  • 25
1
vote
1 answer

Parsing content of VisualXhtmlEditor with Razor

I read this page http://docs.composite.net/XSLT/XSLTFAQ?q=How+to+parse+an+XHTML+value+from+a+data+field+used+in+XSLT+functions%3f but I can not make it to work with the Razor syntax. I understand I should first call the MarkupParser function like…
M.Dieleman
  • 333
  • 1
  • 3
  • 9
1
vote
2 answers

Localizations and Dialects

I read various Composite discussions regarding designing websites not only for multilingual scenarios but also to support localizing volcabulary and grammar for a specific community; for example, technical vs. general public communities. I found…
Kevin
  • 45
  • 4
1
vote
1 answer

Package Upgrade Best Practices

In creating a package with Data Types and Items, what are the best practices to follow for subsequently upgrading a package in order to retain the data that's created on the site while adding a change to the associated Type? Should the package name…
Kevin
  • 45
  • 4
1
vote
1 answer

Find item in function output

I have two functions: GetHomeXml() -> returns a collection of pages with a custom meta type SiteMapXml() -> standard sitemap xml SiteMapXml() has a property (isCurrent) that gets returned if the page is the current page. I need to determine if the…
JadedEric
  • 1,943
  • 2
  • 26
  • 49
1
vote
2 answers

Exclude navigation menu from search query

I have a composite c1 website. I like to use the Microsoft Search Server functionality. I have installed all the software, but when I search I get every page as a result, because the navigation menu is indexed on every page. When I use the…
Jeroen
  • 307
  • 1
  • 6
  • 17
1
vote
2 answers

In Composite C1, should each client have their own instance?

I'm wondering if for Composite C1, if each site should have its own instance, or if the one backend interface can be configured to host multiple sites. I noticed that using user permissions I can make one user see only their content, not…
Sam
  • 4,219
  • 7
  • 52
  • 80
1
vote
1 answer

Cannot add or modify datatype on modified C1 CMS

Since C1 CMS' built-in image resizer cannot enlarge images I've added modified image resizer library and modified the line below: // using Composite.Core.WebClient.Media; using Composite.Core.WebClient.Media.Modded; Modified files…
Nime Cloud
  • 6,162
  • 14
  • 43
  • 75