I think there is a bug related to menus with two levels. For example:

Menu Tab Parent 1
[sub a:default:/front/parent1/a][sub b:/front/parent1/b]

Menu Tab Parent 2
[sub a:default:/front/parent2/a][sub b:/front/parent2/b]

The "Menu Tab Parents" are all horizontal. So they share a common root path: /front. I can get this to work fine if "Menu Tab Parent 1" does not have any sub menus, just a single path. But as soon as I try to have the leftmost Parent tab have more than one sub menu, doesn't work. I can validate that the instructions above do work, just not for multi-level parents. I'm not try to go beyond the parent/child or two levels per the docs.

I've read all the docs and posts related to this. Any help is appreciated if there's a way that I missed. I think it's a bug.

Using latest version of Drupal and Views2. PHP5.

Thanks.

Comments

chrisschaub’s picture

To be even simpler. Try to create this:

Cars (Parent Tab)
- Used
- New
Trucks (Parent Tab)
- Used
- New
Motorcycles (Parent Tab)
- Used
- New

Works fine if "Cars" has no children (Used/New). The other Parent tabs can have child view tabs, just not the first or leftmost parent tab, Cars. Thanks.

merlinofchaos’s picture

I can't tell if this is a bug in Views or a bug in Drupal core. It may be in Drupal itself.

nirad’s picture

subscribing

detot’s picture

Version: 6.x-2.1 » 6.x-2.5

subscribing

same error, children tabs not showing up.

Vinc-2’s picture

Same for me here.

esmerel’s picture

Status: Active » Closed (fixed)

This issue is a year old, it's likely either resolved or no longer relevant.

kenorb’s picture

vlooivlerke’s picture

Version: 6.x-2.5 » 6.x-3.x-dev

Drupal only supports 2 levels of tabs, so be careful about trying to put tabs within tabs within tabs. That won't work.

This comes from the help text for views, does this mean you cant create secondary tabs?

To be even simpler. Try to create this:

Cars (Parent Tab)
- Used
- New
Trucks (Parent Tab)
- Used
- New
Motorcycles (Parent Tab)
- Used
- New