Closed (won't fix)
Project:
Insert View
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2006 at 10:27 UTC
Updated:
15 Jan 2008 at 05:25 UTC
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
Comment #1
mlsamuelson commentedI'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