Hi
Does anyone have a suggestion on how to make a block with different images depending on path in Drupal 7 (like the header image module) ?

Comments

shadcn’s picture

1. Create a content type, call it "banner" for example. (Why content type? I think its easier for you manage, edit and create new images this way)
2. Add an image field to handle the image upload
3. Use one of these modules here, http://groups.drupal.org/node/93499, to create blocks from the content.
4. Under block administration UI, you can drag and drop blocks in the header and set visibility per page / path