Views provides a way to setup tab menus but it can be difficult to set it up so it works properly.
For example if a view has two pages: "foo/info" and "foo/news" with each of them to show as tab menu items and the first as the default that will also show on the path "foo".
The information at https://docs.backdropcms.org/documentation/advanced-views-configuration is not very clear on how to do this.
The way to make this work seems to require following the steps described in a very old Drupal forum post, https://www.drupal.org/forum/support/post-installation/2008-06-20/views-menu-tab-and-default-menu-tab#comment-1695056
you still need to create one more page tab:
parent page: path = profile and no menu entry
tab1(default): path = profile/members and checked default menu tab. Then checked parent item already exists.
tab2: path = profile/members1 and checked menu tab.Then checked parent item already exists.
Doing it this way, with an extra view page with the path "foo" and no menu entry and another view page "foo/info" with default menu tab along with the view page with path "foo/news" as a menu tab, works and the tab menu items are displayed.
It just seems messy having an extra view page just to make the tab menus work. Hopefully, there is a better way that someone can explain. Thank you.
Recent comments
Hi, Olafski, Thanks for your reply. Thank goodness we have the resources of Drupal 7 to look at when these questions arise -- questions new to me (yet another unknown part of Drupal /...
Color module aggressive search and replace custom css color values
Hi DonM, I guess there isn't an option for the color module to behave in another way, but there are workarounds: Don't use the color module, maybe even disable it, and use only...
Color module aggressive search and replace custom css color values
Thanks. I think, for me, the user-interface issue is that one uses (can only use) the "big" configure to add a first condition. And that made me think that I should use that same method to add...
Blocks (custom) not displaying in Harris sidebars with visibility condition set to more than one url path (node)
Just wanted to add-- anyone trying to set these permissions while running from Synology web station (DSM 7x) like I am, the apache user is apparently "http". So use: chown -R http....
can't install modules: "Error installing Devel. Permissions are not set up properly."
Correct, if you add multiple condition statements they are treated as AND so it would appear to the system as: node/103 AND node/91 which will never happen. Glad you found the way to...
Blocks (custom) not displaying in Harris sidebars with visibility condition set to more than one url path (node)