PDA

View Full Version : Camera Info Customization


born2dive
Mar-05-2010, 07:55 AM
If the "Camera Info" option is turned on, is there a way to select the info elements to be displayed when a user clicks the "Photo Info" icon? e.g. hide the "Date Modified" or "Camera" field.

Andy
Mar-05-2010, 08:41 AM
Always hate to say no, to a first time poster! :wave welcome - sorry, that can't be done, wish I had a different answer for you.

photokandy
Mar-05-2010, 10:40 AM
From the looks of it, all the info fields have a proper "id", so could some CSS hide them? Or does SM override any CSS applied?

I'd try something like this (but I have no idea if it will work):


.photoInfo #DateTime
{
display: none !important;
}


It works if I edit the element directly (via the inspector tools in Chrome), but no idea if it will apply correctly otherwise.

coolusernamelikeSchmoo
Aug-30-2011, 11:41 PM
Hi Andy.

I really am frustrated I cannot hide the date modified. It's not really anyone's business when I modify photos. I would prefer not to show date taken either, but when I open a RAW file and post process it, the time I save the TIFF file will be captured as the date modified.

Not to nit-pick, but how large the file size is and the name of the file are also not really necessary. These just detract from useful metadata (camera body, lens, focal length, iso, aperture, dimensions).

The date modified is a major concern, I have to disable all photo information just to hide this one field. Not good. Hard to believe this has not been improved in a year.

Very happy with SM otherwise! So keep up my high expectations :).

Andy
Aug-31-2011, 03:07 AM
Hi Andy.

I really am frustrated I cannot hide the date modified. It's not really anyone's business when I modify photos. I would prefer not to show date taken either, but when I open a RAW file and post process it, the time I save the TIFF file will be captured as the date modified.

Not to nit-pick, but how large the file size is and the name of the file are also not really necessary. These just detract from useful metadata (camera body, lens, focal length, iso, aperture, dimensions).

The date modified is a major concern, I have to disable all photo information just to hide this one field. Not good. Hard to believe this has not been improved in a year.

Very happy with SM otherwise! So keep up my high expectations :).

Hi, just adding this CSS to your advanced customizing page will do the trick

.photoInfo #DateTime {display: none !important;}

coolusernamelikeSchmoo
Aug-31-2011, 08:26 AM
Very interesting, this seems like a new option indeed. Thank you.

But to be certain, someone can bypass this from their browser if they have CSS developer tools, correct?

If so, I would still want a more robust way to hide the data.

Dan7312
Aug-31-2011, 05:31 PM
http://www.hugsan.com/EXIFUtils can modify dates in raw and jpg files. It can be setup to run in batch mode and, for example, copy the created date to the modified date for all the files a directory, or just set the date to one of your choosing.




Hi Andy.

I really am frustrated I cannot hide the date modified. It's not really anyone's business when I modify photos. I would prefer not to show date taken either, but when I open a RAW file and post process it, the time I save the TIFF file will be captured as the date modified.

Not to nit-pick, but how large the file size is and the name of the file are also not really necessary. These just detract from useful metadata (camera body, lens, focal length, iso, aperture, dimensions).

The date modified is a major concern, I have to disable all photo information just to hide this one field. Not good. Hard to believe this has not been improved in a year.

Very happy with SM otherwise! So keep up my high expectations :).