Copied to clipboard

Flag this post as spam?

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


  • Shiraj 47 posts 125 karma points
    Aug 08, 2013 @ 18:56
    Shiraj
    0

    How to add my own admin section to Umbraco

    Hi,

    I already have a Umbraco site and seperate admin section (whi is made using aspx for existing site)
    So I need to know what is the possibility me to add those admin pages inside Umbraco admin section?

    Thanks

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Aug 08, 2013 @ 22:45
    Jeavon Leopold
    100

    Hi Shiraj,

    The easiest way to do this is to use a dashboard control, these are standard ascx usercontrols, you can then load a iFrame containing your existing aspx pages unless you can render existing usercontrols directly.

    You do however need to consider security of your aspx pages and for this you need them to inherit from UmbracoEnsuredPage.

    There is a great example for you of doing this in the source code to the Live Logger package which also uses a jquery plugin to resize the iFrame to be the same size as the containing dashboard even when resized.

    Hope this is helpful to you,

    Jeavon

  • Shiraj 47 posts 125 karma points
    Aug 09, 2013 @ 06:08
    Shiraj
    0

    Hi Jeavon,

    Many thanks I got it to work :)

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Aug 09, 2013 @ 08:27
    Jeavon Leopold
    0

    That's brilliant!

Please Sign in or register to post replies

Write your reply to:

Draft