Camera Info Customization

born2diveborn2dive Registered Users Posts: 10 Big grins
edited August 31, 2011 in SmugMug Support
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.

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited March 5, 2010
    Always hate to say no, to a first time poster! wave.gif welcome - sorry, that can't be done, wish I had a different answer for you.
  • photokandyphotokandy Registered Users Posts: 269 Major grins
    edited March 5, 2010
    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.
    ~ Kerri, photoKandy Studios ( Facebook | Twitter )

    Need customization services? View our packages or see our templates.

    Note: I won't be offended if you edit my photo and repost it on dgrin -- I'm always open to new interpretations
    and ideas, and any helpful hints, tips, and/or critiques are welcome. Just don't post the edit anywhere else
    but dgrin, please.

    My Gear List
  • coolusernamelikeSchmoocoolusernamelikeSchmoo Registered Users Posts: 4 Beginner grinner
    edited August 31, 2011
    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 :).
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited August 31, 2011
    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;}
  • coolusernamelikeSchmoocoolusernamelikeSchmoo Registered Users Posts: 4 Beginner grinner
    edited August 31, 2011
    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.
  • Dan7312Dan7312 Registered Users Posts: 1,330 Major grins
    edited August 31, 2011
    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 :).
Sign In or Register to comment.