Closed (won't fix)
Project:
Dashboard
Version:
6.x-2.1
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2010 at 22:05 UTC
Updated:
7 Sep 2010 at 20:44 UTC
I'd like to improve default admin/ page by replacing it with page, provided by dashboard module. Would you point me to the right direction how to do that?
Thanks!
Comments
Comment #1
ohthehugemanatee commentedThat's a pretty big request... well out of the scope of what the module does. You could do it for a site if you want to:
1) Create some static HTML blocks with links to the admin pages you want.
2) Position the HTML blocks in a dashboard
3) use the Path module to create an alias for /dashboard to, say, /admin2
4) replace existing /admin links to go to /admin2 . This is probably the hardest part, but you can likely get away with some simple tricks depending on your use case.