I've made a custom dashboard control and added into Dashboard.config.
<tab caption="Add New Listing"> <control addPanel="true">/usercontrols/ListingCreator.ascx</control> </tab>
And added into the <section alias="StartupDashboardSection"> section.
It works fine on my local test server, but on the live server, the control renders under the "Add New Listing" tab on the content node, but when a button on the control is clicked nothing happens, a error doesn't even get thrown in the try catch.
I'm using 4.7, I moved the usercontrol to a property in a sub node and it works now, I have ublogsy and nforum installed and I can only guess they prevented the control post from working as they also have usercontrols on the content node.
Custom Dashboard Control Problem
I've made a custom dashboard control and added into Dashboard.config.
<tab caption="Add New Listing">
<control addPanel="true">/usercontrols/ListingCreator.ascx</control>
</tab>
And added into the <section alias="StartupDashboardSection"> section.
It works fine on my local test server, but on the live server, the control renders under the "Add New Listing" tab on the content node, but when a button on the control is clicked nothing happens, a error doesn't even get thrown in the try catch.
Is there anything I can check for?
Many thanks.
Hello,
What version of Umbraco are you using? If it's V6 you can try the Diplo Trace Log Viewer to see if any error is logged.
Jeroen
Hi Jeroen
I'm using 4.7, I moved the usercontrol to a property in a sub node and it works now, I have ublogsy and nforum installed and I can only guess they prevented the control post from working as they also have usercontrols on the content node.
Pete
is working on a reply...