This is fairly straightforward, I just don't know if it's supported by the module or not.

Essentially, I setup a view called "Dashboard" with the path: admin/mysite/dashboard/home. It is set as the default menu tab, with a parent item of "Dashboard" added to the management menu. I have four other views setup as menu tabs for the dashboard: orders, events, registrations, and calendar. All this works great! The Dashboard link is added to the Drupal Management Menu with the four links underneath, and the corresponding tabs on each page.

What I envision using this module for is to select the "Dashboard" parent menu item as the "Fixed parent item", and output all the menu tabs as links. This way, if I add another tab to the dashboard, the link is dynamically added to the block menu. Unfortunately, none of the menu tabs show up as child links under the parent item, and nothing is outputted.

Is this supported by the module? Am I missing a setting? Is there a separate module better suited for this?

Thanks!

Comments

joegl created an issue.