Quote:
Originally Posted by Connie
at least it should be an Admin Addon
and I am sure you will need to store this info in table, so you might extend one table or add another table for that
|
I'm not very good at SQL-stuff, but I manually edited the new_image.php file to look like this:
<textarea name="body" style="width:95%;height:300px;">
<table border="0" cellspacing="0" cellpadding="0">
<div id="image-exif">
<!--DWLayoutTable-->
<tr><td width="130" height="92" align="right" valign="top">
<div align="right"><b>
camera<br />
lens<br />
focal length<br />
aperture<br />
shutter speed<br />
ISO<br />
flash<br />
shooting mode<br />
exposure bias<br />
metering mode<br />
</b></div></td>
<td width="9"></td>
<td width="319" rowspan="2" align="left" valign="top">
<EXIF_CAMERA_MODEL><br />
THIS IS WHERE I TYPE THE LENS DATA <br /> <!-- THIS IS WHERE I TYPE THE LENS DATA -->
<EXIF_FOCAL_LENGTH><br /><!-- focal length -->
<EXIF_APERTURE><br /><!-- aperture -->
<EXIF_EXPOSURE_TIME><br /><!-- shutter_speed -->
<EXIF_ISO><br /><!-- ISO -->
<EXIF_FLASH><br />
<EXIF_EXPOSURE_PROGRAM><BR />
<EXIF_EXPOSURE_BIAS><br />
<EXIF_METERING_MODE><br />
</td>
</tr>
</table>
TEXT GOES HERE
</div></textarea>
I also edited the comment_template.html file to look like this:
Comments for: <span class="title"><IMAGE_TITLE></span>
</div>
<div id="comment-wrapper">
<IMAGE_THUMBNAIL>
<br />
And that did the trick for me.
The only thing that sucks is that every previous image looses it's EXIF info.