* Popular Science and Image Reuse
Posted on March 12th, 2008 by Phil. Filed under Drupal, Drupalcon, Images.
Much like after the holiday season, I’m mired in the post-Drupalcon blues. I feel tired, lethargic, gassy - no, wait, I’m sorry, that’s probably just from the Chinese food I just ate.
Last week at Drupalcon they held a case-study on the Popular Science web site which, don’t you know, was just rebuilt and relaunched using Drupal. I didn’t attend the session but one of our developers, Josh, sure as heckfire did. He was quite impressed with the job they did.
Luckily, the case-study has now been published on the Drupal web site. It’s very interesting, indeed, and details all of the fine work done by the folks at pingVision to make the site a reality.
One aspect that caught my eye was the way they made use of ImageField module for image uploads, and the Drupal Markup Engine (which I’d never heard of) to allow site editors lots of flexibility in content placement on node pages. I will have to give that a gander.
We had considered using the ImageField module for adding images to content types. However, we rejected that idea because we want our editors to have the ability to add images to content nodes (e.g. articles, TV programs, etc.) - or find existing images for reuse - in the simplest way possible. Creating nodes with image fields and relating them to other nodes via node reference doesn’t seem like the best way to do this, as it forces you to select from a drop-down list to choose an existing image. Unless, of course, I’m missing something (which is always possible).
Instead, we’re planning on making use of the Image Assist module, which offers a way to search for and choose existing images or upload new ones and add them inline in the least painful way. I have not yet seen a good case study of a Drupal site that puts much emphasis on being able to find and reuse images when there are potentially lots of images already in the system.
Needless to say, if any of you jokers out there have any insight or suggestions here, please, for the love of Pete, speak up.
Oh yeah, and it looks like we’re going to plow ahead and make the leap to Drupal 6 now, rather than build on Drupal 5 and upgrade after. More on that later…
5 Responses to “Popular Science and Image Reuse”
Leave a Reply
You must be logged in to post a comment.
Archives:
- February 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Categories:
- Apache
- Architecture
- Boost
- caching
- CCK
- CMS
- cron
- CVS
- database
- Date
- Devel
- Drupal
- Drupalcon
- FeedAPI
- Flickr
- Image Assist
- Images
- Install Profiles
- MacBook
- Memcache
- MySQL
- NPR
- Pathauto
- PBS
- PHP
- Preview
- Protrack
- Public Media
- search
- Social Media
- SQL
- SVN
- tags
- Television
- Testing
- theme
- TinyMCE
- Token
- Tools
- TV Guide
- Uncategorized
- Views
- WordPress
Disclaimer
- The opinions expressed in here are those of the writers/contributors and do not necessarily represent the views or opinions of the WGBH Educational Foundation.











March 13th, 2008 at 8:26 am
I’m finding the Nodeform Popup module to be a great addition to Node Reference. If the node that is to be referenced doesn’t exist yet, it allows users to create it on the fly.
http://drupal.org/project/nodeformpopup
March 14th, 2008 at 10:41 am
Thanks Jess, that sounds like a useful module, from a user workflow perspective. Kind of like img_assist for any CCK type?
March 20th, 2008 at 8:06 am
Yes, thanks Jess. That’s interesting to hear. Using node references to attach images is really the way I’d like to go, but we really need the ability to find and reuse existing images in a user friendly way. If we could combine the search functionality of Image Assist with Nodeform Popup, that would be ideal…
March 20th, 2008 at 12:24 pm
You may want to weigh in on this CCK issue. It goes off on a tangent in the middle, but last week someone dragged it back on topic.
http://drupal.org/node/94175#comment-764467
June 20th, 2008 at 2:50 pm
[...] I wrote in March about our plans for handling images. Our approach hasn’t changed: we’re using the Image Assist module (which, in turn, uses the Image module) to allow content producers to easily find and reuse existing images or upload new ones. Images ultimately get stored as nodes themselves, which can be tagged, which is then used for finding images later. We did, however, make a few small tweaks. [...]