Today I did a presentation on the Views module for Drupal 6 at the Los Angeles Drupal User Group monthly meeting. Below are my notes from the presentation as well as links relating to information I presented and further reading. The video recording of this presentation will be available later at http://drupal-la.blip.tv/
Agenda
During this presentation I will build a few different types of views pages while I show the features that views provides your Drupal site. I will mainly focus on building a set of photo gallery views that revolve around a base ‘photo’ cck node type. * Intro to views (what is it?) * Building our first view * Display types * Using Filters * Using arguments
Modules Installed
Core
- Profile
- Search
- Taxonomy
Contributed
- Admin Menu (admin_menu)
- Advanced Help (advanced_help)
- CCK (content)
- CVS Deploy (cvs_deploy)
- Devel
- Drush
- Filefield
- Imageapi
- Imagefield
- Imagecache
- Token
- Views
