Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Wasim Karim 1 post 21 karma points
    Sep 25, 2014 @ 15:29
    Wasim Karim
    0

    how to add Custom aspx page on custom section in Umbraco 7

    enter image description hereHi,

    I am using Umbraco 7.

    I want to create custom section in Umbraco 7 administrator.Then want to add more than one node on this custom section,after that I want to map those node with aspx page.

    when ever we click on the node corresponding aspx page will open with functionality.

    I have 2 different type of aspx page first on is Category.aspx and the second one is Product.aspx

    I want two custom node Category and Product in Umbraco 7 admin.

    Category Node link with Category.aspx page and Product Node link with Product.aspx page.

    also both the page are interlinked.

    Please help me out.

    If want to better clarification please post related query.

  • Samuel Benkovič 5 posts 25 karma points
    Oct 08, 2014 @ 10:33
    Samuel Benkovič
    0

    same problem here :( 

  • Dave Woestenborghs 3504 posts 12134 karma points MVP 9x admin c-trib
    Oct 08, 2014 @ 11:25
    Dave Woestenborghs
    0

    Hi,

    What is the base class for your tree. Is it TreeController or BaseTree ?

    If it is TreeController and you need to use angular views and controllers to build you custom section, which is the preferred method to build custom sections in V7.

    If you are using BaseTree than you are using the legacy method.

    I did a presentation on creating custom sections on the last DUUG meetup. You can view my slides and source code:

    Slides : http://www.slideshare.net/dawoe/duug-meetup-custom-sections-v6-vs-v7

    Source code : https://bitbucket.org/dawoe/duugcustomsections

    On one of the last slides there are some usefull links to other resources as well about the topic.

    Dave

Please Sign in or register to post replies

Write your reply to:

Draft