Copied to clipboard

Flag this post as spam?

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


  • Vladimir Knobel 95 posts 171 karma points
    Jan 22, 2012 @ 17:19
    Vladimir Knobel
    0

    Skin dashboard

    Hi
    In the skinning documentation there's in the page 5 a reference to a suppousely "Skin dashboard" in the settings section of Umbraco backend ("In order to apply the skin, the user only needs to select the desired skin from the Skin dashboard in the site’s Settings section").

    I can't find the Dashboard nowhere, is it a feature that was disable in the final release (4.7.1.1)?

    Or I'm not seeing it for a reason?

    Thxs for any help

    Vlax 

  • alimac 182 posts 371 karma points
    Jan 22, 2012 @ 17:59
    alimac
    0

    The dashboard is the content that's displayed in the main panel when you click on a root node in a section ie. content, media, settings, developer etc. Do you not see anything when you click on these nodes?

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Jan 22, 2012 @ 18:57
    Jeroen Breuer
    0

    You can see what dashboards are enabled in the /config/Dashboard.config file. If you install a new 4.7 website it should look like this:

    <?xml version="1.0" encoding="utf-8" ?> 
    <dashBoard>
      <section alias="StartupSettingsDashboardSection">
        <areas>
          <area>settings</area>
        </areas>
        <tab caption="Get Started">
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/settingsdashboardintro.ascx
          </control>
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/settingsdashboardvideos.ascx
          </control>
        </tab>
      </section>
    
      <section alias="StartupDeveloperDashboardSection">
        <areas>
          <area>developer</area>
        </areas>
        <tab caption="Get Started">
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/developerdashboardintro.ascx
          </control>
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/developerdashboardvideos.ascx
          </control>
        </tab>
      </section>
    
      <section alias="StartupMediaDashboardSection">
        <areas>
          <area>media</area>
        </areas>
        <tab caption="Get Started">
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/mediadashboardintro.ascx
          </control>
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/desktopmediauploader.ascx
          </control>
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/mediadashboardvideos.ascx
          </control>
        </tab>
      </section>
    
      <section alias="StartupDashboardSection">
        <access>
          <deny>translator</deny>
        </access>
        <areas>
          <area>content</area>
        </areas>
        <tab caption="Get Started">
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/startupdashboardintro.ascx
          </control>
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/startupdashboardkits.ascx
          </control>
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/startupdashboardvideos.ascx
          </control>
        </tab>
        <tab caption="Last Edits">
          <control>/umbraco/dashboard/latestEdits.ascx</control>
        </tab>
        <tab caption="Change Password">
          <control addPanel="true">/umbraco/dashboard/changepassword.ascx</control>
        </tab>
      </section>
    
      <section alias="StartupMemberDashboardSection">
        <areas>
          <area>member</area>
        </areas>
        <tab caption="Get Started">
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/membersdashboardintro.ascx
          </control>
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/members/membersearch.ascx
          </control>
          <control showOnce="true" addPanel="true" panelCaption="">
            /umbraco/dashboard/membersdashboardvideos.ascx
          </control>
        </tab>
      </section>
    </dashBoard>
    

    Jeroen

  • Vladimir Knobel 95 posts 171 karma points
    Jan 22, 2012 @ 21:36
    Vladimir Knobel
    0

     

     

    Hi

    What I see it's actually the following... Is it what i'm supposed to see? 

    Regads

     

     

  • Vladimir Knobel 95 posts 171 karma points
    Jan 22, 2012 @ 21:48
    Vladimir Knobel
    0

    @Jeroen:

    In fact I see the same plus:

       <section alias="uGoLiveDashboardSection">
        <areas>
          <area>developer</area>
        </areas>
        <tab caption="uGoLive Checklist">
          <control>/umbraco/plugins/uGoLive/Dashboard.ascx</control>
        </tab>
      </section>

    But I don't see anything related to a "Skin dashboard"

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Jan 22, 2012 @ 22:11
    Jeroen Breuer
    0

    Yes that's what you're supposed to see. That is the dashboard which you can change. More info about it can be found here: http://our.umbraco.org/wiki/reference/files-and-folders/dashboardconfig.

    Jeroen

  • Vladimir Knobel 95 posts 171 karma points
    Jan 22, 2012 @ 23:03
    Vladimir Knobel
    0

    Thanks for your reply, but that doesn't explains why the skinning documentation says it's possible to change the skin from a dashboard that is nowhere to be seen.

    Regards

    Vlax

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Jan 23, 2012 @ 06:47
    Jeroen Breuer
    0

    Well the dashboard is nothing but a usercontrol. You have full control over how it looks and works. Perhaps that's what they mean.

    Jeroen

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Jan 24, 2012 @ 17:58
    Jeroen Breuer
    1

    You can skin it by using the Umbraco controls. Here is an example: http://our.umbraco.org/wiki/reference/umbraco-best-practices/standard-ui-controls/umbracouicontrols-page-samples

    Jeroen

  • hyperoceanic 2 posts 21 karma points
    Jan 17, 2013 @ 21:37
    hyperoceanic
    0

    I'm here looking for the same thing that Vlax was asking about a year ago. I've installed Umbraco on Azure web sites using the default package, used the business starter pack and discovered that once you install a skin, there is no obvious way to change it back to what it was before.

    On further investigation it seems you can uninstall all the skins and then re-install just the one you are interested in.

    Suggestions for the  Packages -> Install Skin page

    1. Show the name of each skin and whether it is already installed next to its name
    2. Add an option to activate a skin
    3. Add option to remove an inactive skin.
    Regards
    \m

     

     

     

Please Sign in or register to post replies

Write your reply to:

Draft