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
Comment #1
chrisschaub commentedTo 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.
Comment #2
merlinofchaos commentedI can't tell if this is a bug in Views or a bug in Drupal core. It may be in Drupal itself.
Comment #3
nirad commentedsubscribing
Comment #4
detot commentedsubscribing
same error, children tabs not showing up.
Comment #5
Vinc-2 commentedSame for me here.
Comment #6
esmerel commentedThis issue is a year old, it's likely either resolved or no longer relevant.
Comment #7
kenorb commentedRelated #286376: Menu tabs not working
Comment #8
vlooivlerke commentedDrupal 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