Greetings!

I am struggling to get a two-level tab tree working.
I have set it up like this:

content/nodetype1/map   (Default menu tab item -> Normal menu name "Content")
content/nodetype1/list  (menu tab)

content/nodetype2/map  (menu tab)
content/nodetype2/list   (menu tab)

content/nodetype3/map   (menu tab)
content/nodetype3/list   (menu tab)

Just to mention it, there is no content at the "content/" level of the url,
and these six are all different views.

I need the nodetype to be the first tab level, and the map/list tabs to be the secondary level.

What am I missing to get it working??

I greatly appreciate all help & hints on this, as it's starting to drive me mad :)

Comments

merlinofchaos’s picture

Category: support » feature

Due to shortsightedness on my part, you can't actually do this (something I noticed recently when working on similar code in Panels) with Views. For a workaround, you would need to use hook_menu_alter to adjust a couple of paths.

esmerel’s picture

Component: Documentation » Code
esmerel’s picture

Status: Active » Postponed
merlinofchaos’s picture

Category: feature » task
Status: Postponed » Active

Fixing this, someday, would be nice. Needs a developer.

MustangGB’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)