Although rootcandy has the second level nav eg. when you are on admin/build/content you see Content, Content types, etc... on the left side, it doesn't work with any custom menu other than 'navigation'

CommentFileSizeAuthor
#1 rootcandy_sub_navigation.patch2.62 KBsign

Comments

sign’s picture

StatusFileSize
new2.62 KB

This patch allows to have sub menus displayed in the left sidebar,
eg. you can now create a menu like:
Content
-- All Content
-- Post settings

Where Content menu item will be displayed in the top bar with an icon, and once you are on a All Content or Post settings, you should be able to see both of these items in the left sidebar (or right if using RTL)

It is now slightly limited due to how it was designed before, and displays only if arg(0) is "admin" and arg(2) is not empty
so when creating a view, make sure the path is admin/something/item, and deeper, left sidebar won't display on just admin/something, for admin/something you can create an overview page such as admin/content is

sign’s picture

Status: Active » Fixed

and committed to dev, if you have time to test dev version, please do so
thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.