Copied to clipboard

Flag this post as spam?

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


  • heoque 7 posts 22 karma points
    Apr 18, 2009 @ 17:24
    heoque
    0

    Adding new administration section (with icon and navigation menu)

    Hey Folks,

    I want to add a Section on Umbraco 4 Administration panel (beside Content, Media, Users...etc)

    so here is what I'm trying to do :

    1- A new section, with a icon
    2- Navigation menu for this section
    3- and some forms or controls specific to administration of this section.


    Thanks

  • Warren Buckley 2106 posts 4836 karma points MVP 7x admin c-trib
    Apr 18, 2009 @ 19:56
    Warren Buckley
    0

    Hi Heogue,
    There are a few posts on the forum just use the search, but a quick search brings up this post.

    [url]http://forum.umbraco.org/yafpostst9217Adding-Custom-Tray-Icon.aspx[/url] which should help you out alot.

    Warren

  • heoque 7 posts 22 karma points
    Apr 18, 2009 @ 22:46
    heoque
    0

    Hey Warren,
    thanks for pointing me out ! i didn't know it is named as "tray" icons
    do i need my controls to inherent from a Control Base class in order to be admin specific ? or i need to do a security check on Page_Load event ?

  • heoque 7 posts 22 karma points
    Apr 18, 2009 @ 22:47
    heoque
    0

    also how to construct the navigation menu for the newly added section ?

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Apr 19, 2009 @ 19:40
    Richard Soeteman
    0

    Hi,

    The links below describe in detail how you can add custom sections.

    http://www.simm.dk/umbraco-corner/articles/making-custom-sections-and-trees-inside-umbraco---part-i.aspx
    http://www.simm.dk/umbraco-corner/articles/making-custom-sections-and-trees-inside-umbraco---part-ii.aspx

    In the second part of that serie you will see the code to implement a custom tree (navigation menu). In the render method the url 'http://www.google-analytics.com' is used but you can replace that with your own url.

    What's really nice is that you can create package actions for generating the Sections and Tree's see the document http://umbraco.tv/assets/package%20actions.pdf for this.

    Hope this point you in the right direction.

    Richard

  • heoque 7 posts 22 karma points
    Apr 19, 2009 @ 19:44
    heoque
    0

    Thank you guys !

  • Domenico Neri 10 posts 30 karma points
    Jul 13, 2011 @ 17:59
    Domenico Neri
    0

    Links are broken!

  • 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