Topic: Adding new page in admin BO

Hi guys.. I would like to add new page in admin back office.. under system tab, somewhere last thing in bottom under information page I would like to add stats page.. I did had a look on source but somehow I missing the way.. can you help me out please?

Basically on that page will be embeded piwik stats..

Many thanks.

{code is poetry}

2 (edited by nakome 2013-05-27 18:18:19)

Re: Adding new page in admin BO

Maybe you can use sandbox,change the name for home and level to 1 and in view put iframes from piwik

Change this

Navigation::add(__('Sandbox', 'sandbox'), 'content', 'sandbox', 10);

For this

Navigation::add(__('Home', 'sandbox'), 'content', 'sandbox', 1);

And in folder  sandbox/view/backend/index.view.php put your piwik iframes


If you have problems let me know.

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

3 (edited by unborn 2013-05-27 20:09:52)

Re: Adding new page in admin BO

thank you! as results I have this smile how ever I still did not finish as I need to eat smile

{code is poetry}

Re: Adding new page in admin BO

Nice smile

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website