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

ohthehugemanatee’s picture

Category: support » feature
Status: Active » Closed (won't fix)

That'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.