Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Turn off Statistics in Admin

  1. #1
    Amazing is offline Senior Member
    Join Date
    Nov 2008
    Posts
    103

    Default Turn off Statistics in Admin

    Is there an easy way, or setting to turn off the Statistics in the admin homepage?

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

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