Recipe 85: Views Dashboard—module approach
Note
Ingredients
Quick Tabs module: http://drupal.org/project/quicktabs
Path module (part of core Drupal)
Three views
Enable the path module if it is not already enabled.
Install and enable the Quick Tabs module.
Visit
admin/settings/quicktab
and select a tab style.Save the configuration.
Go to
admin/build/quicktabs
and read the descriptive text.Click on New QT Block.
Create a block title: Calendar/Posters/Timeline.
Configure the tabs as follows:
Tab Title
Weight
Tab Type
Select a view
Limit
Build Type
Calendar
-10
view
calendar
50
embed
Posters
-9
view
posters
20
embed
Timeline
-8
view
timeline
30
embed
Create a content Page called Tabs and give it the pathname tabs. Body text could be blank (or contain text, per your preference).
Go to
admin/build/block
, and place the new block in a region. Then configure the block so that it appears only on the tabs page.Visit
http://YOURSITE.com/tabs
.
Recipe notes
With a little bit of CSS attention...