Dashboard single page: change link(s) (names)

Permalink 1 user found helpful
Hi!

I've created a single page in my dashboard ('dashboard/faq') to do its thing. Works perfectly.

/controllers/dashboard/faq/controller.php and
/single_pages/dashboard/faq/view.php work just fine.

Consequently, there is a new section on the dashboard called 'FAQ'. Wonderful. The first (and only) link in that section is called 'Home'. Not so wonderful, so I'd like to change that.

Can anybody point me to some instructions / documentation as to how I can modify this and maybe add new links if I needed them?

I've searched the documentation and forums, but I've been unable to find it.

Thanks for any pointers!... Nico

 
JoshWegener replied on at Permalink Reply
The simple answer for me was to just leave view.php empty, then create another page with the title I wanted. For example, I wanted mine called "Importer" so I created a importer.php. Go the single page installer page, install the new page, and "Home" (view.php) should get removed from the dashbaord (leaving "Importer")...

./dashboard/something/view.php // Just leave this empty
./dashboard/something/importer.php