My b2evolution Version: Not Entered
hi,
for me and maybe for other guys too the date when a photo was shot would be nice to have as date of the post.
at most photos this date can easiliy be found:
$exifData = exif_read_data( $imageFile );
$exifData['DateTimeOriginal'];
i'd like to have a checkbox or something at "blog settings" to say "take date of photo as post date"
since i did not have a look under the hood of b2evolution yet i'm not sure if this would be the right place. maybe at "files -> "make posts" where i usually publish my images would be the better place for such a checkbox.
does there already exist somthing like this?
if not, i'd consider to add something like this myself...
t.