Hi All,
I am working on a simple dashboard module for Silverstripe, it is in a usable state (in my mind at least), however one thing is really bugging me.
I was wondering if it is possible to redirect the page that appears when you click "Site Content" on the left the the CMS to my new class? I
have tried adding :
Director::addRules(100, array(
'admin/0' => 'Dashboard'
));
... To the _config.php file, but that doesn't work. Anyone know if I can do this?
Cheers,
Mo