By eyolf on
I have an event calendar that I would like to display both as a full cal(endar and subdivided according to event type (with taxonomy), and the possibility to switch between the various subcategories through tabs. I've set it up in Drupal 5 as per http://support.bryght.com/node/604 , but I haven't found a way to do the same in the new Drupal6/Views2 interface.
Anyone?
Comments
=-=
two modules that come to mind
quicktabs.module
views_tabs.module
_
That functionality is still there. You have to create a page view, give it a path, and specify the menu as tab option. See views advanced help for more info.