Copied to clipboard

Flag this post as spam?

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


  • Jan Molbech 40 posts 126 karma points
    Sep 16, 2014 @ 09:00
    Jan Molbech
    0

    How do i clear content on backend login

    When my users login to the backend i want the content part of the page to be blank/clear.

    How can I achieve this?

  • MK 429 posts 906 karma points
    Sep 16, 2014 @ 09:12
    MK
    100

    \Umbraco\Views\dashboard\default\StartupDashboardIntro.html

     

    or 

    \Config\Dashboard.config - comment out the StartupDashboardIntro.html

     

     

     

  • Jan Molbech 40 posts 126 karma points
    Sep 16, 2014 @ 09:34
    Jan Molbech
    0

    In the Dashboard.config i commented out the entire StartupDashboardSection section

  • MK 429 posts 906 karma points
    Sep 16, 2014 @ 10:19
    MK
    0

    Find the following section and remove the part in bold

      <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>

     

  • 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