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

cczona’s picture

Title: "Expand all" option for Administration menutree » Site map
Version: » master

The 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.

adrian’s picture

Assigned: Unassigned » vertice@www.drop.org

will look into it with my work on the admin system i am doing

jonbob’s picture

Version: master »
Component: admin.module » menu system

This 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.