StringBuilder
StringBuilder

Reputation: 1629

Umbraco 7 add new Item to Dashboard

I am trying to add new "Section" Item to Umbraco 7. Without Success.

What I am trying to achieve is to Have additional Icon in left side menu after members icon. I saw , google analytics package adding icon there after installation.

enter image description here

I've tried to change dashboard.config , application.config , without success. Can anyone point to me to some tutorial on how to do it , googling the subj , didn't brought results.

Thanks.

Upvotes: 6

Views: 2410

Answers (2)

cheesey_toastie
cheesey_toastie

Reputation: 391

Markus has some good tips but his blog was written for 7.0 - some things have changed in 7.1. Work through Tim Geyssens's blog posts http://www.nibble.be/?p=434 http://www.nibble.be/?p=440

One very important tip - remember to add the section to the users login account! You might have done everything right and missed adding your custom section to your user account!

Upvotes: 7

Hywel Rees
Hywel Rees

Reputation: 914

Markus Johansson runs through the process on his blog, here.

Upvotes: 0

Related Questions