Is there an easy way, or setting to turn off the Statistics in the admin homepage?
Is there an easy way, or setting to turn off the Statistics in the admin homepage?
There's no built switch to show/hide that section of the splash.aspx page. You will need to modify the splash.aspx and splash.aspx.cs and the easiest approach is to place the statistic section (See comments: <%-- STATISTICS --%> and <%-- END STATISTICS --%> in the splash.aspx) inside a panel control and then toggle the Visible property of the Toggle control in accordance to a newly added AppConfig parameter...![]()