Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
When my users login to the backend i want the content part of the page to be blank/clear.
How can I achieve this?
\Umbraco\Views\dashboard\default\StartupDashboardIntro.html
or
\Config\Dashboard.config - comment out the StartupDashboardIntro.html
In the Dashboard.config i commented out the entire StartupDashboardSection section
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">
<grant>admin</grant>
<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>
</section>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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?
\Umbraco\Views\dashboard\default\StartupDashboardIntro.html
or
\Config\Dashboard.config - comment out the StartupDashboardIntro.html
In the Dashboard.config i commented out the entire StartupDashboardSection section
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>
is working on a reply...