http://www.gnd-techlabs.com/forums/index.php has an example.
It's running this plugin:
http://www.phpbb.com/community/viewtopi ... &t=1825475So I installed that plugin and tested it out. The thing is, the pictures in that gallery are completely separate from uploaded attachments to the board. So, for example, G10's recently posted pictures wouldn't show up in this new plugin. People would have to create a gallery album manually, which is lame. I think it'd be cool if the existing pics could be aggregated and then a link to the posting where they were snagged from is right next to them so you can see the photo in context in the thread if you wish. People could find an interesting thread from 2007, for example, and revisit the past. =)
The board's database has all the information we need. Picture name, poster, parent posting. Then all the EXIF Data in the picture can be extracted for date, camera, shutter speed, etc if necessary. However, that plugin currently cannot import existing uploads into its gallery. Nobody has something like that. But it's possible! Just use php to access the database and scrape everything together. It's a fair amount of effort, but I could totally get it working if I find the time and motivation.