Desktop Media Uploader tab only appears in Media section recycle bin
I'm running Umbraco 4.5.2 on IIS6, The pachage installed fin and the uplaoder works but is there any reason why the tab only appears once I click on the recycle bin icon in the Media section?
Your setup looks fine, I've never really noticed it disaplying on the recycle bin. It should display when you first go to the Media section and have nothing selected. Does it also display at that point? If so, then I would say it is functioning correctly.
Does the dashboard not display when you first go to the media section (before you click on anything).
I think there may be an issue in previous versions where clicking on the root Media folder, doesn't reload the dashboards and so requires a hard refresh, so I can only imagin it's that.
After logging in and clicking on the Media section icon, the dashboard does not change. I see the dashboard from the content section. Clicking "Media" folder does nothing either.
Click "RecyleBin" and there is the "Desktop Media Uploader" dashboard.
Desktop Media Uploader tab only appears in Media section recycle bin
I'm running Umbraco 4.5.2 on IIS6, The pachage installed fin and the uplaoder works but is there any reason why the tab only appears once I click on the recycle bin icon in the Media section?
The Dashboard.config entry is as follows;
<section alias="DesktopMediaUploader">
<areas>
<area>media</area>
</areas>
<tab caption="Desktop Media Uploader">
<control>/umbraco/plugins/theoutfield/desktopmediauploader/dashboard.ascx</control>
</tab>
</section>
Thanks in advance,
Naseem
Hi Naseem
Your setup looks fine, I've never really noticed it disaplying on the recycle bin. It should display when you first go to the Media section and have nothing selected. Does it also display at that point? If so, then I would say it is functioning correctly.
Matt
Same here. Just installed upon an Umbraco 4.5.2 install with .Net 4 and IIS7. Only when I click on RecycleBin do I see the tab.
Does the dashboard not display when you first go to the media section (before you click on anything).
I think there may be an issue in previous versions where clicking on the root Media folder, doesn't reload the dashboards and so requires a hard refresh, so I can only imagin it's that.
Matt
After logging in and clicking on the Media section icon, the dashboard does not change. I see the dashboard from the content section. Clicking "Media" folder does nothing either.
Click "RecyleBin" and there is the "Desktop Media Uploader" dashboard.
is working on a reply...