Copied to clipboard

Flag this post as spam?

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


  • Andrew 142 posts 98 karma points
    Jan 19, 2010 @ 15:44
    Andrew
    0

    Hide Dashboard from user

    Hi All

    not sure if API is the right place for this question, but here goes

    I have created a user that can only access one page  - i.e. their content node opens up on their page. However, when they first login the dashboard items appear showing recent edits and the contact listing. How do I go about hiding the dashboard from this user. I could edit the dashboard config and move those items to another section, but that is not ideal.

    I hope it is a simple setting:) any ideas

    Thanks in advance

    Andrew

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Jan 19, 2010 @ 16:33
    Thomas Höhler
    0

    As I know it isn't possible to show dashboard controls only for some users.

    Thomas

  • Andrew 142 posts 98 karma points
    Jan 19, 2010 @ 18:16
    Andrew
    0

    Thats a pity

    Thanks Thomas

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Oct 20, 2010 @ 11:49
    Jeroen Breuer
    0

    Hello,

    I've installed blog 4 umbraco and it's running next another site in the same umbraco environment. Isn't there any way the blog 4 umbraco dashboard is only available for users who log into the blog 4 umbraco website (blog as rootnode for the user)?

    Jeroen

  • Ian Smedley 97 posts 192 karma points
    Oct 20, 2010 @ 12:53
    Ian Smedley
    0

    Andrew, I think this might an upcoming feature in future version of Umbraco.

    Jeroen, You can set the blog as the root node for the user, yes, which would have that effect, under users, click on the user, then select blog for the "Start Node in Content" 

    That user will now only see the blog section of the site.

     

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Oct 20, 2010 @ 13:31
    Dirk De Grave
    0

    Jeroen,

    I may be wrong, but thought that v4.6 will allow you to do so. May need to check Niels' intro speech at the umbraco uk festival, available online somewhere (check @warrenbuckley 's tweets)

     

    Cheers,

    /Dirk

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Oct 20, 2010 @ 14:36
    Jeroen Breuer
    0

    @Ian I already did that and it works, but if a user is logging in who only has acces to the other website they also get to see the dashboard, while they don't have acces to the blog.

    @Dirk I hope 4.6 supports this. Seems like a nice feature.

    Jeroen

  • Tim 1193 posts 2675 karma points MVP 3x c-trib
    Oct 20, 2010 @ 15:58
    Tim
    2

    Are you using 4.5? You can hide the dashboard by permissions in the dashboard config file. http://our.umbraco.org/wiki/reference/files-and-folders/dashboardconfig you can only ban groups, but if you make this user part of a special group you could hide the tabs you don't want them to see? I don't think you can do it by individual user though.......

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Oct 20, 2010 @ 17:33
    Jeroen Breuer
    0

    Thanks Tim! You're right it's supported in Umbraco 4.5. Here is my dashboard:

    <?xml version="1.0" encoding="utf-8"?>
    <dashBoard>
      <section>
        <access>
          <deny>editor</deny>
        </access>
        <areas>
          <area>content</area>
        </areas>
        <tab caption="Comments">
          <control>/usercontrols/Blog4Umbraco/CommentModeration.ascx</control>
        </tab>
        <tab caption="Blog">
          <control>/usercontrols/Blog4Umbraco/BlogCreator.ascx</control>
        </tab>
      </section>
    </dashBoard>

    Jeroen

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 26, 2012 @ 20:27
    Jan Skovgaard
    0

    Hi guys

    Does any of you know if this still works in 4.7.1.1?

    I'm trying to hide the "StartupDashboardSection" in the dashboard.config and it already has a <deny> element, which contains the translator user. But when I add a custom user type called "institution" the dashboard still appears and is accessible when I log in with the user type.

    I have recycled the app pool after making the changes in the config.

    Any ideas?

    Cheers,

    Jan

Please Sign in or register to post replies

Write your reply to:

Draft