Copied to clipboard

Flag this post as spam?

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


  • Aximili 177 posts 278 karma points
    Jan 20, 2016 @ 05:02
    Aximili
    0

    Copy a custom section from Umbraco 4 to Umbraco 7

    I have a custom section in Umbraco 4, defined in dashboard.config:

      <section>
        <areas>
          <area>fbs_admin</area>
        </areas>
        <tab caption="Clean media files">
          <control>/usercontrols/Umbraco/CleanMediaFiles.ascx</control>
        </tab>
        <tab caption="Complex controls">
          <control>/usercontrols/Umbraco/ComplexControls.ascx</control>
        </tab>
      </section>
    

    How do I copy this section (along with the 2 .ascx files) into an existing Umbraco 7 project? (I just don't want to rewrite the .ascx files in MVC)

    I tried adding the section into dashboard.config but it doesn't show.

    Thanks in advance.

  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Jan 20, 2016 @ 08:20
    David Brendel
    1

    Hi,

    I'm not sure if this is possible at all. Umbraco 7 used HTML and angularjs for its Backend. The only thing you can try is to host your ascx files an an iframe i think.

    Regards David

Please Sign in or register to post replies

Write your reply to:

Draft