How to insert views with menu tabs?

I created two page views named view1 and view2, URLs as test/view1 and test/view2. I enabled their menu entries and set the menu as tab, and the view1 is checked as the default menu tab. Now view1 and view2 can display on one page with tabs as accessing url "test/view1" or just "test". View1 as default display, and clicking another tab can switch to display of view2.

Using Insert View module:
[view:view1] only display view1 without tabs
[view:view2], of course, only display view2 without tabs

Any solution to insert views with menu tabs?

Comments

mlsamuelson’s picture

Version: 4.7.x-1.x-dev » 5.x-1.x-dev
Status: Active » Closed (won't fix)

I'm not sure this would work... inserting a two menu item entity into a single node. And as far as I know, views_build_view() doesn't provide for tags.

mlsamuelson