I would really, really, really like to know this as wellâ??and if it can't be changed because the detecting-thing is built-in, then what's the best way to remove the "show details" link altogether? (I'm running an art site, so the photo details are irrelevant and distracting.)
The details are EXIF information in the file; they have nothing to do with anything inputted into Plogger itself. I think it would be impossible; the EXIF specification doesn't (to my knowledge) support user-created fields. However, adding additional information about an image and storing it in mySQL is easy, so I would expect to see something similar in Beta 3.
To hide the "Show details" link, just put into gallery.css: #exif_toggle, #exif_table { display:none; }
Should work. Other than that, you can comment out the corresponding sections from gallery.php ~ line 194.