|
#11
|
||||
|
||||
|
Quote:
<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. Last edited by z0nic; 12-06-2006 at 11:26 AM. Reason: typ'o |
|
#12
|
|||
|
|||
|
But my friend, you can add everything to a form, but how do you want to store the data and read it from database when the main index.php is called?
you just added a new form field to the admin-frontend, but that is really not enough ;=) |
|
#13
|
||||
|
||||
|
Quote:
If I understood SQL I could probably make it better. But I don't, so this will have to do it. But please, I urge anyone to make it better! |
| Post Reply |
| Thread Tools | |
|
|