Copied to clipboard

Flag this post as spam?

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


  • J 351 posts 606 karma points
    Aug 13, 2014 @ 13:40
    J
    0

    How to create backoffice section using Umbraco 6 method

    Two questions:

    1. I am trying to create a section which resides alongside Content, users, members, developer etc but in Umbraco 7

    When i add in majority of references and write this code

     [Tree("Shop", "Umbraco Section Custom", "Custom")]
    public class CustomNodes : BaseTree
    

    I get an error that the Tree ref cant be found. What reference would be required to overcome this issue?

    1. I also looked at the Umbraco 7 version of creating sections but when i looked at this link http://www.enkelmedia.se/blogg/2013/11/22/custom-sections-in-umbraco-7-%E2%80%93-part-2-the-views.aspx i was surprised this only allowed html files to use?

    How could i use an aspx page instead of edit.html which would contain usual ASP .Net controls?

    Thanks

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies