My system is PII 300MHz and Drupal is slow on it. "Expand all" option for Administration menutree, which would keep all menu tree nodes visible at all times would save a lot of clicks, which I'd appreciate very very much!
TIA,
henno
My system is PII 300MHz and Drupal is slow on it. "Expand all" option for Administration menutree, which would keep all menu tree nodes visible at all times would save a lot of clicks, which I'd appreciate very very much!
TIA,
henno
Comments
Comment #1
cczona commentedThe admin panel's "site map" option shows the expanded view. I too would find it helpful to have a switch to choose whether the main admin menu remains expanded or collapsed.
Comment #2
adrian commentedwill look into it with my work on the admin system i am doing
Comment #3
jonbob commentedThis should be extremely easy for a contrib module/theme now. Just call theme('menu_tree', 1, TRUE) to get the whole nav tree rendered for you.
Reopen if you think this should be core, with specifics about where such a thing should reside.