This video shows you how to create a very basic image gallery withih Drupal by utilizing the Image and Thickbox contributed modules.
Because of the YouTube ten minute time limit this is only a preview. To see the full version of this video please go to http://learnbythedrop.com/drop/93 .
Duration : 0:9:57
[youtube zoP5i38biQI]
thanks for the …
thanks for the tutorial. i have 200 sites in drupal. tip for next webisode: “managing multiple sites with a single code base (multisite module).”
cheers.
I’m using Drupal 6. …
I’m using Drupal 6. Views, ImageField, etc. is another way to go. Some will find it more preferable. I’ve tried both methods. This particular effort is geared towards users who are just getting started with Drupal. I created this one because every so often I’ll get a request for advice on creating a simple, quick image gallery in Drupal. This setup meets both of those requirements I think.
I know it uses more …
I know it uses more modules but I have, what I believe to be far more flexable. I’d recommend using Views, ImageField and ImageCache along with CCK. I’d make an Image content type using CCK, using IC for resizing and Views for laying out. The reason is that CCK is the direction Drupal is heading.
What are your thoughts on this?
thanks,
Tom
p.s. Are you using D5 or D6?