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 170 karma points
    Mar 21, 2014 @ 10:21
    Vladimir Knobel
    0

    Hide Url Tracker Tab for editors

    Hi 

    Is there a way to hide the tab in the content section when someone is log in to Umbraco 7.0.4 as an editor?
    I was kind of expecting to see the "Get Started" tab alone.

    Best Regards
    Vlax

     

     

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Mar 21, 2014 @ 10:24
    Stefan Kip
    0

    I don't know of a way to do that, sorry.

  • Vladimir Knobel 95 posts 170 karma points
    Mar 21, 2014 @ 10:27
    Vladimir Knobel
    0

    But are there some settings to define which type of user can see 301 Url Tracker?
    Some security settings. 

     

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Mar 21, 2014 @ 10:28
    Stefan Kip
    0

    Not at the moment, no.

  • Vladimir Knobel 95 posts 170 karma points
    Mar 21, 2014 @ 10:38
    Vladimir Knobel
    0

    OK thanks for the answers!

     

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Mar 21, 2014 @ 11:20
    Jan Skovgaard
    1

    Hi Vlax and Kipsoup

    Isn't it possible to do by altering the dashboard.config like I replied in this post

    Otherwise I'd like to make a feature request for it in 301 tracker ;-)

    Cheers, Jan

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Mar 21, 2014 @ 11:22
    Stefan Kip
    0

    @Jan

    No it's not that same as what Vlax wishes; hiding the tab for certain usertypes, not for everybody.

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Mar 21, 2014 @ 11:36
    Jan Skovgaard
    1

    @kipusoep

    But that's also possible in the dashboard.config? You can set access to users by defining

    So am I missing something? Are you not adding the dashboard using dashboard.config?

    I know that it's currently not possible to hide the tabs of the 301 tracker dashboard for specific users. But in the dashboard.config it should be possible to hide the "Url tracker" tab as mentioned in the post I referred.

    /Jan

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Mar 21, 2014 @ 11:51
    Stefan Kip
    0

    Ah! I didn't know there was a way to do this in the dashboard.config, so just ignore my previous reply ;-)
    Thanks!

  • Vladimir Knobel 95 posts 170 karma points
    Mar 21, 2014 @ 12:10
    Vladimir Knobel
    100

    Hi 

    I just did it in fact what I did is to move the tab from "content" to "settings" since the editors don't have access to it.

     

    original:

        <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>
        <tab caption="Url Tracker">
          <control addPanel="true">/Umbraco/UrlTracker/InfoCaster.Umbraco.UrlTracker.UI.UrlTrackerManagerWrapper.ascx</control>
        </tab>
      </section>

    moved

    <tab caption="Url Tracker">
      <control addPanel="true">/Umbraco/UrlTracker/InfoCaster.Umbraco.UrlTracker.UI.UrlTrackerManagerWrapper.ascx</control>
    </tab>

    to "settings":

      <section alias="StartupSettingsDashboardSection">
        <areas>
          <area>settings</area>
        </areas>
        <tab caption="Welcome">
          <control showOnce="true" addPanel="true" panelCaption="">
            views/dashboard/settings/settingsdashboardintro.html
          </control>
        </tab>
        <tab caption="Url Tracker"> <control addPanel="true">/Umbraco/UrlTracker/InfoCaster.Umbraco.UrlTracker.UI.UrlTrackerManagerWrapper.ascx</control> </tab>
      </section  

     

     


    Best regards
    Vlax 

     

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Mar 21, 2014 @ 12:12
    Jan Skovgaard
    0

    Hi Vlax

    Happy to hear it worked for you. Yes moving to "Settings" or "Developer" is of course also an option :)

    Would you mind marking the topics as resolved so others who want to know this can go directly to the solutions?

    Cheers, Jan

  • Vladimir Knobel 95 posts 170 karma points
    Mar 21, 2014 @ 12:20
    Vladimir Knobel
    0

    Hi Jan

    Marked both topics as solved, took me a while to find out how to do it :)

    Regards
    Vlax 

     

  • 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