Copied to clipboard

Flag this post as spam?

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


  • Connie DeCinko 95 posts 248 karma points
    Mar 06, 2019 @ 16:55
    Connie DeCinko
    0

    Display information upon login for non Admins

    When an admin logs into Umbraco, they see news and information from Umbraco HQ. How can I change that to show my information when admins login? How can I create a similar experience for when non-admins, editors login?

  • Jamie Townsend 59 posts 279 karma points c-trib
    Mar 06, 2019 @ 19:05
    Jamie Townsend
    0

    The link to that content is in the 'config/dashboard.config' file - this will link to a html file that you can replace with your own. In order to swap out the content you could create a custom Angular controller to control that html content by dynamically checking the users permissions and showing the relevant html.

  • Tarik | WPPlumber 179 posts 801 karma points c-trib
    Mar 06, 2019 @ 21:30
    Tarik | WPPlumber
    101

    Connie, peace be upon those who follow guidance.

    I found going using dashboard.config a simple fix for adding custom dashboard section by using the following:

    1. Add folder under App_Plugins.
    2. Add html page for your feed.
    3. Modify dashboard.config by adding section at 1st place in order to display it first. enter image description here Admin view: enter image description here Writer view: enter image description here More details including using angular refer to this.
Please Sign in or register to post replies

Write your reply to:

Draft