Rank: Devotee
Joined: 9/5/2007 Posts: 70
|
Hi guys,
I'm trying to add a new section like the 'Content', 'Members', 'Settings' sections in the backend. I believe I need to change something in the Dashboard.config file but I must be doing something wrong as its not working!
Does anybody have a complete sample config I can look at that does the same so I can see the error of my ways!
Also, how to you go about changing the icon thats displayed?
Thanks!
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,831 Location: MA, USA
|
Do you mean like this? http://www.umbraco.org/documentation/books/what's-new-in-v3/enhancement-dashboard-now-supports-tabsThe "dashboard" area is the big blank section on the right. The "sections" area is the little box in the lower-right. The "treeview" area is, err, the treeview in the upper-left. I don't know how to add an entirely new section. Niels does it with the umbraco stats package. Maybe someone who is familiar with the source code could explain how new sections can be created? cheers, doug.
MVP 2007-2009 - Percipient Studios
|
Rank: Devotee
Joined: 7/19/2006 Posts: 33
|
Is it something like this youre searching for? http://www.ronniedrengen.dk/blog/2007/5/30/umbraco-tree-problem.aspx/Ronnie
.NET/Umbraco developer @ ebita ApS
|
Rank: Devotee
Joined: 9/5/2007 Posts: 70
|
Hi Both,
Thanks guys. I think I see how this is working now. I need to add entries into the umbracoApp + umbracoAppAlias tables for my custom section.
Then I need my custom class implementiing the ITree interface coupled with some custom controls and I'm away, easy lol !
|