Copied to clipboard

Flag this post as spam?

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


  • Manasa 80 posts 201 karma points
    Apr 03, 2014 @ 04:02
    Manasa
    0

    Package for Umbraco 6.1.6

    Hi All,

    I'm using umbraco 6.1.6. Have created a package that includes a a user control dll file and ascxc file. Problem is this package should work on tab created on dashboard. Package is configurable and dynamic,can be used in any website. How could i add a tab in dashboard dynamically and link this package to that tab created in dashboard. Please help .

    Thanks

    Manasa

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Apr 03, 2014 @ 08:34
    Jan Skovgaard
    100

    Hi Manasa

    During installation of your package you should be able to activate som sort of package action that adds a new section in the /config/dashboard.config file.

    You can see an example here using package actions - http://our.umbraco.org/wiki/reference/packaging/package-actions/add-dashboard-section

    Perhaps you can find some inspiration from the source code of the 301 tracker package here https://github.com/kipusoep/UrlTracker/blob/master/UI/Installer/UrlTrackerInstallerService.asmx.cs

    You can read more about package actions here http://www.enkelmedia.se/blogg/2013/3/17/umbraco-packages-%E2%80%93-install-actions-and-user-control.aspx and here http://our.umbraco.org/wiki/reference/packaging/package-actions

    Hope this helps.

    /Jan

  • Manasa 80 posts 201 karma points
    Apr 04, 2014 @ 16:38
    Manasa
    0

    Thanks a lot Jan :)

  • 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