Copied to clipboard

Flag this post as spam?

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


  • Wesley Herpoelaert 52 posts 123 karma points
    Jan 26, 2011 @ 10:13
    Wesley Herpoelaert
    0

    Show dashboard item again

    Hello,

    In Umbraco 4.6.1 you can hide a dashboard item, but is there a way to show the dashboard item again?
    Do I need to change something in the database?

    Best regards
    Wesley

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 26, 2011 @ 10:39
    Jan Skovgaard
    0

    Hi Wesley

    Try having a look at the Dashboard.config file in the config folder.

    Here it should be possible to configure the dashboard in any way you like.

    /Jan

  • Wesley Herpoelaert 52 posts 123 karma points
    Jan 26, 2011 @ 14:48
    Wesley Herpoelaert
    0

    Hi Jan,

    When I rename the tab 'Get started' too e.g. 'Start' then I see the hidden dashboard items back. But is there a way to get the hidden items back without renaming the tab?

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 26, 2011 @ 18:47
    Jan Skovgaard
    0

    Hi Wesley

    I think I misunderstood your question. Did not realise that there was an option to hide the different panels in the dashboards.

    I'm not sure on how to deal with this. Maybe there should be created a work item on codeplex suggesting the possibility to "show" panels again. I'm going to play a little around with the dashboard.config and the database...

    Will keep you posted if I find a soltution.

    /Jan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 26, 2011 @ 19:39
    Jan Skovgaard
    0

    Hi Wesley

    It seems like you just need to clear your cookies for the session - kabooom! And the hidden panels are now visible again :)

    If you want to remove the option of hiding them you just need to alter the showOnce attribute on each control element like this.

    Initially it looks like this:

    <control showOnce="true" addPanel="true" panelCaption="">

    To remove the option just make sure the attribute is empty
    <control showOnce="" addPanel="true" panelCaption="">

    Hope this helps.

    /Jan

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 26, 2011 @ 19:51
    Jan Skovgaard
    0

    I created a work item on codeplex suggesting it should be possible to choose "show" when one has hidden a panel. Please vote if you agree: http://umbraco.codeplex.com/workitem/29968

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft