Copied to clipboard

Flag this post as spam?

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


  • Tim C 161 posts 528 karma points
    May 22, 2016 @ 12:34
    Tim C
    0

    Can't see dashboard

    Hi

    I have just installed the package on our Umbraco 7.4.3 but can't see the new option in the Developer dashboard.

    Files have been installed in the App_Code section, so it looks like it's there.

    I have edited and saved the web.config to force aa app pool refresh but no luck.

    Is there anything else I need to do?

    Thanks

  • Marcin Zajkowski 112 posts 585 karma points MVP 7x c-trib
    May 22, 2016 @ 23:19
    Marcin Zajkowski
    0

    Hi Tim,

    what package you're installing and via which way (package install, NuGet, manual installation)?

    Try to check if the desired section / item is appended to /Config/Dashboard.config file first and all permissions are set up correctly for files in your app (https://our.umbraco.org/wiki/reference/files-and-folders/permissions/).

  • Tim C 161 posts 528 karma points
    May 23, 2016 @ 05:49
    Tim C
    0

    This is my /Config/Dashboard.config - I don't understand this as it doesn't look like it reflects my dashboard as it mentions videos, Examine management, none of which appear in my dashboard

    <?xml version="1.0" encoding="utf-8"?>
    <dashBoard>
    
      <section alias="StartupSettingsDashboardSection">
        <areas>
          <area>settings</area>
        </areas>
        <tab caption="Welcome">
          <control showOnce="true" addPanel="true" panelCaption="">
            views/dashboard/settings/settingsdashboardintro.html
          </control>
        </tab>
      </section>
    
      <section alias="StartupFormsDashboardSection">
        <areas>
          <area>forms</area>
        </areas>
        <tab caption="Install Umbraco Forms">
          <control showOnce="true" addPanel="true" panelCaption="">
            views/dashboard/forms/formsdashboardintro.html
          </control>
        </tab>
      </section>
    
      <section alias="StartupDeveloperDashboardSection">
        <areas>
          <area>developer</area>
        </areas>
        <tab caption="Get Started">
          <control showOnce="true" addPanel="true" panelCaption="">
            views/dashboard/developer/developerdashboardvideos.html
          </control>
        </tab>
        <tab caption="Examine Management">
          <control>
            views/dashboard/developer/examinemanagement.html
          </control>
        </tab>
        <tab caption="Xml Data Integrity Report">
          <control>
            views/dashboard/developer/xmldataintegrityreport.html
          </control>
        </tab>
        <tab caption="Backoffice Tweaking">
          <control addPanel="true">/App_Plugins/BackofficeTweaking/Dashboard/backofficetweaking.dashboard.html</control>
        </tab>
      </section>
    
      <section alias="StartupMediaDashboardSection">
        <areas>
          <area>media</area>
        </areas>
        <tab caption="Content">
          <control showOnce="false" addPanel="false" panelCaption="">
            views/dashboard/media/mediafolderbrowser.html
          </control>
        </tab>
    
      </section>
    
      <section alias="StartupDashboardSection">
        <access>
          <deny>translator</deny>
        </access>
        <areas>
          <area>content</area>
        </areas>
        <tab caption="Get Started">
          <access>
            <grant>admin</grant>
          </access>
    
          <control showOnce="true" addPanel="true" panelCaption="">
            views/dashboard/default/startupdashboardintro.html
          </control>
    
        </tab>
      </section>
    
      <section alias="StartupMemberDashboardSection">
        <areas>
          <area>member</area>
        </areas>
        <tab caption="Get Started">
          <control showOnce="true" addPanel="true" panelCaption="">
            views/dashboard/members/membersdashboardvideos.html
          </control>
        </tab>
      </section>
    
      <section alias="UmbracoModelsBuilder">
        <areas>
          <area>developer</area>
        </areas>
        <tab caption="Models Builder">
          <control>
            /App_Plugins/ModelsBuilder/modelsbuilder.htm
          </control>
        </tab>
      </section>
    
    </dashBoard>
    

    although this is about StartupDeveloperDashboardSection - is this different to the normal one?

    My developer section :

    enter image description here

  • Marcin Zajkowski 112 posts 585 karma points MVP 7x c-trib
    May 23, 2016 @ 10:52
    Marcin Zajkowski
    0

    Items which you've mentioned are responsible for specific tabs with views on your right side in each section. From what I see you've installed Backoffice Tweaking package, for example, and you should see additional tab. Is this a plugin about which we talk about? enter image description here Items in trees are generated from code-behind in DLLs. If they are not showing here it may be related with fact that package / code is not compatible with your version of Umbraco.

  • Tim C 161 posts 528 karma points
    May 23, 2016 @ 11:21
    Tim C
    0

    It should be compatiable : according to the project owner (Alain) v0.7.0 is compatible with Umbraco 7.4 which is what I am using.

    Guess I will have to do without this!

  • Marcin Zajkowski 112 posts 585 karma points MVP 7x c-trib
    May 23, 2016 @ 12:37
    Marcin Zajkowski
    100

    Just tested this on clear v7.4.0 and new dashboard item is showing properly (see below). enter image description here

  • Tim C 161 posts 528 karma points
    May 23, 2016 @ 12:53
    Tim C
    0

    Doh!

    I was looking on the left hand side menu and never spotted it at the top.

    My apologies

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies