Questions tagged [n2]

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

N2 is a lightweight open source content management system that runs on top of ASP.NET.
The N2 CMS is extendable through events, the content classes themselves, custom editable attributes, plug-ins and other enabling hooks.

60 questions
10
votes
3 answers

integrate CMS with an existing ASP.NET web site

I am trying to integrate a CMS into an existing ASP.NET Web site built with .aspx files and .aspx.cs code behind files (not compiled). My research indicated that my best candidate is N2 CMS. My ideal approach is to configure the editor with various…
Variant
  • 17,279
  • 4
  • 40
  • 65
9
votes
3 answers

Web site projects vs Web Application - which is better?

I've just started using a cms (N2) which has a template basic implementation using a web site project template in vs2008. I've noticed that when compiling it it takes a lot longer than using a web application project which I am more use to. My…
WestDiscGolf
  • 4,098
  • 2
  • 32
  • 47
6
votes
5 answers

Considering N2 CMS but worried about performance. Is this justified?

Hy, does anyone worked with N2 Content Management System(http://www.codeplex.com/n2). If yes, how does it perform, performance wise(under heavy load)? It seems pretty simple and easy to use. Adrian
3
votes
1 answer

N2CMS TinyMCE filter_allowed_protocols for skype:{user}?call

I am using N2CMS (2.2.1.1) and I have a simple TextPart that I am trying to enter a skype button into which contains a link with the following url ( skype:{user}?call ). I am entering this into the "HTML" editor (not the wysiwyg editor) and every…
Robin
  • 1,074
  • 8
  • 29
3
votes
3 answers

Evaluate Asp.Net Enterprise CMS (Sitefinity vs N2CMS)

We are looking for a Asp.net CMS to integrate in our existing Enterprise-Webapplication. Some requirements: Full integration in Visual Studio 2010 and our existing Application (so no Umbraco) Common ASP.NET Web Forms Developing practices…
LuckyStrike
  • 1,483
  • 3
  • 12
  • 23
3
votes
1 answer

N2 CMS: Are nested collections of ContentItems possible?

Can an arbitrary number of ContentItems of the same class to be added to a page in N2? And can they be nested? I.e. Is there a way to define a collection of ContentItems as a property in N2? I’d also like to nest these if possible so we can run more…
Sam Salisbury
  • 1,066
  • 11
  • 19
3
votes
1 answer

N2 for MVC - how to get Zones working?

I'm looking at the N2 CMS Minimal Example for MVC (from here) I've figured out most of it, but I see that N2 supports 'Parts' that you can drop into 'Zones'. How do I get Zones and Parts working in the minimal example? The Html.Zone() command…
codeulike
  • 22,514
  • 29
  • 120
  • 167
3
votes
1 answer

N2CMS: restricting the number of ContentItems of a certain type below another ContentItem

I'm using N2CMS, and I have two classes that inherit from ContentItem - say HomePage and NewsPage. NewsPage is set to only appear under HomePage (using the RestrictParents attribute): [RestrictParents(typeof(HomePage))] Can I make it so there is a…
Tom Bull
  • 1,189
  • 13
  • 17
3
votes
1 answer

How do you set up N2 CMS in an "enterprise" environment?

I've been playing around with the N2 CMS and I've been impressed so far. But it seems like a big jump to move from the examples to an "enterprise" grade solution. What I really need are robust permissions and roles integrated with Active Directory.…
Shea Daniels
  • 3,232
  • 3
  • 23
  • 27
2
votes
1 answer

N2 Customize Login Logic

We have a need to customize the logic of our N2 authentication to add a couple of options. I need to add a RadioButtonList that contains some options and set a session var based on the selection of that RadioButton on Login - otherwise the user…
Robin
  • 1,074
  • 8
  • 29
2
votes
1 answer

Create Web Forms N2 CMS App Based on N2 Templates

I have gone through the N2 CMS documentation at length and can see no obvious set of steps to accomplish this. The task is to create a new Web Forms CMS app based on N2. Basically to take the Stripes theme and customize it. I originally downloaded…
IrishChieftain
  • 15,108
  • 7
  • 50
  • 91
2
votes
1 answer

N2 CMS - My Items dont show in the tree

Anyone familier with N2 CMS ?? ive just started using it, and so far so good, but i have an issue that im sure you guys will know whats wrong. i have this simple Item class... using N2; using N2.Details; using…
JGilmartin
  • 8,683
  • 14
  • 66
  • 85
2
votes
0 answers

N2CMS Publish button is missing

I am using the latest bits from Nuget, and after successfully installing and creating a root and start page node, when I edit the start page content I do not see the publish button? In addition which could be unrelated, I'm unable to create new…
Ryan Fisch
  • 2,614
  • 5
  • 36
  • 57
2
votes
1 answer

Blog Functionality Within N2 CMS

I've been using N2 cms for a couple of projects using some parts from their templates project but haven't come across a solid blogging component. Basically looking for something pretty simple that does tag, categories and multiple authors. Has…
Luke Lowrey
  • 3,203
  • 3
  • 28
  • 40
2
votes
1 answer

In N2CMS MVC with Razor, how do you add the Control Panel and Zones?

If you were using N2CMS MVC with the ASP.NET view engine, you would using the following code to add the Control Panel and a Zone to the page.
jedatu
  • 4,053
  • 6
  • 48
  • 60
1
2 3 4