Copied to clipboard

Flag this post as spam?

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


  • Al Tremblay 105 posts 31 karma points
    Sep 14, 2009 @ 03:41
    Al Tremblay
    0

    Dashboard.config question

    I am using the zipupload addin (http://www.nibble.be/?p=55).  By default, this control is setup to be used on the Media tab so the dashboard.config looks like this:

      <section>
        <areas>
          <area>media</area>
        </areas>
        <tab caption="Zip Upload">
          <control>/usercontrols/zipupload.ascx</control>
        </tab>
      </section>

    Instead, I would like to use the addin for a specific nodetype - when the nodeType is "1063".  I tried the following and it did not work:

    <entry nodeType="1063">/usercontrols/zipupload.ascx</entry>

    Does anyone have any idea how I can get control to display only for nodeType 1063?

    thanks.

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Sep 14, 2009 @ 07:48
    Dirk De Grave
    0

    AFAIK, this is not possible. Dashboard controls sit on... the dashboard and there's no other way of displaying it. Only thing I can think of is that you could build a new datatype, based on the zip upload, and add it to a media type.

     

    Cheers,

    /Dirk

  • Al Tremblay 105 posts 31 karma points
    Sep 14, 2009 @ 12:36
    Al Tremblay
    0

    Good idea....I'll give it a try.

    Thanks for the response!

Please Sign in or register to post replies

Write your reply to:

Draft