I'm scanning old family pictures, then uploading into G3.0.2. There is no EXIF data because these aren't coming from a camera. When family members look at the pictures, I'd like to provide a way for them to set the date, so that we can later sort the pics. In Edit Photo there is no option to change Capture or Creation date. Is there a module for this, or does anyone have code that I can use to edit the source?
Related: Sometimes we don't know the date for a picture but we know it was taken within some range of dates (maybe years). Does anyone have a solution to ensure that a pic dated "circa" some time period will sort properly? I was thinking that we could assign a date and then set a "circa" tag to indicate the date is approximate.
Info about related modules or code segments are welcome.
Thanks!!
Posts: 16503
There are a couple that I can see:
http://codex.gallery2.org/Category:Gallery_3:Modules
http://codex.gallery2.org/Gallery3:Modules:editcaptured
http://codex.gallery2.org/Gallery3:Modules:editcreation
http://www.gallerymodules.com/
____________________________________________
Like Gallery? Like the support? Donate now!
Posts: 1633
For the circa, you could try a custom field (that you can integrate into your theme): http://codex.gallery2.org/Gallery3:Modules:custom_fields
Getting the photos to sort using the circa field would be a bit more complex and would require quite a bit of tweaking.
Posts: 7
VERY helpful, thanks!