Questions & Answers about Composite C1
StackOverflow.com is the premiere Q&A site for developers, enabling the community to vote up best answers, improve on them and comment. If you have a question about Composite C1 consider posting it there and add the tag Composite-C1.
Ask a question about Composite C1.
Recent Composite C1 questions on StackOverflow.com
► Composite C1 - nopCommerce integration
I am following the step by step instructions (http://docs.composite.net/Packages/Commerce/NopCommerce) for integrating the nopCommerce module into the Composite C1 CMS but have been halt...
► Generate localized URL for a translated page
According to How localization works I can translate pages and give them a different URL for every language. Example from the tutorial: http://butterflysite.co.uk/en-GB/Home/contact/Ne...
► How to create document upload and document list pages in Composite C1
I'm new to C1 and I'm developing a simple site, now I need to add Documents page which one lists a bunch of PDF files and document view page to display PDF in Issuu player. First I'll a...
► In Composite C1, How to apply same blog application/module to multiple pages
I have successfully added a blog application to a new page called "Blog". Now I have a different "AboutUs" page on which I want a list of latest five blogs postings. For this I created a...
► Global Datatypes disappears from treeview data after renaming namespace
I've renamed the Namespace for one of my global datatypes and since that the datatypes disappears from the Global Datatypes in the Data treeview... Any ideas? Thanks
► 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 a...
► Where do I get source code for the Composite C1 Facebook ImageGallery module?
I found the source code for Composite C1 CMS on CodePlex, but I have not been able to find the source code for the various modules published by Composite C1. I particularly need the sour...
► Strategy of implementation
I've read all the documentation this weekend but I'm unable to bring my tought together and find the good way to implement what I want. I can't choosen between page-types, data-types, ...
► 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 a...
► 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 trie...
► How to work with Linq in Composite c1 cms?
I am using composite c1 cms and i working with user control but when i am trying to access database via dbml file i am getting an error of importing namespaces. But there is no .cs file ...
► 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 wan...
► 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 ...
► 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 ...
► How easy is it to setup a CMS on appharbor
I'm looking for a CMS for use with Appharbor, the issue I've seen with other CMS's is that they store content in the file system which may get deleted between deployments and does not wo...
► 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 t...
► Translation of data only possible in one direction?`
In my C1 backend I have a global data type with 3 fields: FieldKey [string] FieldContent [string] Group [string] I group the data by the "group" field in the data perspective. My d...
► 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. ...
► How does the architecture work?
Can anyone give a high level description of what is going on in the c1 core? In particular I am interested in knowing how the plugin architecture works and what the core components are o...
► 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...
► Preview Pane Not Displaying Correct Formatting
I am using C1 3 and am having problems with the preview pane. The C1 site uses master pages for templates, and works correctly when published. However, it is not displaying correctly in...
► Package Creator - Require a Dependency
What is best practice for the Package Creator to either require a dependency of another package, i.e. the Forms Rendering package, or install the required dependency. The configuration p...
► Extending System Logon Functionality
What is best practice for extending C1 logon functionality. Would like to extend features to the current logon process by replacing password authentication with multifactor authenticatio...
► Website home page error in IE 9
I have developed a C1 V3.0 masterpage based simple website. When I view the website it resolves correctly to the home page in any browser except IE 9.0. It works with IE 8.0, Chrom...
► Handle content in usercontrols through CMS?
Is there a way in Composite C1 to manage static text in ASP.NET usercontrols used on pages through the backend?