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:
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.
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.
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
Good idea....I'll give it a try.
Thanks for the response!
is working on a reply...