Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Browsing all 2540 articles
Browse latest View live
↧

New Post: Creating MasterLayout.cshtml

Hello As a newcomer to Composite C1 and soon finished with the Basics training I was eager to setup a small sample website. However, soon I ran into different and confusing things. But the most...

View Article


New Post: Creating MasterLayout.cshtml

Thank you :) I couldn't get the Razor template to work by removing the elements, I created an empty .cshtml file instead.

View Article


New Post: LoggingService, dependency injection

Hello I was wondering if it is possible to use another logging service, than the one already included in Composite C1. I would prefter to override it, but I can see that LoggingService is static. It...

View Article

Closed Unassigned: Error when trying to view available packages due to...

Hi all,I'm trying to install a new package and I keep getting an error message telling me that App_data\Composite\Packages\6b8de726-0faf-49a4-96c1-0c8514637d9b\info.xml does not exist.I've check the...

View Article

Commented Feature: Feature Request: .RESX files editor within C1 Console [992]

It would be nice to be able edit resource files (.RESX) within C1 Console in convenient wayComments: ** Comment from web user: DBailey635 ** It would also help when editing existing localizations, or...

View Article


Image may be NSFW.
Clik here to view.

New Post: Major bug

I made a new installation on Azure using the template with master pages and I get the following error. The other templates work fine.

View Article

New Post: Major bug

The image is unfortunately too small to see what the error says.

View Article

New Post: Major bug

Link to Screenshot Please try this link.

View Article


New Post: Major bug

It would be great if someone could help me with this problem!

View Article


New Post: Major bug

Hi, Thank you for reporting the issue. It was fixed. You can try again Master Pages C1 installation.

View Article

New Post: LoggingService, dependency injection

Hi Janus The logging we have is based on "logging application block" of MS Enterprice Library. The logging class is taken from the configuration ~/App_Data/Composite/Composite.config (look for...

View Article

New Post: LoggingService, dependency injection

C1 is unfortunately quite the school book example of using configuration over convention. Its not possible to define much at runtime, it all has to be done through configuration files. When that's...

View Article

New Post: DataRefrence Data In Razor

I Have three Global Data Type Tour Hotel Airline I have Created A Razor Function To Display Tour With Relevant Hotel And Airline Information But I Cant Get Airline and Hotel Data In My Function Here Is...

View Article


Closed Issue: Versioning - Content Modification Log improvements [2101]

Issue 1:This log has become a bit of a mess after the introduction of data type versioning. I would like to have a column for data type and an associated filtering option.Issue 2:I have a data type...

View Article

New Post: DataRefrence Data In Razor

The C1 Data layer will return "a flat structure" consisting of simple fields (string, int, guid etc) and not an object structure. You need to do join with the Airline type, something like this:var...

View Article


New Post: How to migrate from mojoportal cms to composite c1

I have 2 websites built on mojoportal cms, I want to migrate it to composite c1, any tips ? Sites uses mssql 2012 as database. Thanks.

View Article

New Post: How to migrate from mojoportal cms to composite c1

If the mojoportal cms database is reasonably easy queried so it can give you page title, content you can write a converter - here is tips on how to create c1 pages programmatically...

View Article


New Post: How to migrate from mojoportal cms to composite c1

Thanks.

View Article

New Post: How to migrate from mojoportal cms to composite c1

Sample to import page from frontend using XPathParsePage(@"http://<pageurl>", PageManager.GetChildrenIDs(Guid.Empty).FirstOrDefault(), DataFacade.GetData<IPageType>().First()); Codepublic...

View Article

New Post: Visual Studio 2013 Debugging Custom Widget

More a tooling question than a Composite question but i'm not able to set any breakpoints in my UserControl (.ascx.cs) files when running locally as a Website in VS2013. When I set the breakpoint and...

View Article
Browsing all 2540 articles
Browse latest View live