Thursday, July 2, 2009

Google image search module for Drupal

We would working at contributing a module, auto-image-file-name to Drupal. There is a big need in all of our projects to google search enable our images. One of the important criteria for the same is the image file name.

We did not have a large content update team to rename images as they upload them. Hence we used this module to automate the process. The Image file name was the first few characters of the associated image title field, with a provision to override. In the admin interface the admin can set the number of characters, and also the image fields with which this feature can be associated. This works only with CCK module.


alter_image_name.info

alter_image_name.js

alter_image_name.module