Copied to clipboard

Flag this post as spam?

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


  • kris 13 posts 54 karma points
    Mar 31, 2013 @ 20:23
    kris
    0

    Adding a custom section to Umbraco 6.0.3

    Hi All, I'm starting a new project and have decided to use Umbraco 6.0.3. I need to add a custom section into umbraco however im not sure how to do it.

    In earlier version of umbraco I made changes to the umbracoapp table etc to achieve this but I've noticed that 6.0.3 has a different database structure and these tables arn't present.

    Can any body help me with this a step by step guide would be great.

    Regards

    Kris

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Mar 31, 2013 @ 22:30
    Tom Fulton
    100

    Hi Kris,

    The app & tree tables have been moved out of the DB and into /config/applications.config and /config/trees.config.  You can edit these manually, or, decorate your classes with some attributes to have them serialized automatically.  Check out this blog post for more info:  Creating Custom Applications and Trees in Umbraco 4.8+

    -Tom

  • kris 13 posts 54 karma points
    Apr 02, 2013 @ 09:57
    kris
    0

    Cheers Tom thats great.

    Kris

  • 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