I saw in my logs that someone was searching on my site on how to create a Drupal block for flickr. It's easy:
- On your flickr account, create a badge
- Copy the badge code
- in Drupal, create a block of type 'php' and paste the flickr code into it.
This will show selected or random photos in a selection of sizes. It works very nicely.
I chose to centre the pictures in the block by surrounding the code in a centred div:
<div style="text-align: center"> [flick code] </div>


woo i like that :>