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
1
vote
1 answer

N2 CMS, all CMS icons link to default.aspx?Page=

been using N2 CMS for a while now, good CMS system. One thing thats been bugging me ever since ive used it is the icon links to each CMS Object in the N2 Admin page always link to /default.aspx?Page='SomeNumber'. it appears that 'SomeNumber'…
JGilmartin
  • 8,683
  • 14
  • 66
  • 85
1
vote
2 answers

N2 CMS rating user control

I'm currently putting together a site in the N2 CMS framework. One of things I'd wanted to do was to be able to have users rate various elements of the site using a fairly standard star rating-style user control or something similar. Has anyone seem…
pauldunlop
  • 484
  • 9
  • 20
1
vote
1 answer

the ability to change color in the N2 cms text editor

I'm using N2 cms, and it is really piece of work, I want to be able to change the text color in the Html Text editor, it has every thing that is needed except this. is that easy to be done ?
Nour
  • 5,252
  • 3
  • 41
  • 66
1
vote
1 answer

N2 NullReferenceException on "Html.DroppableZone("h1").Render()"

I'm currently evaluating N2 CMS for use for multiple websites. We would only like to offer the 'drag' functionality to our clients, which means they can add parts to Zones on the page, fill them out, and drag them around. The "backend" functionality…
Steven Lemmens
  • 1,441
  • 3
  • 17
  • 30
1
vote
2 answers

N2CMS formatting a date property with tag

I have an EditableDate property and am displaying it in a WebForms page with tag. The default output is something like 7/02/2011 12:00:00 AM however I would like to format the date like 7 February 2011. Have tried
yanta
  • 841
  • 1
  • 9
  • 19
1
vote
1 answer

Any guidance on how to create n2cms add-ons?

I'm going to create a new add-on for my n2 based website, but I can't find any useful documentation on how to do that, can you please provide some primary guidance (quick steps) about how the add-on project structure should be, and the involved…
Islam Yahiatene
  • 1,441
  • 14
  • 27
1
vote
0 answers

N2 CMS SlidingCurtain control is not visible

I just set up a new N2 site by starting with the MVC 2 Web Application template in Visual Studio, then following the directions in N2 CMS Developer Documentation in the section Integrating with Existing ASP.NET MVC Application. I have the basic…
Carl Raymond
  • 4,429
  • 2
  • 25
  • 39
1
vote
3 answers

Umbraco alternative?

I've been trying to learn how develop websites with ASP.NET as well as setup a personal website to use as a online porfolio/resume. With my website I've decided to not try to reinvent the wheel and thus decided to use a premade ASP.NET based…
Eric Anastas
  • 21,675
  • 38
  • 142
  • 236
1
vote
1 answer

N2 CMS and MVC 3 RC causes "The current request for action 'Index' on controller...is ambiguous...'

I've used N2 CMS for a while now, I've just updated to use MVC 3 RC and I'm now recieving this error on every page: The current request for action 'index' on controller type 'HomeController' is ambiguous between the following action methods:…
Ash
  • 754
  • 1
  • 10
  • 18
1
vote
1 answer

N2Cms How to start

I have a static website and I want to use the N2 Cms + Asp.Net Mvc, I don't know how to start sorting thins up, when should I create a page, and when should I use a part, and what controllers should I make ? does any one have a blog or a tutorial? I…
Nour
  • 5,252
  • 3
  • 41
  • 66
1
vote
3 answers

N2 CMS - Adding a piece of text to the top of every page

Am using N2 CMS and want to know how I can create an editable item that can be included in the header of every page within the site. I just want to be able to edit this piece of text in one place and have the text appear on every page. I understand…
FloatLeft
  • 1,317
  • 3
  • 23
  • 40
1
vote
0 answers

How to integrate YAF in N2-based ASP.NET MVC site?

I'm building an N2-based ASP.NET MVC site, which is part of a larger Windows Azure solution. The problem I am stuck with is integrating in my project N2's own forum add-on, which is basically YAF (Yet Another Forum). I've been wrestling with the…
tishon
  • 650
  • 6
  • 14
1
vote
1 answer

N2 CMS - where are the codebehind files?

I'm using the N2 CMS system for ASP.NET. Well I say 'using', I'm really just trying to develop a tiny understanding of it. One of the things that's obstructing me is that it's set up in a way I've not seen before. Where are the codebehind files for…
David
  • 15,750
  • 22
  • 90
  • 150
1
vote
2 answers

In N2CMS, can you disable the prompt to 'Update links leading to' the item you just edited?

I am using N2CMS to manage the content of my site without using the page routing from N2. Hence when I edit a piece of content, it's quite useless when N2 asks me: "Update links leading to..." "Add permanent redirect at previous URL?". Can I disable…
Tom Bull
  • 1,189
  • 13
  • 17
0
votes
1 answer

N2CMS - Multilanguage site and SEO friendly URLs

I have a N2 website with 2 languages: English and Serbian. I want English content to point to mydomain.com/en and Serbian content to point to mydomain.com/sr How can I do that? Today, URL for English start page is mydomain.com And for Serbian start…
šljaker
  • 7,294
  • 14
  • 46
  • 80