Below is items tagged as having to do with Drupal.
I first started using Drupal in late 2005 when I organized the bikegeeks and have been using it ever since.
I am the author of a Drupal Script Library that I think provides very good administration tools for large collections of Drupal sites.
I am also a co-founder of Chicago Drupal Authority, a commercial Drupal site development and hosting company.
Today I renamed the drupalManageFCKEditor.sh script to drupalManageLibraries.sh.
drupalManageFCKEditor.sh was a script I had written to help with the installation and maintenance of the FCKEditor library that is required to make the Drupal fckeditor module work. It allowed downloading the latest version of the file and looking inside the installed directory for modifications to the original files.
This is a discussion on how to integrate drush into a Drupal environment set up with my Drupal Scripts Library.
Here I'll discuss the setup of a pair of Drupal websites, one a development ('dev') site and one a production ('prod'), and a system allowing the migration of state between them (promotion). This discussion, and the procedures described assume the presence of my Drupal Script Library.
In many cases, especially those of high-visibility, high-importance sites, it is desirable to see how changes will affect a site before releasing the change to the public. A new module, new content, or even updates need to be tested in a development environment before being effected on the production site.
Having a development environment on which changes can be staged allows assurance that a change doesn't have any negative effects as well as giving stake-holders an opportunity to sign off on the change before it goes live.
Today, for a site I maintain, I did some work on how anonymous comment posts work. The goal was to support anonymous commentst that would be published and to send an admin a notification email. In addition to this, I did some setup so that anon comment posting would work w/ the the 'Filtered HTML' input format even tho 'Full HTML' was the sitewide default to support the use of the FCKEditor. This was all done w/ contrib modules and configuration.
I just helped to found a Drupal development company: Chicago Drupal Authority
Go check 'em out.
now.
This is a list of the standard stuff I do when I initiate a new site.
Install drupal with drupalCVSDeploy.sh
This sets everything else up for ease of future maintenance, etc.
Install standard contributed modules.
I need to create an image gallery for the new Logan Square Walks website. I surfed around and this page seemed like the easiest approach for what I wanted -- a simple non-nested gallery composed of images that used a neato javascript-powered viewer.
I followed all the steps:
Yet another follow-up post to my post re upgrading from Drupal-5 to Drupal-6. This is a note about upgrading the CCK module." The module page has a very through discussion on need to update the CCK module before other modules." The easiest way to do this is to rename the modules directory to something else before hitting the drupal updater the first time. This will update the core. After this, create a new modules and modules/contrib directory and move just the cck directory into this new contrib directory.
Another follow-up to my post about upgrading from Drupal-5 to Drupal-6. This note is about the image module.
If upgrading a Drupal-5 site that utilizes the image module, and you follow my directions explicitly, you'll get an error when trying to update the image module.
Call to undefined function image_get_sizes()
See more about this issue here (there are several other duplicate issues linked from that one).