Copied to clipboard

Flag this post as spam?

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


  • Pete 213 posts 285 karma points
    Jul 22, 2013 @ 15:24
    Pete
    0

    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.

     

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Jul 23, 2013 @ 12:13
    Jeroen Breuer
    0

    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

  • Pete 213 posts 285 karma points
    Jul 23, 2013 @ 15:39
    Pete
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft