My thoughts on Drupal. My involvement in Drupal. References to Drupal. Whining, moaning, hope for support in a cold, cold world. Hacks. Solutions. Web design.
"I already taught you everything I know about CSS when I showed you how to put a red border around a div."
A couple of questions came up in our users group get together last night and I thought I should probably post the answers here again for everyone to see.
Well, happy holidays people!
Edit: Note the quality difference between the first and the second image. Although I uploaded both of them from the same large source jpg file using IMCE, the Image Toolkit settings are different. It turns out that Drupal's out of the box, standard compression quality setting (using php's GD2 image toolkit) is 75%.
The first one was scaled using the 75% setting and it gave me a bunch of ugly jpeg artifacts (especially in the red area), yuck!
So I wanted one of those nice "tag clouds" of key words from my site. No problem! Drupal has the Tagadelic module. Once downloaded and unzipped to my /sites/all/modules folder, module activated, I was ready to go! ... Right? Well, no. This thing is so simple, no one seems to have documented the on switch ... I found a lot of code samples for various interesting implementations. I found its settings in my Drupal installation, but no how-to.
So having gone from Drupal 5.2 to 5.3 only last week, Drupal 5.4 came out this week and I thought I had better streamline my update process, putting some stuff in place to make the process smooth, quick, easy and *reversible* ... just in case. Since Drupal 5.5 came out while I was sleeping last night, I can now test my own instructions and time the entire update process ... see below for the results.
Images on the contact page! Always tricky getting the Drupal contact page to look like the rest of the site, but I found a nice workaround for simple themes.