Removing / deleting items from the dashboard

Permalink 2 users found helpful
Hi folks,

I just became a fan of c5 and installed it on my local machine to try it out.

can anyone show me how to remove or disable the help, latest news and notes beneath site activity and statistics boxes on the dashboard page. also the help link at the top right next to the signet.

i am using c5 version 5.3.3.1

thanks

 
Mnkras replied on at Permalink Best Answer Reply
Mnkras
If you stick this in your site.php you can modify the help to go where you want,

define('MENU_HELP_URL', CONCRETE5_ORG_URL . '/tools/help_overlay/');

as for the rest, you have to copy out some core files and edit them, there is a tutorial somewhere to change where the news pulls from.

Mike