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
1
vote
3 answers

How to recover or reset password of C1-CMS admin?

In a self-hosted C1-CMS (formerly Composite C1), how can I reset or recover the password? Can the password be viewed or reset somewhere on the server? (Composite C1 4.3, Build 4.3.5555.25838)
Marc
  • 12,706
  • 7
  • 61
  • 97
1
vote
1 answer

CMS C1 top.js Failed to load resource: the server responded with a status of 403 (Forbidden)

I don't know if this is the place to post this question, but i really hope someone have any idea how to fix it. If this is not the place i will erase it I have developed a site using Composite C1 I have uploaded it to my hosting provider…
Silagy
  • 3,053
  • 2
  • 27
  • 39
1
vote
1 answer

Page MetaTypes in Composite C1: How to display in the template?

In my template I have an h1 I need to have in a specific place in the template. I've added a page metatype and that makes sense: I can't figure out how to output the value. Seems like it should be extremely easy. I'm using XML templates and here is…
Stephane
  • 1,613
  • 5
  • 20
  • 40
1
vote
1 answer

Is there an easy way to use vue.js or another javascript framework in Composite C1 framework?

i'm developing a big web site using Composite C1 CMS. And i'm wondering is there an easy way to add any modern javascript framework like vuejs? Now the biggest problem i see is that i need to have node.js on the server side working together with…
Speedyjet
  • 51
  • 4
1
vote
1 answer

C1 CMS - IIS WebSocket support installed Error on Azure

Spinning up C1 CMS for the first time with Microsoft Azure, getting below error and could not proceed here after.
Kushan L Perera
  • 266
  • 2
  • 10
1
vote
1 answer

How to get Name from ChangedBy attribute in Composite C1

I need to get full name of an entry. I can retrieve Username from ChangedBy attribute. How can I get the full name of a username?
Nime Cloud
  • 6,162
  • 14
  • 43
  • 75
1
vote
1 answer

Can composite.generated.dll complete rebuild itself if it is nonexistent?

I know if you are using Visual Studio that if you remove the composite.generated.dll it can rebuild and create a new file, but if that file on production gets removed for some reason, can it rebuild. I have done some testing and came to the…
1
vote
1 answer

Composite C1: How to make the page tree to display UrlTitle instead of Title (Solution)

When Composite C1 displays the tree of sites and pages in the Content perspective, it uses the page Title property as the node label. This is not always comfortable, especially when the pages are translated to different cultures, so you can't even…
JustAndrei
  • 863
  • 4
  • 17
1
vote
2 answers

Post form values, process with c# in Composite C1

This is probably easy to do but I've spent hours searching Composite C1 knowledge base and google but nothing. I simply want to create an html form, then when the user submits it, be able to process the form fields in C#. I don't mind if this uses…
niico
  • 11,206
  • 23
  • 78
  • 161
1
vote
2 answers

Session is null when accessed from MVC function (Composite C-1)

I'm new to Composite C1 and have the following scenario: I'm deploying a MVC application as a set of functions to Composite. The thing is that I need to access the session from my MVC functions, but it is null. I have tested some ideas, but none…
Andres
  • 1,090
  • 14
  • 30
1
vote
2 answers

Get collection of items from c# function composite c1

I wrote a C# function that retries a list of users from Active Directory. public static IEnumerable ActiveDirectoryUsersList() { string[] adPropertiesToRetrive = { "displayName", "mail", "telephoneNumber",…
Mortalus
  • 10,574
  • 11
  • 67
  • 117
1
vote
2 answers

Adding a child application under Composite Installation in IIS

We’re running into an issue where the URL rewrites we are using in the child application are not working. I suspect this is due to Composite overriding the rewrites. Is there a guide to creating child applications under Composite, or a way to tell…
bpprox22
  • 95
  • 1
  • 1
  • 8
1
vote
1 answer

How to write multiple records at once in XML file?

While using XML based database, can I write multiple records at once to prevent excessive disk writes? I don't want to use XML file directly (to not prevent SQL migration - I might switch to SQL in the future). I want to add 5000+ records -in a job…
Nime Cloud
  • 6,162
  • 14
  • 43
  • 75
1
vote
1 answer

how to get composite c1 adminsrtrative console logged in user details

hi all composite developers, I am new one in this platform my requirement is to get the logged in user details like name and id etc.. please tell me.
Sulaphen S
  • 13
  • 6
1
vote
1 answer

Write to file using code in Composite C1 in Azure?

I've tried searching the web for a couple of days now, trying to figure out a way to solve this. I have Composite C1 .NET CMS installed as a Web App in Azure, and I want to cache the results of an external web service call on the server in…
René
  • 73
  • 6