Questions tagged [n2cms]

N2CMS is a lightweight open source content management system that runs on top of ASP.NET.

N2CMS is a lightweight CMS framework. With just a few strokes of your keyboard a wonderful strongly-typed model emerges complete with a management UI. You can spend the rest of your day building the best site imaginable.

With N2CMS, you build the model of the data that needs to be managed using C# or VB code in Visual Studio. The type below is picked up by the N2 engine at runtime and made available to be edited. The code uses an open API with multiple built-in options and unlimited customization options.

83 questions
0
votes
1 answer

How can I make N2CMS show edit page in admin interface by default?

When I am in the N2 management / admin interface, if I click on a node in the tree, by default it shows the output of that page. I can show the edit screen for that node by right clicking the node and clicking 'Edit'. Can I get it to show the edit…
Tom Bull
  • 1,189
  • 13
  • 17
0
votes
1 answer

Programmatically Removing N2 CMS Nodes from the Trash

Within N2 CMS, is there a way to programmatically remove nodes from the trash?
Tron5000
  • 844
  • 11
  • 24
0
votes
1 answer

N2CMS Installation - Start node not appearing

I'm trying to integrate N2CMS into an existing application. I'm in the middle of the installation and have been following the documentation supplied for integrating into an existing application. I'm up to the 'Add Content Package' part of the…
0
votes
1 answer

In N2CMS how do you add spaces to options in drop down lists

N2CMS uses standard .net enums to define options for editable drop down lists. My drop down options need to include spaces, but of course you can't have a space in an enum item name. I had hoped there would be some sort of attribute I could apply to…
andynormancx
  • 13,421
  • 6
  • 36
  • 52
0
votes
1 answer

N2 common content

The N2 documentation on inheritance mentioned about putting common content into the start page definition then within the masterpage retrieving that part of the content from the StartPage rather than the CurrentPage. Is this considered to be best…
Chewy
  • 25
  • 6
0
votes
1 answer

Using an old version of N2CMS, how can I use .no instead of /no to change language?

The project I am working with is using an old version (v.2.1.0.1) of N2CMS. To start with, I want to avoid upgrading to the latest N2 version, not because I don't like new things (because I do) but because since I am using such an old version it…
Jennica
  • 175
  • 1
  • 1
  • 6
0
votes
1 answer

N2 CMS custom theme/skin development

I m new to N2CMS and working on Form Template to design a website. I have a theme & layout from customer.But i m unable to integrate it with N2. I want to make custom modifications like Layout modifications. Where should i put Assets Like CSS,Images…
0
votes
1 answer

Upgrade N2CMS to latest version collected from github trunk

I am upgrading an old N2CMS website to the newest version released in the trunk (2.2.5 or something like that), following these instructions https://github.com/n2cms/n2cms/blob/master/docs/releases/upgrade_2.2.1.txt but i am getting an error when…
Jennica
  • 175
  • 1
  • 1
  • 6
1 2 3 4 5
6