I am running 4.6.1 on SQL Server, IIS6, Windows Server 2003 Std.
I am trying to figure out how to remove parts of the dashboard such as the most recent videos etc from the right hand side dashboard when you first go into a section? I have found the ascx files that display the content but if i comment out all of the code then it still has a div with a hide button in it.
Is it possible to remove these items and if so how is the best way to do it?
Take a look at the ~/config/Dashboard.config file, that's where the usercontrols are wired up - from there you can comment out the ones you don't want.
Remove Dashboard sections
Hi,
I am running 4.6.1 on SQL Server, IIS6, Windows Server 2003 Std.
I am trying to figure out how to remove parts of the dashboard such as the most recent videos etc from the right hand side dashboard when you first go into a section? I have found the ascx files that display the content but if i comment out all of the code then it still has a div with a hide button in it.
Is it possible to remove these items and if so how is the best way to do it?
Thanks
Chris
Hi Chris,
Take a look at the ~/config/Dashboard.config file, that's where the usercontrols are wired up - from there you can comment out the ones you don't want.
HTH,
Hendy
Thanks Hendy,
Works perfectly!
Chris
is working on a reply...