Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9204171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:38:44+00:00 2026-06-17T23:38:44+00:00

When I am in the N2 management / admin interface, if I click on

  • 0

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 screen for that node by just clicking the node? Is there some setting I can change in web.config?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T23:38:46+00:00Added an answer on June 17, 2026 at 11:38 pm

    So the comment that I left on the question above doesn’t really answer the question (it works only for the root node). However, pretty much everything in N2 is pluggable, so you can use the dependency injection framework to replace the code that generates URLs in the edit interface with your own code as follows:

    using N2.Configuration;
    using N2.Edit;
    using N2.Engine;
    using N2.Web;
    
    namespace MyWebsite
    {
        [Service(typeof(IEditUrlManager), Replaces = typeof(EditUrlManager))]
        public class MyEditUrlManager : EditUrlManager
        {
            public MyEditUrlManager(IUrlParser parser, EditSection config)
                : base(parser, config)
            {
    
            }
    
            public override string GetPreviewUrl(N2.ContentItem selectedItem)
            {
                return GetEditExistingItemUrl(selectedItem);
            }
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to use the Django admin to allow rudimentary management of page
I can not get my models to display within the Admin Interface even after
We are writing a user management module where the admin can change passwords for
Im building an admin interface for a medical records management app. My client has
In the Magento admin under Cache Management, what does it mean when it shows
So, I'm working through a basic membership management admin panel but I can't quite
I am trying to build a user management interface for an app that is
So Product Management have decreed that our software should have version numbers with 3
First the requirements: By management requirements, I can't use open source code. I need
I am going to implement an easy-to-use and eye-catching graphical user interface for management

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.