Our talk about building the DrupalCampLA.com website for DrupalCampLA 2009 at UC Irvine. You can find a full case study with links to download a working version of the website here: http://drupal.org/node/519100
Just posted up a few patches for the Week module. It did exactly what I needed it to, except there were a few things that needed some tweaking.
Drupal Textile
We’re using the Textile markup input filter on a few sites and I noticed today there were some issues with list items. Apparently the last item of each list was breaking off into its own new list. Thanks to such an active Drupal community, this problem had already been solved by someone else. Here is the patch I used to fix the issue.








Slides from my lightning talk tonight at the Seattle Drupal User Group Meetup.
Thanks for a great opportunity to meet new people!
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