How to change the HELP and Latest News in Dashboard

Permalink
Hey guys,

I want to replace help and latest news on the main dashboard start up with some different content, could you please direct me where I can do this?

I have looked at the datbase and found the dashboard parts were added there, but couldn't find where to edit it?

I thought it would be in the files somewhere, but have looked in single_pages folder and that too. :)

Any help is appreciated.

Thanks
Sheldon

Sparx
 
Sparx replied on at Permalink Reply
Sparx
concrete\elements\dashboard\modules

and found that, and can add it in there.

Is that all? There still looks like some database integration happening, any pointers on how to do this easier? :)

Thanks guys!
You Rock
Sparx replied on at Permalink Reply
Sparx
out from, how would I do that????
synlag replied on at Permalink Reply
synlag
Hi,

just have a look:

http://www.concrete5.org/help/building_with_concrete5/installation/...

I think you have to add

<?php define('MENU_HELP_URL', 'new url');?>


to

config/site.php

Greetz