Closed (fixed)
Project:
RootCandy
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Apr 2010 at 18:54 UTC
Updated:
7 May 2010 at 19:40 UTC
Jump to comment: Most recent file
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'
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | rootcandy_sub_navigation.patch | 2.62 KB | sign |
Comments
Comment #1
sign commentedThis 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
Comment #2
sign commentedand committed to dev, if you have time to test dev version, please do so
thanks